Skip to main content
Glama

Adamik MCP Server

Official

🚀 Adamik MCP Server


✨ Features

🔗 60+ Blockchain Networks

  • Ethereum, Bitcoin, Solana, Cosmos
  • Polygon, Arbitrum, Optimism, Base
  • Starknet, Aptos, Tron, and many more

💰 Complete Account Management

  • Real-time balance checking
  • Transaction history analysis
  • Multi-chain portfolio overview
  • Staking rewards tracking

🔄 Advanced Operations

  • Native & token transfers
  • Cross-chain swaps & bridges ⭐ Premium
  • Staking & unstaking

🛠 Developer Friendly

  • Type-safe schemas
  • Comprehensive error handling
  • Enterprise-grade infrastructure
  • Easy integration with signer server

💡 What You Can Do

# 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.


🚀 Quick Start

1️⃣ Get Your Free API Key

Visit adamik.io → Sign up → Copy your API key (takes 30 seconds)

2️⃣ Install & Configure

# 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" } } } }

3️⃣ Start Using

Open Claude Desktop and ask: "What's my Optimism/Tron/Solana balance?"

That's it! 🎉


🎯 Supported MCP Clients


📦 Installation Options

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 Examples

{ "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

🏗️ Architecture


🤝 Contributing

We love contributions! Here's how to get started:

  1. Fork this repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a Pull Request

Development Setup

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" } }


🆘 Support


Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables read and write interactions with 60+ blockchain networks through Claude Desktop, providing a standardized multi-chain API for transaction management, account insights, staking, and token interactions.

  1. Overview
    1. Prerequisites
      1. Installation
        1. Installing via Smithery
        2. Installation Steps:
        3. 1. Clone Repository
        4. 2. Setup and Build
        5. 3. Get Your Free API Key
        6. 4. Install dependencies and build:
        7. 5. Configuration
      2. Usage Examples
        1. Example 1: Query Cosmos Address
        2. Example 2: Multi-Chain Balance Queries
        3. Example 3: Transaction History and Validator Information
        4. Example 4: Staking Rewards Query
      3. Features
        1. Key Features
      4. Security Considerations
        1. Adamik API Documentation
          1. Rate Limits
        2. Support
          1. License

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Enables Claude to interact with Ethereum nodes, allowing users to check ENS token balances, view smart contract code, and decode transactions through natural language.
              Last updated -
              5
              1
              MIT License
            • A
              security
              A
              license
              A
              quality
              Connects Claude Desktop to Redmine for seamless project and issue management, including searching, creating, updating, and tracking tasks using Redmine's API.
              Last updated -
              5
              61
              Mozilla Public License 2.0
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              Provides onchain tools for Claude AI to interact with the Base blockchain and Coinbase API, enabling wallet management, fund transfers, and smart contract deployment.
              Last updated -
              91
              276
              MIT License
              • Apple
              • Linux
            • -
              security
              F
              license
              -
              quality
              An MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.
              Last updated -
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/AdamikHQ/adamik-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server