Catalog
finance.orbt/intelligence
OfficialORBT - The first Bitcoin-native credit rating agency!
Bitcoin-native credit ratings. ⚡ Lightning pay-per-query (99 sats) or API subscriptions.
Bitcoin-native credit ratings with Lightning network pay-per-query access.
README not available yet.
Install
Configuration
Environment variables
ORBT_API_KEYsecretOPTIONAL! Use Lightning pay-per-query (99 sats) OR visit https://orbt.finance for API access
ORBT_API_URLORBT API endpoint (default: https://orbt.finance)
claude_desktop_config.json
{
"mcpServers": {
"intelligence": {
"command": "npx",
"args": [
"-y",
"@orbt-finance/mcp-server@3.2.3"
],
"env": {
"ORBT_API_KEY": "<YOUR_ORBT_API_KEY>",
"ORBT_API_URL": "<YOUR_ORBT_API_URL>"
}
}
}
}