- Home
- MCP servers
- Adamik
Adamik
- typescript
2
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"adamikhq-adamik-mcp-server": {
"command": "npx",
"args": [
"@adamik/mcp-server"
],
"env": {
"ADAMIK_API_KEY": "YOUR_API_KEY",
"ADAMIK_API_BASE_URL": "https://api.adamik.io/api"
}
}
}
}Adamik MCP Server lets you control 60+ blockchains through natural language conversations. You can ask for balances, transfers, history, staking, and cross‑chain actions in simple terms, and the server translates those requests into trusted blockchain operations.
How to use
You connect an MCP client to the Adams MCP Server and interact using natural language prompts. Typical workflows include checking balances, sending funds, reviewing transaction history, staking assets, and performing cross‑chain actions offered by the server. Start with a simple query like: "What is my balance on Ethereum?" Then layer in more complex actions such as "Send 0.1 ETH to 0x123..." or "Show my transaction history on Polygon". If you have access to premium features, you can request cross‑chain swaps or conversions across supported networks.
How to install
# 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 example
# Claude Desktop (JSON)
{
"mcpServers": {
"adamik": {
"command": "npx",
"args": ["@adamik/mcp-server"],
"env": {
"ADAMIK_API_KEY": "your-api-key"
}
}
}
}
Environment variables
The MCP server uses an API key to authorize requests from your MCP client. You can also optionally configure a base URL for the Adams API if you are pointing to a specific instance or environment.
ADAMIK_API_KEY=your-api-key-here
ADAMIK_API_BASE_URL=https://api.adamik.io/api # Optional
Available tools
Check Balance
Query the current balance for a given account on a specific blockchain network.
View History
Retrieve and analyze transaction history across one or more networks.
Transfer
Initiate native or token transfers between addresses on a chosen network.
Cross-Chain Transfer/Bridge (Premium)
Perform cross-chain transfers or bridge assets between different blockchains.
Staking and Rewards
Stake assets and track staking rewards across supported networks.