AdamikHQ_adamik-mcp-server

AdamikHQ_adamik-mcp-server

3.3

The Adamik MCP Server enables read and write interactions with 60+ blockchain networks through Claude Desktop.

The Adamik MCP 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. It supports over 60 blockchain networks, offering a consistent API for developers to manage transactions, retrieve account information, and interact with tokens across different chains. The server is designed to work with Claude Desktop, requiring a Claude Pro subscription, and is built on Node.js with pnpm for package management. The server facilitates multi-chain balance queries, transaction history retrieval, and staking rewards queries, making it a versatile tool for blockchain developers.

Features

  • {'name': 'Multi-Chain Support', 'description': 'Unified access to multiple blockchain networks, including Ethereum, Starknet, Cosmos, Bitcoin, and more.'}
  • {'name': 'Transaction Management', 'description': 'Comprehensive transaction functionalities including encoding, validation, broadcasting, and status retrieval.'}
  • {'name': 'Account Management', 'description': 'Detailed account services such as retrieving balances, checking token balances, and viewing transaction history.'}
  • {'name': 'Utility Functions', 'description': 'Includes address validation, public key to address conversion, and chain/token information retrieval.'}
  • {'name': 'Staking Support', 'description': 'Features for proof-of-stake blockchains, including staking transactions, unstaking, and claiming rewards.'}

Usage with Different Platforms

Node.js

bash
git clone git@github.com:AdamikHQ/adamik-mcp-server.git
cd adamik-mcp-server
cp .env.example .env
# Configure your environment variables in `.env`
pnpm install
pnpm run build

Claude Desktop


{
  "mcpServers": {
    "adamik-mcp-server": {
      "command": "node",
      "args": ["/Users/YourUsername/GitHub/adamik-mcp-server/build/index.js"]
    }
  }
}

Related MCP Servers

View all finance servers →