Adamik MCP Server
Interact with over 60 blockchain networks using any MCP client. Requires an Adamik API key.
🚀 Adamik MCP Server
✨ 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.
🚀 Quick Start
1️⃣ Get Your Free API Key
Visit adamik.io → Sign up → Copy your API key (takes 30 seconds)
2️⃣ Install & Configure
# Install instantly
npx @adamik/mcp-server
# Add to Claude Desktop config
{
"mcpServers": {
"adamik": {
"command": "npx",
"args": ["@adamik/mcp-server"],
"env": {
"ADAMIK_API_KEY": "your-api-key-here"
}
}
}
}
3️⃣ Start Using
Open Claude Desktop and ask: "What's my Optimism/Tron/Solana balance?"
That's it! 🎉
🎯 Supported MCP Clients
📦 Installation Options
Option 1: NPX (Recommended)
npx @adamik/mcp-server
Option 2: Global Install
npm install -g @adamik/mcp-server
adamik-mcp-server
Option 3: Local Development
git clone https://github.com/AdamikHQ/adamik-mcp-server.git
cd adamik-mcp-server
pnpm install && pnpm build
node build/index.js
🔧 Configuration Examples
{
"mcpServers": {
"adamik": {
"command": "npx",
"args": ["@adamik/mcp-server"],
"env": {
"ADAMIK_API_KEY": "your-api-key"
}
}
}
}
mcp:
servers:
adamik:
command: "npx"
args: ["@adamik/mcp-server"]
env:
ADAMIK_API_KEY: "your-api-key"
ADAMIK_API_KEY=your-api-key-here
ADAMIK_API_BASE_URL=https://api.adamik.io/api # Optional
🏗️ 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:
- Fork this repository
- Create a feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add amazing feature'
- Push to the branch:
git push origin feature/amazing-feature
- 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" }
}
📚 Related Projects
- 🔐 Adamik Signer Server - Transaction signing & wallet management
- 🌐 Adamik API - Multi-chain blockchain infrastructure
🆘 Support
- 📖 Documentation: docs.adamik.io
- 💬 Issues: GitHub Issues
- 📧 Contact: contact@adamik.io
- 💬 Telegram: Adamik MCP Community
- 🐦 Twitter: @Adamik_io
Related Servers
Deepseek Thinking & Claude 3.5 Sonnet
Combines DeepSeek's reasoning capabilities with Claude 3.5 Sonnet's response generation through OpenRouter.
Thirdweb
Read/write to over 2k blockchains, enabling data querying, contract analysis/deployment, and transaction execution, powered by Thirdweb.
Trading Simulator
An MCP server for interacting with the Trading Simulator API to simulate trading activities.
Kali AI Pentest MCP Tools
An AI penetration testing tool that uses natural language to operate various security tools like nmap, sqlmap, and metasploit.
Jupyter MCP Server
Interact with Jupyter notebooks running in any JupyterLab environment, supporting real-time control and smart execution of notebook cells.
Figma
Interact with the Figma API to access and manage design files and resources.
Authless Remote MCP Server
An authless remote MCP server designed for deployment on Cloudflare Workers. It can be set up locally using npm create.
DevStandards
Provides AI agents with access to development best practices, security guidelines, and coding standards.
Gemini MCP Server
An MCP server for interacting with Google's Gemini models through the Gemini CLI.
Repo Map
An MCP server (and command-line tool) to provide a dynamic map of chat-related files from the repository with their function prototypes and related files in order of relevance. Based on the "Repo Map" functionality in Aider.chat