Symbol runs on your own machine — the client starts it, so there is no endpoint to ping. 311 installs a week from npm. Last commit 17 Sep 2026.
Read-only MCP server for the Symbol blockchain (XYM): node health, harvesting, voting keys.
Today is the operative word: we check Symbol every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add symbol -- npx -y symbol-mcp-server
{
"mcpServers": {
"symbol": {
"args": [
"-y",
"symbol-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.symbol]
command = "npx"
args = ["-y", "symbol-mcp-server"]
{
"mcpServers": {
"symbol": {
"args": [
"-y",
"symbol-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"symbol": {
"args": [
"-y",
"symbol-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SYMBOL_NODE_URL (Base URL of the Symbol REST node to query, e.g. https://your-node.example:3001), SYMBOL_TIMEZONE (IANA time zone for local date/time output, e.g. Asia/Tokyo (default UTC)), SYMBOL_REFERENCE_NODES (Comma-separated REST URLs of reference nodes for symbol_network_compare (optional)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.
Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint.
Read-only health context MCP server for Iris users.
MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
MCP server for verifying and querying vtimestamp proofs on the Verus blockchain
Read-only MCP server for UK gym search using the LocalGym Agent API.
Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.
MCP Server for Rootstock Blockchain
Answers built from our own checks of this server.