Interact with over 60 blockchain networks using any MCP client. Requires an Adamik API key.
# 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.
Visit adamik.io β Sign up β Copy your API key (takes 30 seconds)
# 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"
}
}
}
}
Open Claude Desktop and ask: "What's my Optimism/Tron/Solana balance?"
That's it! π
npx @adamik/mcp-server
npm install -g @adamik/mcp-server
adamik-mcp-server
git clone https://github.com/AdamikHQ/adamik-mcp-server.git
cd adamik-mcp-server
pnpm install && pnpm build
node build/index.js
{
"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
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]
We love contributions! Here's how to get started:
git checkout -b feature/amazing-feature
git commit -m 'Add amazing feature'
git push origin feature/amazing-feature
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" }
}
An autonomous agent that integrates large language models with ParaView for creating and manipulating scientific visualizations using natural language and visual inputs.
An MCP server for the Arduino CLI, offering tools to manage sketches, boards, libraries, and files.
An MCP server for the gget bioinformatics library, enabling standardized access to genomics tools and databases.
A demonstration tool showcasing potential security attack vectors against the Model Control Protocol (MCP).
An AI gateway for the Blend Protocol on Stellar, enabling DeFi actions like lending, borrowing, and pool creation through AI assistants or apps.
Generate images using Bytedance's SeedDream 3.0 model via the FAL AI platform. Requires a FAL AI API key.
A unified framework for integrating various language models and embedding providers to generate text completions and embeddings.
Manages penetration testing reports and vulnerabilities via a REST API.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMaticβs API.
A template for deploying a remote MCP server on Cloudflare Workers, customizable by defining tools in the source code.