by joelklabo
Provides Bitcoin and Lightning knowledge tools for AI agents, accessible via pay‑per‑use Lightning (L402) invoicing and a Web of Trust scoring API.
Offers a set of AI‑driven Bitcoin/Lightning query tools and a comprehensive Nostr Web of Trust (WoT) analysis suite. All endpoints follow the Model Context Protocol (MCP) and are billed per use through Lightning invoices (L402), eliminating the need for accounts or API keys.
npx maximumsats-mcp
{
"mcpServers": {
"maximumsats": {
"command": "npx",
"args": ["maximumsats-mcp"]
}
}
}
payment_hash parameter.ask_bitcoin – 21 sats per querygenerate_image – 100 sats per generationwot.klabo.world/docs and machine‑readable definition at wot.klabo.world/openapi.json.Q: Do I need an account to use the tools? A: No. Payments are handled entirely through Lightning invoices.
Q: What happens after I pay an invoice?
A: Retry the same tool call with the payment_hash parameter; the server will return the requested result.
Q: Is there a free tier? A: Yes. The Web of Trust API offers 50 free calls per day.
Q: Which cryptocurrencies are supported for payment? A: Payments are made via the Lightning Network (Bitcoin).
Q: Where can I find the API documentation?
A: AI tool pricing at maximumsats.com/stats; WoT API docs at wot.klabo.world/docs.
MCP server for Bitcoin AI tools and Nostr Web of Trust scoring. Pay-per-use via Lightning L402.
npx maximumsats-mcp
Or add to your MCP client config:
{
"mcpServers": {
"maximumsats": {
"command": "npx",
"args": ["maximumsats-mcp"]
}
}
}
| Tool | Cost | Description |
|---|---|---|
ask_bitcoin |
21 sats | Ask about Bitcoin/Lightning (Llama 3.3 70B) |
generate_image |
100 sats | Text-to-image (FLUX.1 Schnell 12B) |
| Tool | Description |
|---|---|
wot_score |
PageRank trust score (0-100) with rank and percentile |
wot_sybil_check |
5-signal Sybil detection (genuine/suspicious/likely_sybil) |
wot_trust_path |
Hop-by-hop trust path between two pubkeys |
wot_network_health |
Network metrics: 51K+ nodes, Gini coefficient, density |
wot_follow_quality |
Follow list quality analysis with suggestions |
wot_trust_circle |
Mutual follows with trust strength and cohesion |
wot_anomalies |
Ghost followers, asymmetric patterns, cluster detection |
wot_predict_link |
Link prediction (5 topology signals) |
wot_compare_providers |
Cross-provider NIP-85 trust score consensus |
wot_influence |
Simulate follow/unfollow ripple effects |
payment_hash parameterNo accounts. No API keys. Just Lightning.
MIT
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by DMontgomery40
A Model Context Protocol server that proxies DeepSeek's language models, enabling seamless integration with MCP‑compatible applications.
by deepfates
Runs Replicate models through the Model Context Protocol, exposing tools for model discovery, prediction management, and image handling via a simple CLI interface.
by 66julienmartin
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
by ruixingshi
Provides Deepseek model's chain‑of‑thought reasoning to MCP‑enabled AI clients, supporting both OpenAI API mode and local Ollama mode.
by groundlight
Expose HuggingFace zero‑shot object detection models as tools for large language or vision‑language models, enabling object localisation and zoom functionality on images.
by kumo-ai
Build, manage, and query relational graphs from CSV/Parquet, convert natural language to PQL, and obtain predictions, evaluations, and explanations from KumoRFM without any training.
by 66julienmartin
Provides a Model Context Protocol server for the Qwen Max language model, enabling seamless integration with Claude Desktop and other MCP‑compatible clients.
by Verodat
Enables AI models to interact with Verodat's data management capabilities through a set of standardized tools for retrieving, creating, and managing datasets.
Run advanced AI models locally with high performance while maintaining full data privacy, accessible through native desktop applications and a browser‑based platform.
{
"mcpServers": {
"maximumsats": {
"command": "npx",
"args": [
"maximumsats-mcp"
],
"env": {}
}
}
}claude mcp add maximumsats npx maximumsats-mcp