0g-mcp-server
Related Servers
Alternatives to 0g-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProduction-ready MCP server for 0G Chain blockchain operations, enabling wallet creation, balance checks, token transfers, staking, and validator discovery through natural language.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that exposes blockchain data as native tools for AI agents, enabling read-only queries like wallet balances and token holdings on Ethereum, Polygon, and Base.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that bridges AI models with Ethereum blockchains via all JSON-RPC calls, enabling natural language queries for block numbers, balances, transactions, and smart contract data.4 npm21MIT
- AlicenseAqualityFmaintenanceAn MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.39MIT
- AlicenseAqualityCmaintenanceA local MCP server that enables AI tools to query Obyte blockchain data including balances, units, autonomous agent state and dry runs, and token symbols, supporting both mainnet and testnet.3055 npmMIT

Armor Crypto MCPofficial
AlicenseCqualityCmaintenanceAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.37179GPL 3.0
TDQS
Scored across 5 tools
Each tool targets a distinct aspect of the 0G network: balance, transaction, block, network info, and gas estimation. There is no overlap, making it straightforward for an agent to select the right tool.
All tool names follow a clear verb_noun pattern in snake_case: get_balance, get_transaction, get_block, get_network_info, and estimate_gas. The slight deviation of estimate_ instead of get_ is semantically appropriate and does not break consistency.
With 5 tools, the server is well-scoped for a read-only network query interface. Each tool earns its place, and the count is neither too sparse nor overwhelming.
The set covers essential read operations for a blockchain-like network. However, the presence of estimate_gas implies transaction preparation, yet there is no send_transaction tool, which is a notable gap for a complete workflow.