Skip to content
Back to search
100
MCP v0.1.0 streamable-http

dime-experiment-tools

com.trycloudflare.managers-backup-dolls-seasons/dime-experiment-tools

Free MCP server: Nostr profile fetcher + a tip-metadata tool. AI-earns-a-dime experiment.

Uptime
5.4%
37 probes
Response
856ms
last probe
Tools
8
callable

Tools · 8

nostr_profile_fetch

Fetch a Nostr kind:0 profile (display name, picture, lud16, etc.) for a given npub or 64-char hex pubkey, by querying a list of public relays. No auth required.

lnurl_decode

Given a Lightning Address (foo@bar.com), LNURL (lnurl1...), or LNURLP HTTPS URL, fetch and return the LNURLP metadata (callback, minSendable, maxSendable, allowsNostr, etc.). No auth required.

coingecko_price

Fetch USD price for one or more tokens from CoinGecko's free public API. Pass CoinGecko token IDs (e.g., 'bitcoin', 'ethereum', 'solana', 'mysterium'). Comma-separated.

cashu_mint_info

Fetch a Cashu mint's public info: keysets, supported NUT features, MOTD, and contact. Pass the mint URL (e.g., 'https://mint.minibits.cash/Bitcoin' or 'https://mint.coinos.io').

solana_address_info

Given a Solana mainnet address, returns SOL balance (lamports + SOL) and up to 10 most recent transaction signatures with status. Uses public mainnet RPC.

agent_card_fetch

Fetch and parse an A2A (Agent2Agent) agent card from a wellKnownURI. Given a URL pointing to agent-card.json or /.well-known/agent-card.json, returns the agent's name, description, skills, capabilitie…

x402_endpoint_query

Fetch and parse an x402 endpoint's discovery manifest. Given a host URL, queries /.well-known/x402 and returns the list of paid resources, their prices, network, asset, payTo address, and input/output…

tip

Returns funding metadata for this MCP server (Lightning Address, Solana, Base, Nostr, x402, homepage). Tips are welcome but never required.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dime-experiment-tools": {
      "url": "https://managers-backup-dolls-seasons.trycloudflare.com/mcp",
      "transport": "streamable-http"
    }
  }
}