MCP server for the BTCMatic agent API — pay-per-call Bitcoin context over Lightning (402/L402)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"btcmatic-mcp-server": {
"command": "npx",
"args": [
"-y",
"btcmatic-com/btcmatic-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add btcmatic-mcp-server npx -y btcmatic-com/btcmatic-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"btcmatic-mcp-server": {
"command": "npx",
"args": [
"-y",
"btcmatic-com/btcmatic-mcp-server"
]
}
}
}