Skip to main content
Glama
PharosNetwork

Pharos MCP Server

Official

Related Servers

Alternatives to Pharos MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.7/5.0

    Scored across 14 tools

    Disambiguation5/5

    Every tool targets a distinct resource or action: code, storage, call, gas, logs, transaction, receipt, balance, nonce, gas price, block, chain info. No two tools have overlapping purposes; even similar ones like get_transaction and get_transaction_receipt are clearly separated by what they return.

    Naming Consistency5/5

    All tools follow a snake_case pattern, predominantly verb_get_* for reads and send_raw_transaction for the write operation. eth_call and estimate_gas are also snake_case and align with common EVM naming, preserving overall consistency.

    Tool Count5/5

    14 tools is well within the ideal 3-15 range for an EVM blockchain server. Each tool corresponds to a standard JSON-RPC method, and none are redundant or superfluous given the server's purpose.

    Completeness5/5

    The tool set covers the full spectrum of EVM node interactions: chain info, blocks, transactions, receipts, balances, storage, code, calls, gas estimation, logs, nonce, gas price, and raw transaction broadcast. This is a complete surface for typical dApp or chain interaction needs.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues