Adamik (Blockchain and AI)

by adamikhq

186 downloads
Not rated
GitHub

About

Integrates with the Adamik API to enable blockchain operations and custom AI functionalities via Starknet, supporting secure API key management and efficient request handling.

Details

Author
adamikhq
Repository
AdamikHQ/adamik-mcp-server
Downloads
186
License
MIT License
Categories
Developer Tools, Design, AI, API, Frontend, Other
Tags
#integration

<table>
<tr>
<td width="50%">

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Adamik (Blockchain and AI)
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 @adamik/mcp-server
    Environment
    • ADAMIK_API_KEY your-api-key-here

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository


npx @adamik/mcp-server

{
"mcpServers": {
"adamik": {
"command": "npx",
"args": ["@adamik/mcp-server"],
"env": {
"ADAMIK_API_KEY": "your-api-key-here"
}
}
}
}

npm install -g @adamik/mcp-server
adamik-mcp-server

<details>
<summary><strong>Claude Desktop (JSON)</strong></summary>

{
  "mcpServers": {
    "adamik": {
      "command": "npx",
      "args": ["@adamik/mcp-server"],
      "env": {
        "ADAMIK_API_KEY": "your-api-key"
      }
    }
  }
}

</details>

<details>
<summary><strong>FastAgent (YAML)</strong></summary>

```yaml

Check my ETH balance

Check your Ethereum account balance.

Send ETH

Send a specified amount of ETH to a given address. Parameters: amount (number), address (string)

Stake ATOM

Stake a specified amount of ATOM with the best validator. Parameters: amount (number)

Convert USDC to ETH

Convert a specified amount of USDC to ETH on the Optimism network. Parameters: amount (number), network (string)

Show transaction history

Display the transaction history for your account on the Polygon network.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "adamik (blockchain and ai)": {
            "env": {
                "ADAMIK_API_KEY": "your-api-key-here"
            },
            "args": [
                "@adamik/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": {
        "ADAMIK_API_KEY": "your-api-key-here"
    },
    "args": [
        "@adamik/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": {
        "ADAMIK_API_KEY": "your-api-key-here"
    },
    "args": [
        "@adamik/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": {
        "ADAMIK_API_KEY": "your-api-key-here"
    },
    "args": [
        "/c",
        "npx",
        "@adamik/mcp-server"
    ],
    "command": "cmd"
}

🌐 Control 60+ Blockchains with Natural Language

The most powerful blockchain MCP server for Claude, ChatGPT, and any MCP client
Turn complex blockchain operations into simple conversations

🚀 Quick Start•✨ Features•💡 Examples•📦 Installation•🌐 Website

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

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

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

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

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

Visitadamik.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?"

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:
- Forkthis repository
- Createa feature branch:git checkout -b feature/amazing-feature
- Commityour changes:git commit -m 'Add amazing feature'
- Pushto the branch:git push origin feature/amazing-feature
- Opena Pull Request

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

- 🔐Adamik Signer Server- Transaction signing & wallet management
- 🌐
Adamik API- Multi-chain blockchain infrastructure

- 📖Documentation:docs.adamik.io
- 💬Issues:
GitHub Issues
- 📧Contact:
contact@adamik.io
- 💬Telegram:
Adamik MCP Community
- 🐦Twitter:
@Adamik_io

⭐ Star this repo if you find it useful!
Developed by the
Adamikteam

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

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.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.