ORBT - The first Bitcoin-native credit rating agency! for Cursor
finance.orbt/intelligence
Bitcoin-native credit ratings. ⚡ Lightning pay-per-query (99 sats) or API subscriptions.
client:Cursor
transport:stdio
runtime:npm
Install ORBT - The first Bitcoin-native credit rating agency! in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orbt-finance/mcp-server"
],
"env": {
"ORBT_API_KEY": "<ORBT_API_KEY>",
"ORBT_API_URL": "<ORBT_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs