Labsco
AdamikHQ logo

Adamik MCP Server

โ˜… 1

from AdamikHQ

Interact with over 60 blockchain networks using any MCP client. Requires an Adamik API key.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

๐Ÿš€ Adamik MCP Server

Downloads Smithery Badge

Adamik Logo

๐ŸŒ Control 60+ Blockchains with Natural Language

The most powerful blockchain MCP server for Claude, ChatGPT, and any MCP client
Turn complex blockchain operations into simple conversations

๐Ÿš€ Quick Start โ€ข โœจ Features โ€ข ๐Ÿ’ก Examples โ€ข ๐Ÿ“ฆ Installation โ€ข ๐ŸŒ Website


โœจ Features

๐Ÿ”— 60+ Blockchain Networks

  • Ethereum, Bitcoin, Solana, Cosmos
  • Polygon, Arbitrum, Optimism, Base
  • Starknet, Aptos, Tron, and many more

๐Ÿ’ฐ Complete Account Management

  • Real-time balance checking
  • Transaction history analysis
  • Multi-chain portfolio overview
  • Staking rewards tracking

๐Ÿ”„ Advanced Operations

  • Native & token transfers
  • Cross-chain swaps & bridges โญ Premium
  • Staking & unstaking

๐Ÿ›  Developer Friendly

  • Type-safe schemas
  • Comprehensive error handling
  • Enterprise-grade infrastructure
  • Easy integration with signer server

๐Ÿ’ก What You Can Do

# Just ask in natural language:
"Check my ETH balance on Ethereum"
"Send 0.1 ETH to 0x123"
"Stake 100 ATOM with the best validator"
"Convert 1000 USDC to ETH on Optimism"  # Premium feature
"Show my transaction history on Polygon"

No complex setup. No wallet management hassles. Just natural conversations with blockchains.


๐ŸŽฏ Supported MCP Clients


Claude Desktop
Premium Required
๐Ÿ–ฅ๏ธ
FastAgent
Developer Friendly
๐Ÿ”ง
Your App
MCP Compatible

๐Ÿ—๏ธ Architecture

graph LR
    A[MCP Client] --> B[Adamik MCP Server]
    B --> C[Adamik API]
    A --> E[Optional: Signer Server]
    C --> D[60+ Blockchains]
    E --> F[Wallet Integration]

๐Ÿค Contributing

We love contributions! Here's how to get started:

  1. Fork this repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a Pull Request

Development Setup

git clone https://github.com/AdamikHQ/adamik-mcp-server.git
cd adamik-mcp-server
pnpm instal
pnpm build

Testing your changes: Update your MCP client config to point to the local build:

{
  "command": "node",
  "args": ["/path/to/your/adamik-mcp-server/build/index.js"],
  "env": { "ADAMIK_API_KEY": "your-api-key" }
}


๐Ÿ†˜ Support


โญ Star this repo if you find it useful!
Developed by the Adamik team