AdamikHQ_adamik-mcp-server
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 →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
bsc-mcp
by TermiX-official
BNBChain MCP is a tool server designed for interacting with the Binance Smart Chain, enabling token transfers, smart contract interactions, and more, tailored for developers and AI agents.