nano-mcp
Related Servers
Alternatives to nano-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityAmaintenanceEnables AI agents to hold XNO and make feeless, instant per-API-call payments via the public rpc.nano.to node, including wallet management, paid tool execution, and a self-hostable x402 payment facilitator.7MIT
- AlicenseAqualityBmaintenanceSelf-custodied Nano wallet + x402 payment client and merchant server for AI agents, enabling micropayments, on-ledger settlement, and paid endpoints.6816 PyPI3MIT
- AlicenseBqualityDmaintenanceEnables AI agents using the Model Context Protocol (MCP) to send Nano cryptocurrency and retrieve account/block information via Nano node RPC.43 npm11MIT
- AlicenseAqualityAmaintenanceEnables AI agents to check paywalled resource prices, pay and fetch content within enforced budgets, and inspect wallet status.3231 npm3Business Source 1.1
- FlicenseNot gradedqualityDmaintenanceExposes Nerve blockchain JSON-RPC and REST APIs as MCP tools, enabling AI agents to receive, pay, swap, and query balances with local account management and no gas fees.1-

PayAgents MCP Serverofficial
AlicenseAqualityBmaintenanceEnables AI agents to autonomously make policy-controlled payments for APIs and tools via Bitcoin Lightning (L402) and Base USDC (x402), including paying paywalled endpoints, checking balances, and reviewing transactions.39 npmMIT
TDQS
Scored across 7 tools
Most tools target distinct actions: account queries (get_balance/get_history) are separate from the payment flow (quote/quote_usd/verify_payment/pay_and_call). get_address overlaps slightly with the one-time addresses returned by quote tools, and quote vs quote_usd are similar, but the descriptions clarify when each should be used.
The get_balance/get_history/get_address group follows a clear verb_noun pattern, and verify_payment is similarly structured. quote, quote_usd, and pay_and_call deviate a bit from that pattern but are still lowercase, readable, and verb-first.
Seven tools is well-scoped for a Nano payment/call gateway: account lookups, quoting, verification, and execution are covered without redundancy or bloat. Each tool has a clear place in the payment-and-call flow.
The core lifecycle is present: obtain an address, quote a price, pay, verify payment, and invoke the call, with balance/history utilities for account tracking. There is no explicit request-status or cancel/expiry operation, but agents can work around this via re-quoting or verify_payment's status return.