AdamikHQ adamik mcp server

AdamikHQ adamik mcp server avatar

by AdamikHQ

Adamik MCP

What is AdamikHQ adamik mcp server

Adamik MCP Server

*smithery badge*

Overview

The Adamik MCP Server enables read and write interactions with 60+ blockchain networks through Claude Desktop. This 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.

Prerequisites

Installation

Installing via Smithery

To install Adamik MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @AdamikHQ/adamik-mcp-server --client claude

Installation Steps:

1. Clone Repository

git clone [email protected]:AdamikHQ/adamik-mcp-server.git
cd adamik-mcp-server

2. Setup and Build

  1. Create environment file:
cp .env.example .env
  1. Configure your environment variables in .env:
# Required - Your Adamik API key
ADAMIK_API_KEY="your_api_key_here"
ADAMIK_API_BASE_URL="https://api.adamik.io"

3. Get Your Free API Key

  1. Visit https://dashboard.adamik.io
  2. Create a free account
  3. Navigate to the API Keys section
  4. Generate a new API key
  5. Copy the API key and paste it into your .env file

4. Install dependencies and build:

pnpm install
pnpm run build

5. Configuration

  1. Open or create the Claude configuration file:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
  1. Add the following configuration:
{
  "mcpServers": {
    "adamik-mcp-server": {
      "command": "node",
      "args": ["`/Users/YourUsername/GitHub/adamik-mcp-server/build/index.js"]`
    }
  }
}

Note: After adding the MCP server configuration, restart Claude for the changes to take effect.

Usage Examples

Example 1: Query Cosmos Address

Query: Can you get balances of my cosmos address cosmos1yvuhqg73fdzxvam9sj7mazfa38gpn7ulsavh7s? Can you check first Adamik API documentation to learn how to use it?

Example 2: Multi-Chain Balance Queries

Query: Can you check my balances across different chains?
- Ethereum: 0x3dD2504c27449a78Df04284129C380f3831cAF0d
- Bitcoin: bc1qekphvuz20qvdhkzywfe29r9vvtwxrszvaxzmqm
- StarkNet: 0x0548A1a8B82AB723C3D770052C4f2E6197215dC12E4bAaBDE1C571D7AA85760e
- TON: UQAQ113dWkP2MOfXN2uv0qPFB-097flcLBhyv0_lhgXEUhwz

Example 3: Transaction History and Validator Information

Query:
- What's my latest operation on my dYdX account dydx1yvuhqg73fdzxvam9sj7mazfa38gpn7uleyzn78?
- Can you provide information about this dYdX validator: dydxvaloper1ml44cenapnawcn4xy3w36jce0rg78dm8ajvypn?

Example 4: Staking Rewards Query

Query: What are my current pending rewards on Osmosis address osmo1yvuhqg73fdzxvam9sj7mazfa38gpn7ulcxl8gz?

Features

Key Features

Multi-Chain Support: The API provides unified access to multiple blockchain networks, including popular chains like Ethereum, Starknet, Cosmos, Bitcoin, and many others. This allows developers to interact with different blockchains using a consistent interface.

Transaction Management: The API offers comprehensive transaction-related functionalities, including:

  • Transaction encoding (preparing the transaction before signing)
  • Transaction validation (checking if the transaction is valid)
  • Transaction broadcasting (sending the transaction to the network)
  • Retrieving transaction details and status

Account Management: Provides detailed account-related services such as:

  • Retrieving account state (balances)
  • Checking token balances
  • Viewing account transaction history

Utility Functions: Offers helpful utility endpoints like:

  • Address validation
  • Public key to address conversion
  • Chain and token information retrieval

Staking Support: Includes features for proof-of-stake blockchains, such as:

  • Staking transactions
  • Unstaking
  • Claiming staking rewards
  • Validator information retrieval

Token Interaction: Enables interactions with different token types, including:

  • Native currency transfers (for instance sending ETH on Ethereum or Algorand)
  • Token transfers (for instance sending USDC on Ethereum or Tron)
  • Retrieving token details across various blockchain standards (ERC20, TRC20, ASA, etc.)

The API essentially aims to provide a standardized, cross-chain interface for blockchain interactions, simplifying the complexity of working with multiple blockchain networks.

Security Considerations

  • Private keys are currently stored securely in .env
  • Only use test wallets with small amounts for development

Adamik API Documentation

For detailed API documentation, visit https://docs.adamik.io

Rate Limits

  • Free tier: 10k requests/month
  • Premium tier: Contact us for custom pricing and higher rate limits

Support

Need help or have questions? Visit our contact page or check our API documentation.

License

This project is licensed under the MIT License.

Contributions are welcome! Feel free to submit pull requests or open issues.

Leave a Comment

Frequently Asked Questions

What is MCP?

MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications, providing a standardized way to connect AI models to different data sources and tools.

What are MCP Servers?

MCP Servers are lightweight programs that expose specific capabilities through the standardized Model Context Protocol. They act as bridges between LLMs like Claude and various data sources or services, allowing secure access to files, databases, APIs, and other resources.

How do MCP Servers work?

MCP Servers follow a client-server architecture where a host application (like Claude Desktop) connects to multiple servers. Each server provides specific functionality through standardized endpoints and protocols, enabling Claude to access data and perform actions through the standardized protocol.

Are MCP Servers secure?

Yes, MCP Servers are designed with security in mind. They run locally with explicit configuration and permissions, require user approval for actions, and include built-in security features to prevent unauthorized access and ensure data privacy.

Related MCP Servers

chrisdoc hevy mcp avatar

chrisdoc hevy mcp

mcp
sylphlab pdf reader mcp avatar

sylphlab pdf reader mcp

An MCP server built with Node.js/TypeScript that allows AI agents to securely read PDF files (local or URL) and extract text, metadata, or page counts. Uses pdf-parse.

pdf-parsetypescriptnodejs
aashari mcp server atlassian bitbucket avatar

aashari mcp server atlassian bitbucket

Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.

atlassianrepositorymcp
aashari mcp server atlassian confluence avatar

aashari mcp server atlassian confluence

Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.

atlassianmcpconfluence
prisma prisma avatar

prisma prisma

Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

cockroachdbgomcp
Zzzccs123 mcp sentry avatar

Zzzccs123 mcp sentry

mcp sentry for typescript sdk

mcptypescript
zhuzhoulin dify mcp server avatar

zhuzhoulin dify mcp server

mcp
zhongmingyuan mcp my mac avatar

zhongmingyuan mcp my mac

mcp
zhixiaoqiang desktop image manager mcp avatar

zhixiaoqiang desktop image manager mcp

MCP 服务器,用于管理桌面图片、查看详情、压缩、移动等(完全让Trae实现)

mcp
zhixiaoqiang antd components mcp avatar

zhixiaoqiang antd components mcp

An MCP service for Ant Design components query | 一个减少 Ant Design 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询

designantdapi

Submit Your MCP Server

Share your MCP server with the community

Submit Now