Back to directory
ainblockchain/mcp

ainblockchain/mcp

@ainblockchain

MCP Server for AI Network - TypeScript implementation for interacting with AI Network blockchain

blockchainai-networkmcp-servertypescriptagenthyper-agentdagtool

Installation & Configuration

{
  "ainnetwork": {
    "command": "node",
    "args": [
      "dist/index.js"
    ],
    "env": {
      "PROVIDER_URL": "<AI_NETWORK_PROVIDER_URL>",
      "EVENT_HANDLER_URL": "<AI_NETWORK_HANDLER_URL>",
      "CHAIN_ID": "<AI_NETWORK_CHAIN_ID>",
      "AIN_PRIVATE_KEY": "<YOUR_PRIVATE_KEY>",
      "DAG_RPC": "<AI_NETWORK_DAG_RPC_URL>"
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17