INDIVIDUAL MCP TOOL
compare_venues
What does credit at this tenor and LTV cost across every venue Aletheia covers?
LIVE ENDPOINT
https://mcp.bitcoincreditstack.com/mcp
Connect to this endpoint to inspect the live schema for compare_venues and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bitcoin-credit-stack-mcp]
url = "https://mcp.bitcoincreditstack.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bitcoin-credit-stack-mcp": {
"type": "http",
"url": "https://mcp.bitcoincreditstack.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bitcoin-credit-stack-mcp
Remote MCP URL: https://mcp.bitcoincreditstack.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bitcoin-credit-stack-mcp": {
"url": "https://mcp.bitcoincreditstack.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bitcoin-credit-stack-mcp": {
"type": "http",
"url": "https://mcp.bitcoincreditstack.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bitcoin-credit-stack-mcp",
"transport": "streamable-http",
"url": "https://mcp.bitcoincreditstack.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_onchain_indicators— Returns the catalog of available on-chain indicator tools, including tool name, indicator name, brief description, units, an example invocation, and current readiness status ('live' or 'pending').get_mvrv— Returns the current Bitcoin MVRV ratio: market capitalisation divided by realised capitalisation, where realised cap values each coin at the price it last moved.list_indicators— Returns the catalogue of Aletheia indicators computed from The Gavel Protocol and the Bitcoin chain: id, name, family, units, description, and whether the indicator is currently live on this network.get_indicator— Returns the current value of a single Aletheia indicator by id, with its methodology reference.get_verification_bundle— What can be checked about the contracts, and what did the last check return?list_venues— Which credit venues does this dataset cover, and what is known about each?get_venue— What is known about this venue, criterion by criterion?get_credit_state— What does Bitcoin-collateralised credit cost and how much of it is outstanding, across the venues this dataset covers?