Stats
Actions
Tags
From fulcrum
Provides Bitcoin blockchain queries via local Fulcrum Electrum server: transactions, addresses, balances, blocks. Runs as stdio subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"fulcrum": {
"command": "fulcrum",
"args": [
"mcp"
]
}
}
}Server configuration and connection parameters
fulcrumCommand-line arguments passed to the server process
npx claudepluginhub knowsuchagency/fulcrum --plugin fulcrum