logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

adamik-blockchain-gateway logo

AdamikHQ

MIT License

Quick Info

GitHub GitHub Stars 2
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

apisapiblockchainrequests adamikhqapis httpblockchain networks

🌐 Adamik Unified Blockchain Access Point

NPM Package Version Daily Installs Smithery Validation GitHub Repository Stars

🗣️ 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

Client Logo
Claude Desktop App
Subscription Required
🖥️
FastAgent Framework
Developer Optimized
🔧
Custom Client
Adhering to MCP Spec

📦 Deployment Pathways

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:

  1. Branch Off: Clone the repository locally.
  2. Feature Branch Creation: Initiate a new branch: git checkout -b feature/new-enhancement
  3. Commit Changes: Log modifications: git commit -m 'Implement feature xyz'
  4. Push: Upload to your fork: git push origin feature/new-enhancement
  5. 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" } }



🆘 Assistance Channels


A ⭐ would be greatly appreciated!
Developed by the expert engineers at the Adamik organization

See Also

`