BTCFi API for Cursor
io.github.aiindigo925/btcfi
Bitcoin data for AI agents. 27 tools with x402 micropayments. No API keys needed.
client:Cursor
transport:stdio
runtime:npm
Install BTCFi API in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"btcfi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aiindigo/btcfi-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs