This folder follows the Open Plugins layout: a plugin bundles metadata and MCP configuration in one place.
| File | Purpose |
|---|---|
.plugin/plugin.json |
Plugin manifest: name, version, links |
.mcp.json |
Streamable HTTP MCP servers (mainnet) |
After you copy .mcp.json into .cursor/mcp.json (or merge the mcpServers block) and set your API key, the agent can use:
get_address_balance— confirmed balance (satoshis) for one addressget_batch_balances— multiple addresses (same limits as REST batch)get_utxo— UTXO list for an address
Authenticate with the X-API-Key header (same key as REST ?apikey=).
- Get a key: Get API key (mainnet) or your testnet deployment.
- Copy or merge
.mcp.jsoninto.cursor/mcp.json. - Replace
YOUR_API_KEYand remove the server you do not use if you only need one network. - Reload Cursor.