Connect your own assistant
Everything on this site is reachable by an assistant or a script, with the same provenance fields the pages render — 168 venues with their criteria, 23 indicators, the rate surface. There is no chat here. You bring your own client; the conversation happens there, and this property hosts nothing that runs it.
The server
| MCP endpoint | https://mcp.bitcoincreditstack.com/mcp |
|---|---|
| Transport | streamable-http |
| Authentication | none — read-only, no key, no account |
| Write tools | zero, and a lint fails the build if one appears |
| REST | https://api.bitcoincreditstack.com/v1 |
Every tool returns observed data. Nothing here signs, submits or broadcasts a transaction, and no tool prepares one. If you want to act on a venue rather than read about it, that happens in your own client against that venue's own interface — see the access routes on each venue page.
Adding it to your client
| Client | How to add it | One-click |
|---|---|---|
| Claude | Custom connectors require a paid Claude plan. Customize → Connectors → Add custom connector, then paste the URL. | add manually ↗ no one-click · link checked 2026-08-31 |
| Cursor | Settings → MCP → Add new global MCP server, then paste the config below. | install · verified 2026-08-31 |
| VS Code | MCP: Add Server → HTTP, then paste the URL. | install · verified 2026-08-31 |
| ChatGPT | Settings → Connectors → Advanced → enable Developer mode, then Create and paste the URL. No install link exists for this client. | add manually ↗ no one-click |
| Grok | Connectors → New Connector → Custom, then paste the URL. | add manually ↗ no one-click · link checked 2026-08-31 |
The configuration, for any client
{
"mcpServers": {
"bitcoin-credit-stack": {
"url": "https://mcp.bitcoincreditstack.com/mcp"
}
}
}Looking for the protocol instead?
This server serves measurement across venues. The Gavel Protocol — one of the venues covered here — runs its own separate server for participation: its book, its curve, and unsigned transaction blueprints its own users may choose to sign. It is a different property with a different scope, and it is linked from its venue page like any other venue's own interface.