Server data from the Official MCP Registry
L402 Lightning-paid Bitcoin data: price, fees, blocks, sentiment, DCA signals.
L402 Lightning-paid Bitcoin data: price, fees, blocks, sentiment, DCA signals.
Set these up before or after installing:
Environment variable: SATOSHIAPI_LND_REST
Environment variable: SATOSHIAPI_LND_MACAROON
Environment variable: SATOSHIAPI_LND_CERT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-satoshiapi-satoshi-btc-api": {
"env": {
"SATOSHIAPI_LND_CERT": "your-satoshiapi-lnd-cert-here",
"SATOSHIAPI_LND_REST": "your-satoshiapi-lnd-rest-here",
"SATOSHIAPI_LND_MACAROON": "your-satoshiapi-lnd-macaroon-here"
},
"args": [
"satoshiapi-mcp"
],
"command": "uvx"
}
}
}This MCP server provides L402-authenticated Bitcoin API access with appropriate payment handling but has moderate security concerns. Main issues include plaintext credential storage in environment variables, insufficient LND SSL certificate validation, lack of input sanitization, and broad exception handling that could mask security issues. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 5 files · 10 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!