axone-mcp
Verified Safeby axone-protocol
Overview
Axone's Model-Context Protocol (MCP) server acts as a gateway for AI-powered tools to query and interact with data and governance code on the Axone blockchain's dataverse.
Installation
axone-mcp serve stdio --node-grpc grpc.dentrite.axone.xyz:443Environment Variables
- AXONE_MCP_LOG_LEVEL
- AXONE_MCP_LOG_FORMAT
- AXONE_MCP_NODE_GRPC
- AXONE_MCP_GRPC_NO_TLS
- AXONE_MCP_GRPC_TLS_SKIP_VERIFY
- AXONE_MCP_GRPC_TIMEOUT
- AXONE_MCP_READ_ONLY
- AXONE_MCP_BASE_URL
- AXONE_MCP_LISTEN_ADDR
Security Notes
The server's core function retrieves blockchain data and governance code (as text) without executing it internally, mitigating arbitrary code execution risks within the server. It supports `--grpc-tls-skip-verify` which is explicitly labeled as insecure for production but enforces a minimum TLS 1.2 version. This flag is mutually exclusive with `--grpc-no-tls`, demonstrating awareness of insecure configurations.
Similar Servers
magnet-mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to interact with Magnet.run's issue and page management features using markdown.
mcp-server
Provides real-time Indian options market data and volatility analytics from GetOutpost.in to AI chat platforms like Claude for quantitative analysis and trading insights.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
drilling_mcp_server
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.