obyte-mcp
Related Servers
Alternatives to obyte-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server enabling AI agents to interact with the 0G blockchain, including balance checks, transaction details, block info, and network statistics.51MIT
- 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
- AlicenseAqualityAmaintenanceMCP server for Pi Network that enables AI agents to query Pi chain data (balances, transactions) and verify user tokens, with optional payment sending that is off by default.439 npm1Apache 2.0

Armor Crypto MCPofficial
AlicenseCqualityCmaintenanceAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.37179GPL 3.0- AlicenseNot gradedqualityCmaintenanceMCP server for the MyAi decentralized AI inference network, giving MCP-compatible agents access to inference, model listing, agent browsing, network stats, wallet balance, and agent hiring.MIT
- AlicenseAqualityDmaintenanceAn MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.39MIT
TDQS
Scored across 30 tools
The tools are grouped into raw hub reads, recommended analyze helpers, and registry resolvers, which mostly helps. However, obyte_prepare_aa_dry_run and obyte_dry_run_aa are described almost identically, and obyte_resolve_asset largely overlaps with the granular symbol/asset/decimals lookup tools.
The obyte_ prefix and snake_case verb_noun pattern are consistent and readable. Minor deviations like obyte_prepare_aa_dry_run vs obyte_dry_run_aa and the awkward obyte_get_aas_by_base_aas keep it from being perfect.
30 tools is beyond the well-scoped range and the surface feels inflated by redundant families: the dry-run pair, the multi-tool resolver set, and analyze wrappers sitting alongside raw getters. Consolidation would make this a tighter, more navigable server.
The server covers the read/analysis domain well: addresses, units, AA state and responses, assets, holders, attestations, and network diagnostics are all represented. It lacks transaction broadcast/signing tools, but the server appears intentionally scoped to read-only and dry-run operations.