Labsco
MCP SERVER

Maximumsats MCP

by joelklabo

Score Nostr accounts for trust and sybil risk, and pay per call in sats for the Bitcoin AI tools alongside them.

DeFi Positions & On-Chain Analytics
Summary
Reputation for pubkeys, and a payment rail for tool calls.

It answers whether a Nostr account is worth trusting — score, sybil signals, the path between two people — and it settles the paid tools in sats rather than behind a subscription.

What it is

A server with two halves. One is a Web of Trust service over the Nostr social graph — PageRank-style trust scores, sybil detection, trust paths and network metrics, with a free daily allowance. The other is a pair of AI endpoints priced in satoshis and settled over Lightning using L402.

What you get
  • wot_score returns a 0–100 trust score for a pubkey, with rank and percentile
  • wot_sybil_check returns a five-signal verdict: genuine, suspicious or likely_sybil
  • wot_trust_path returns the hop-by-hop path between two pubkeys
  • wot_trust_circle returns mutual follows with trust strength and cohesion; wot_follow_quality reads the quality of a follow list and suggests changes
  • wot_anomalies finds ghost followers, asymmetric patterns and clusters; wot_predict_link predicts a link from five topology signals
  • wot_network_health returns network-level metrics, and wot_compare_providers checks trust-score consensus across NIP-85 providers
  • ask_bitcoin answers Bitcoin and Lightning questions, and generate_image does text-to-image — both billed per call
Requirements

`npx maximumsats-mcp`, with no account to create. The Web of Trust tools run on a daily free allowance. The two AI tools are pay-per-call over Lightning — ask_bitcoin at 21 sats, generate_image at 100 sats — so those need a Lightning wallet.

Setup effort

One command — npx maximumsats-mcp