MCP Hub
Back to servers

maximumsats-mcp

Validated

MCP server for Maximum Sats AI — Bitcoin & Lightning knowledge tools for AI agents

glama
Updated
Feb 8, 2026
Validated
Mar 3, 2026

maximumsats-mcp

MCP server for Maximum Sats AI — Bitcoin & Lightning knowledge tools for AI agents.

Tools

ToolDescription
ask_bitcoinAsk questions about Bitcoin, Lightning, Nostr, or crypto. First query per IP per day is free.
retry_with_paymentRetry a query after paying a Lightning invoice (10 sats).
wot_scoreLook up the Web of Trust score for any Nostr pubkey.
wot_topGet the most trusted pubkeys on Nostr (PageRank over 51K+ nodes).
bitcoin_statsGet current Bitcoin and Lightning Network statistics.

Setup

Claude Code

claude mcp add maximumsats -- npx -y github:joelklabo/maximumsats-mcp

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "maximumsats": {
      "command": "npx",
      "args": ["-y", "github:joelklabo/maximumsats-mcp"]
    }
  }
}

From source

git clone https://github.com/joelklabo/maximumsats-mcp.git
cd maximumsats-mcp
npm install
node index.js

How Payment Works

  1. Your first query per IP per 24 hours is free — no setup needed.
  2. After the free query, you get a Lightning invoice for 10 sats.
  3. Pay the invoice with any Lightning wallet.
  4. Use retry_with_payment with the payment_hash to get your answer.

What Can You Ask?

  • "How does the Lightning Network work?"
  • "What is a BOLT 12 offer?"
  • "Explain Nostr NIP-90 data vending machines"
  • "What are taproot assets?"
  • "How does L402 authentication work?"

License

MIT

Reviews

No reviews yet

Sign in to write a review