dime-experiment-tools
com.trycloudflare.managers-backup-dolls-seasons/dime-experiment-toolsFree MCP server: Nostr profile fetcher + a tip-metadata tool. AI-earns-a-dime experiment.
Tools · 8
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.
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.
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.
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').
Given a Solana mainnet address, returns SOL balance (lamports + SOL) and up to 10 most recent transaction signatures with status. Uses public mainnet RPC.
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…
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…
Returns funding metadata for this MCP server (Lightning Address, Solana, Base, Nostr, x402, homepage). Tips are welcome but never required.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"dime-experiment-tools": {
"url": "https://managers-backup-dolls-seasons.trycloudflare.com/sse",
"transport": "sse"
}
}
}