Skip to main content
Glama
524,225 tools. Updated 2026-09-06 14:34

"Monero" matching MCP tools:

  • Retrieve the version number of the monero-wallet-rpc software to verify compatibility or ensure proper setup.
    MIT
  • Check crypto addresses against OFAC and EU sanction lists across Bitcoin, EVM, Tron, Solana, and Monero, returning designated entities, programmes, and designation dates behind each match.
    MIT
  • Access curated crypto news from trusted sources like CoinDesk and CoinTelegraph. Filter by category, token, or date to find relevant AI and web3 articles. Receive concise summaries with original links.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server that gives AI agents a private Monero wallet, enabling balance checks, payment receiving, and XMR transfers through a tool interface.
    14
    20
    18
    MIT

Matching MCP Connectors

  • Live Monero (XMR) network metrics: reorgs, orphan blocks, mining-pool centralization.

  • Monero/Zcash payment webhooks + DeFi liquidation & Ethereum builder data over MCP. Free tier; x402.

  • Confirm and execute a pending Monero transfer using a confirmation token. Required when MONERO_REQUIRE_CONFIRMATION is enabled.
    MIT
  • Create a new subaddress to receive Monero payments. Optionally assign a label and specify the account index for organization.
    MIT
  • Empty your Monero wallet by sending all unlocked balance to any address. Use only when you intend to transfer all funds.
    MIT
  • Get the primary address of a Monero wallet, optionally for a specific account index, to receive XMR payments.
    MIT
  • Fund a Private Watch by paying in XMR or ZEC instead of USDC. Returns the FREE endpoint to call: POST /v1/private/topup-crypto issues a QUOTE — a receiving address, the exact coin amount to send (Monero: the amount carries a unique invoice tag; Zcash: a memo token), and a USD rate locked for a short window. Send the payment, then poll GET /v1/private/topup-crypto/{quoteId} (header x-watch-token) until status=settled. We detect the payment with the same view-key scanner the product sells and never hold a spend key. No x402, no API key — you pay in coin.
    ConnectorNo auth
  • Accept an XMR/ZEC payment INTO YOUR OWN WALLET: creates a checkout invoice against your Private Watch (your address, your view key). Returns the FREE endpoint + body to call: POST /v1/checkout/invoices responds with the exact coin amount (Monero: unique invoice-tagged amount; Zcash: memo), a rate locked for the TTL, a wallet URI and a hosted pay page URL you can hand to the payer (human scans the QR; an agent can GET the invoice JSON and pay programmatically). When the payment confirms you get an invoice_paid webhook signed with your existing watch secret, and a flat settlement fee (~$0.02) is debited from the watch credit meter — never a percentage. Use your watchId+watchToken server-side, or a restricted checkoutKey (mint one with POST /v1/checkout/keys) anywhere you cannot keep secrets.
    ConnectorNo auth
  • Creates a payment invoice to add funds to the connected prepaid PikaSim Wallet, and returns a payment page link (the human can pay by card with 3D Secure, or crypto) plus per-coin crypto payment details. Accepts Bitcoin, Lightning, Monero, Zcash, USDT, and 50+ altcoins, or card on the payment page. Does not move funds itself; it returns an invoice the user pays externally, and the balance updates once the payment confirms. Use when check_balance is too low to purchase. Minimum deposit is $1 (no prepaid float required). A fully-autonomous agent holding crypto can pay WITHOUT a human: the tool returns native destinations for Lightning, Bitcoin on-chain, USDT (TRC-20/Tron), and Monero — pay the amount to any one of them. Crypto has no fee; card payments add a 2.9% processing fee on top of the credited amount. Balance is prepaid credit for purchases on PikaSim, never expires, and is not redeemable for cash. Requires a connected agent wallet (OAuth or ak_live_ key).
    ConnectorNo auth