Axone MCP
A lightweight server exposing Axone's capabilities through the Model-Context Protocol.
axone-mcp
🤖 Axone’s MCP server – gateway to the dataverse for AI-powered tools
Axone’s MCP server
Axone’s MCP server is a lightweight implementation that exposes Axone’s capabilities through the standardized Model-Context Protocol.
flowchart LR
classDef actor stroke:#808
classDef system stroke:#0ff
classDef resource stroke:#f00
actor:::actor@{ shape: stadium, label: "Host with MCP Client<br>(Claude, IDEs, Tools)" }
mcpServer:::system@{ shape: rounded, label: "Axone<br>MCP server" }
axone:::system@{ shape: das, label: "🔗 Axone chain" }
actor -- query --> mcpServer
mcpServer -. query .-> axone
Available tools
get_resource_governance_code
Get the governance code attached to the given resource (if any).
Input schema
{
"dataverse": {
"type": "string",
"description": "The address of the dataverse contract"
},
"resource": {
"type": "string",
"description": "The DID URI of the resource"
}
}
Installation
Get the latest release and put it in your $PATH or somewhere you can easily access.
Usage with Claude
Add this to your claude_desktop_config.json Claude Desktop configuration file:
{
"mcpServers": {
"axone": {
"command": "axone-mcp",
"args": [
"serve",
"stdio",
"--node-grpc",
"grpc.dentrite.axone.xyz:443"
]
}
}
}
Flags:
--node-grpc: The gRPC endpoint of the Axone node to connect to.
Run with SSE transport
axone-mcp serve sse --listen-addr localhost:8080 --node-grpc grpc.dentrite.axone.xyz:443
Run with STDIO transport
axone-mcp serve stdio --node-grpc grpc.dentrite.axone.xyz:443
Build
make build
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Scout Monitoring MCP
ผู้สนับสนุนPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
OAuth 2.1 MCP Server
A Next.js template for building MCP servers with OAuth 2.1 authentication, supporting PostgreSQL and Redis.
Pica MCP Server
Integrates with the Pica API platform to interact with various third-party services through a standardized interface.
MCP Memory Visualizer
Graph visualization tools for exploring and analyzing Claude's memory data.
IDA Pro
Interact with IDA Pro for reverse engineering and binary analysis tasks.
DevTools Debugger MCP
Exposes full Chrome DevTools Protocol debugging capabilities, including breakpoints, call stacks, and source maps.
Note MCP
MCP servers for Notecard, Notehub, and general development.
Maven
Tools to query latest Maven dependency information
Kibana MCP Server
Access and interact with your Kibana instance using natural language or programmatic requests.
Crates MCP Server
Query Rust crates from crates.io and docs.rs. Search for crates, get info, versions, dependencies, and documentation.
mcp2cli
CLI bridge that wraps MCP servers as bash-invokable commands, recovering ~11K tokens of context window per session https://github.com/rodaddy/mcp2cli