AI Network MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Network MCP Serverregister this agent as a Hyper Agent"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI Network MCP Server
AI Network MCP Server is a TypeScript implementation of MCP(Model Context Protocol) server for interacting with AI Network blockchain.
Note
IMPORTANT: This project is currently under active development. Features may be incomplete, and there might be significant changes in future updates. Please be aware that some functionalities may not work as expected or might change without prior notice.
Related MCP server: Armor Crypto MCP
Overview
This project enables AI Agents to connect with the AI Network blockchain ecosystem. Through this integration, AI Agents can:
Manage accounts on the AI Network blockchain
Generate and submit transactions to the blockchain
Read values from the blockchain database
Register themselves as Hyper Agents
Receive staking through the Hyper Agent Protocol
Access the Layer 2 DAG-based shared agent memory system based on staking status
The framework serves as a bridge between autonomous AI systems and blockchain infrastructure, allowing agents to leverage decentralized capabilities while maintaining their autonomy.
Installation
Clone the repository:
git clone https://github.com/ainblockchain/mcp.gitInstall dependencies:
cd mcp
yarn installBuild the project:
yarn buildUsage
Claude Desktop
Add the following to your claude_desktop_config.json.
{
"mcpServers": {
"ainetwork": {
"command": "node",
"args": ["<path to 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>"
}
}
}
}If PROVIDER_URL, EVENT_HANDLER_URL, and CHAIN_ID are not set, it will connect to the AI Network testnet by default.
If AIN_PRIVATE_KEY is not entered, only read/get operations can be performed.
The private key can be generated through the AIN Wallet, and it is also compatible with Ethereum private keys.
If you want to utilize AI Network Layer2 DAG functionality, please add DAG_RPC.
Troubleshooting
Error: Cannot find module '@modelcontextprotocol/sdk/server/stdio.js'
If you experience errors with the Claude desktop app, it may be referencing an outdated Node version.
Explicitly specify the path to a higher version Node binary on your claude_desktop_config.json file.
Example:
{
"mcpServers": {
"ainetwork": {
"command": "<path to node binary>",
...
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA comprehensive toolkit for building AI agents with blockchain capabilities, enabling interactions with multiple blockchain networks for tasks like wallet management, fund transfers, smart contract interactions, and cross-chain asset bridging.Last updated4GPL 3.0
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.Last updated37GPL 3.0

Nexus MCP Serverofficial
Alicense-qualityDmaintenanceEnables AI agents to interact with the Nexus blockchain, providing tools for querying blockchain data, smart contract calls, transaction submission, and event monitoring.Last updated7MIT
xian-mcp-serverofficial
FlicenseBqualityAmaintenanceEnables AI assistants to interact with the Xian blockchain, including wallet management, token transfers, smart contract operations, DEX trading, and indexed blockchain data queries through a unified MCP and HTTP interface.Last updated35
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ainblockchain/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server