adamik-blockchain-gateway
Provides a consolidated application interface for interacting with upwards of sixty distinct distributed ledger technologies (DLTs), facilitating operations like ledger entries submission, account telemetry retrieval, asset delegation, and token manipulation.
Author

AdamikHQ
Quick Info
Actions
Tags
🌐 Adamik Unified Blockchain Access Point
🗣️ Interface with 60+ Ledgers via Conversational Prompts
The premier Multi-Chain Protocol (MCP) engine designed for large language models like Claude, ChatGPT, and any compatible client.
Transform intricate distributed ledger operations into straightforward dialogue exchanges.
🚀 Quick Start • ✨ Features • 💡 Examples • 📦 Setup • 🔗 Official Site
✨ Core Capabilities
| ### 🔗 **Broad Network Coverage** - Core Networks: Ethereum, Bitcoin, Solana, Cosmos - Scaling Solutions: Polygon, Arbitrum, Optimism, Base - Emerging Tech: Starknet, Aptos, Tron, and numerous others ### 💰 **Comprehensive Wallet Oversight** - Up-to-the-second asset inventory checks - Historical transaction dataset summarization - Consolidated, cross-network portfolio visualization - Yield/Staking return monitoring | ### 🔄 **Advanced Execution Tools** - Native currency and token movements - Interoperability swaps & bridging services ⭐ _(Premium Tier)_ - Asset pledging/unpledging functionalities ### 🛠 **Engineering Focus** - Schema validation leveraging strong typing - Robust, detailed exception reporting infrastructure - Infrastructure built for enterprise reliability - Seamless integration pathway with the [signer MCP module](https://github.com/AdamikHQ/signer-mcp-server) |
💡 Usage Scenarios
bash
Simply formulate your command using natural language:
"Ascertain my current ETH holdings on the Ethereum mainnet" "Transfer 0.1 Ether to address 0x123..." "Delegate 100 ATOM tokens utilizing the highest yielding delegate node" "Execute a conversion of 1000 USDC to native ETH within the Optimism environment" # Requires Premium "Display my transaction log history on the Polygon network"
No need for intricate configuration files. No manual credential management. Just direct, conversational interaction with decentralized ledgers.
🚀 Rapid Initiation
1️⃣ Acquire Your Access Credential
Navigate to adamik.io/dashboard → Complete registration → Securely copy your generated API key (process takes under a minute).
2️⃣ Setup and Initialization
bash
Install via NPX utility
npx @adamik/mcp-server
Configuration snippet for Claude Desktop setup
{ "mcpServers": { "adamik": { "command": "npx", "args": ["@adamik/mcp-server"], "env": { "ADAMIK_API_KEY": "your-actual-api-key-here" } } } }
3️⃣ Begin Operation
Launch your preferred MCP client and submit queries like: "What is my balance across Tron and Solana?"
That concludes the setup! 🎉
🎯 Compatible MCP Consumers
|
Claude Desktop App Subscription Required |
🖥️ FastAgent Framework Developer Optimized |
🔧 Custom Client Adhering to MCP Spec |
📦 Deployment Pathways
Method 1: NPX Execution (Recommended)
bash npx @adamik/mcp-server
Method 2: Global Installation
bash npm install -g @adamik/mcp-server adamik-mcp-server
Method 3: Source Code Modification
bash git clone https://github.com/AdamikHQ/adamik-mcp-server.git cd adamik-mcp-server pnpm install && pnpm build node build/index.js
🔧 Configuration Snippets
Claude Desktop (JSON Format)
{ "mcpServers": { "adamik": { "command": "npx", "args": ["@adamik/mcp-server"], "env": { "ADAMIK_API_KEY": "your-api-key-placeholder" } } } }FastAgent (YAML Format)
yaml mcp: servers: adamik: command: "npx" args: ["@adamik/mcp-server"] env: ADAMIK_API_KEY: "your-api-key-placeholder"Environment Variables Setup
env ADAMIK_API_KEY=your-api-key-here ADAMIK_API_BASE_URL=https://api.adamik.io/api # Optional override🏗️ System Schematic
mermaid graph LR A[MCP Consumer Interface] --> B[Adamik Broker Service] B --> C[Adamik Backend Services] A --> E[Optional: Local Key Manager] C --> D[Sixty+ Distributed Ledgers] E --> F[Secure Signing Module]
🤝 Collaboration Guidelines
We welcome external contributions! To participate:
- Branch Off: Clone the repository locally.
- Feature Branch Creation: Initiate a new branch:
git checkout -b feature/new-enhancement - Commit Changes: Log modifications:
git commit -m 'Implement feature xyz' - Push: Upload to your fork:
git push origin feature/new-enhancement - Submit: Open a formal Pull Request.
Development Environment Setup
bash git clone https://github.com/AdamikHQ/adamik-mcp-server.git cd adamik-mcp-server pnpm install pnpm build
Testing Local Adjustments: Update your client configuration to point to the locally compiled entry point:
{ "command": "node", "args": ["/path/to/your/adamik-mcp-server/build/index.js"], "env": { "ADAMIK_API_KEY": "your-test-key" } }
📚 Related Offerings
- 🔐 Adamik Transaction Signer Service - Dedicated service for secure transaction authorization and key management.
- 🌐 Adamik Infrastructure API - The core multi-chain data access layer.
🆘 Assistance Channels
- 📖 Official Manuals: docs.adamik.io
- 💬 Bug Reports: GitHub Issues Portal
- 📧 Direct Email: support@adamik.io
- 💬 Telegram Group: Adamik MCP Discussion
- 🐦 X/Twitter Feed: @Adamik_io
A ⭐ would be greatly appreciated!
Developed by the expert engineers at the Adamik organization
