# Maximum Sats (verified)

Access deep insights and statistics for Bitcoin, the Lightning Network, and the Nostr ecosystem. Evaluate the reputation of Nostr accounts using Web of Trust scores based on social graph analysis. Qu…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add maximumsats/maximumsats

# Browse available tools
npx -y @smithery/cli@latest tool list maximumsats/maximumsats

# Get full schema for a tool
npx -y @smithery/cli@latest tool get maximumsats/maximumsats ask_bitcoin

# Call a tool
npx -y @smithery/cli@latest tool call maximumsats/maximumsats ask_bitcoin '{}'
```

## Direct MCP Connection

Endpoint: `https://maximumsats--maximumsats.run.tools`

## Tools (5)

- `ask_bitcoin` — Ask a question about Bitcoin, Lightning Network, Nostr, or related topics. Powered by Maximum Sats AI (Llama 3.3 70B). …
- `retry_with_payment` — Retry a paid query after paying the Lightning invoice. Provide the payment_hash from the original response.
- `wot_score` — Look up the Web of Trust score for a Nostr pubkey. Based on PageRank over the Nostr follow graph (51K+ nodes, 618K+ edg…
- `wot_top` — Get the top Web of Trust scores on Nostr. Shows the most trusted pubkeys based on PageRank analysis of the follow graph.
- `bitcoin_stats` — Get current Bitcoin and Lightning Network statistics from Maximum Sats.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get maximumsats/maximumsats <tool-name>
```
