ORBT - The first Bitcoin-native credit rating agency! for Grok
finance.orbt/intelligence
Bitcoin-native credit ratings. ⚡ Lightning pay-per-query (99 sats) or API subscriptions.
client:Grok
transport:stdio
runtime:npm
Install ORBT - The first Bitcoin-native credit rating agency! in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs