🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

satoshiapi-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satoshiapi-mcp

MCP server for SatoshiAPI — Bitcoin intelligence via Lightning micropayments

pipPyPI
Version
1.0.3
Weekly downloads
43
4.88%
Maintainers
1
Weekly downloads
 

mcp-name: io.satoshiapi/mcp

SatoshiAPI MCP Server ⚡

Model Context Protocol server for SatoshiAPI — Bitcoin intelligence via Lightning micropayments.

Pay-per-call Bitcoin data for AI agents: price, mempool fees, DCA signals, whale activity, market regime, risk score, and more. 10–200 sats per call via L402. No accounts, no API keys.

Connect directly — no installation needed:

https://api.satoshiapi.io/mcp

Any MCP client (Claude, Cursor, etc.) can connect instantly. Payments are handled per-call via L402 Lightning.

Self-hosted (pip install)

pip install satoshiapi-mcp

Configure in Claude Desktop (~/.config/claude/claude_desktop_config.json):

{
  "mcpServers": {
    "satoshiapi": {
      "command": "python3",
      "args": ["-m", "satoshiapi_mcp"],
      "env": {
        "SATOSHIAPI_LND_REST": "https://your-lnd:8079",
        "SATOSHIAPI_LND_MACAROON": "/path/to/invoice.macaroon",
        "SATOSHIAPI_LND_CERT": "/path/to/tls.cert"
      }
    }
  }
}

Tools (15 total)

ToolCostDescription
get_btc_price10 satsBTC/USD + 24h change
get_mempool_fees10 satsFee estimates (sat/vB)
get_block_height10 satsBlock height + hashrate
get_halving_info10 satsHalving countdown + supply
get_tx_info10 satsTransaction details
get_sentiment25 satsFear & Greed index
get_fees_forecast25 satsOptimal send timing
get_lightning_stats25 satsLN capacity + node stats
get_address_info25 satsAddress balance + UTXOs
get_dca_signal50 satsSTRONG_BUY/BUY/HOLD/REDUCE
get_market_summary50 satsFull market snapshot
get_whale_activity100 satsLarge tx + exchange flows
get_market_regime150 satsBull/bear/crab + confidence
get_risk_score200 satsComposite risk 0–100
get_dca_plan200 satsPersonalized DCA plan

Keywords

bitcoin

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts