The Adamik MCP Server enables read and write interactions with 60+ blockchain networks through Claude Desktop. This server provides an integration with the standardized, multi-chain Adamik API, allowing developers to seamlessly interact with diverse blockchains for transaction management, account insights, staking, and token interactions, all through a unified and enterprise-grade interface.
git clone git@github.com:AdamikHQ/adamik-mcp-server.git
cd adamik-mcp-server
cp .env.example .env
.env
:# Required - Your Adamik API key
ADAMIK_API_KEY="your_api_key_here"
ADAMIK_API_BASE_URL="https://api.adamik.io"
.env
filepnpm install
pnpm run build
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"adamik-mcp-server": {
"command": "node",
"args": ["/Users/YourUsername/GitHub/adamik-mcp-server/build/index.js"]
}
}
}
Note: After adding the MCP server configuration, restart Claude for the changes to take effect.
Query: Can you get balances of my cosmos address cosmos1yvuhqg73fdzxvam9sj7mazfa38gpn7ulsavh7s? Can you check first Adamik API documentation to learn how to use it?
Query: Can you check my balances across different chains?
- Ethereum: 0x3dD2504c27449a78Df04284129C380f3831cAF0d
- Bitcoin: bc1qekphvuz20qvdhkzywfe29r9vvtwxrszvaxzmqm
- StarkNet: 0x0548A1a8B82AB723C3D770052C4f2E6197215dC12E4bAaBDE1C571D7AA85760e
- TON: UQAQ113dWkP2MOfXN2uv0qPFB-097flcLBhyv0_lhgXEUhwz
Query:
- What's my latest operation on my dYdX account dydx1yvuhqg73fdzxvam9sj7mazfa38gpn7uleyzn78?
- Can you provide information about this dYdX validator: dydxvaloper1ml44cenapnawcn4xy3w36jce0rg78dm8ajvypn?
Query: What are my current pending rewards on Osmosis address osmo1yvuhqg73fdzxvam9sj7mazfa38gpn7ulcxl8gz?
Multi-Chain Support: The API provides unified access to multiple blockchain networks, including popular chains like Ethereum, Starknet, Cosmos, Bitcoin, and many others. This allows developers to interact with different blockchains using a consistent interface.
Transaction Management: The API offers comprehensive transaction-related functionalities, including:
Account Management: Provides detailed account-related services such as:
Utility Functions: Offers helpful utility endpoints like:
Staking Support: Includes features for proof-of-stake blockchains, such as:
Token Interaction: Enables interactions with different token types, including:
The API essentially aims to provide a standardized, cross-chain interface for blockchain interactions, simplifying the complexity of working with multiple blockchain networks.
.env
For detailed API documentation, visit https://docs.adamik.io
Need help or have questions? Visit our contact page or check our API documentation.
This project is licensed under the MIT License.
Contributions are welcome! Feel free to submit pull requests or open issues.
{
"mcpServers": {
"adamik-mcp-server": {
"env": {},
"args": [
"/Users/YourUsername/GitHub/adamik-mcp-server/build/index.js"
],
"command": "node"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.