Back to Home
axone-protocol icon

axone-mcp

Verified Safe

by 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

Run Command
axone-mcp serve stdio --node-grpc grpc.dentrite.axone.xyz:443

Environment 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

Stats

Interest Score32
Security Score7
Cost ClassLow
Stars2
Forks0
Last Update2026-01-13

Tags

MCPAxoneBlockchainAI IntegrationDataverse