axone-mcp
Verified Safeby axone-protocol
Overview
Acts as a gateway for AI-powered tools (like Claude) to interact with the Axone blockchain's dataverse via the Model-Context Protocol (MCP), primarily to retrieve governance code for resources.
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 gRPC client connection to the Axone node offers flags (`--grpc-no-tls`, `--grpc-tls-skip-verify`) to disable or skip TLS certificate verification. While `--grpc-tls-skip-verify` enforces TLS 1.2 minimum, disabling TLS or skipping verification can expose the connection to security risks (e.g., man-in-the-middle attacks) if used with untrusted gRPC endpoints. There are no hardcoded secrets or obvious malicious patterns in the provided source code. The default `dataverseAddr` in `smithery.yaml` is a public contract address.
Similar Servers
magnet-mcp-server
Integrates AI agent clients (like Claude, Cursor) with the Magnet task/issue management platform, enabling AI agents to read, create, update, and search issues and pages, and upload chat sessions.
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.
akilomba-
This project defines and documents a comprehensive design system (Majoris) through design tokens for spacing, elevation, colors, and typography, to ensure consistency and scalability in UI development.