Tools for Agents
MCP servers, agent frameworks, and protocols for building agents on ADI Chain.
MCP servers
MCP server
What it does
ADI setup
Run EVM MCP Server on ADI Testnet
{
"mcpServers": {
"evm": {
"command": "npx",
"args": ["-y", "@mcpdotdirect/evm-mcp-server"],
"env": {
"CUSTOM_NETWORKS": "[{\"name\":\"ADI Testnet\",\"slug\":\"adi-testnet\",\"chainId\":99999,\"rpc\":\"https://rpc.ab.testnet.adifoundation.ai\",\"explorer\":\"https://explorer.ab.testnet.adifoundation.ai\"}]",
"DEFAULT_NETWORK": "adi-testnet"
}
}
}
}Build a custom MCP server
Agent frameworks and protocols
Framework
ADI support
Notes
Last updated
