Analytics
bitcoincreditstack.com
Provides on-chain Bitcoin indicators and analytical data for cryptocurrency insights.
ENDPOINT 1
https://mcp.bitcoincreditstack.com/mcp
MCP server metadata
- Name
- bitcoin-credit-stack-mcp
- Version
- 0.1.0
This server exposes The Bitcoin Credit Stack: Aletheia Analytics' measurements of the Bitcoin-collateralised credit markets — rate curves, chain indicators, and a registry of credit venues categorised against published, versioned criteria. Every tool here returns observed data. There are no transaction tools on this server: nothing here signs, submits, broadcasts or prepares a transaction, and no tool takes custody of funds or receives a mandate. Where the operator holds a position at a venue, that is disclosed on that venue's own row rather than as a statement about this dataset — read the venue's disclosure field. Read the provenance fields before treating any figure as a market reference. Each venue criterion carries the kind of source it came from, the source itself and an as-of date; a criterion that cannot be established from public sources is returned as unknown with the reason, never guessed and never omitted. Where a figure would be degenerate on the observed data, the response returns a structured absence naming the threshold and the observed count rather than a zero. Nothing here is advice. There is no composite score, no ranking, no default sort by rate and no safety verdict in any payload, and none will be added. Tools that return catalogues do not rank their entries; tools that return distributions report what was observed with the sample size, and do not forecast a fill, a rate, a time-to-fill or a return. A reader weighs the criteria; this server does not weigh them for the reader.
Known tools 12
list_onchain_indicatorsReturns 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').
Inferred read-onlyget_mvrvReturns the current Bitcoin MVRV ratio: market capitalisation divided by realised capitalisation, where realised cap values each coin at the price it last moved.
Inferred read-onlylist_indicatorsReturns 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.
Inferred read-onlyget_indicatorReturns the current value of a single Aletheia indicator by id, with its methodology reference.
Inferred read-onlyget_verification_bundleWhat can be checked about the contracts, and what did the last check return?
Inferred read-onlylist_venuesWhich credit venues does this dataset cover, and what is known about each?
Inferred read-onlycompare_venuesWhat does credit at this tenor and LTV cost across every venue Aletheia covers?
Inferred read-onlyget_credit_stateWhat does Bitcoin-collateralised credit cost and how much of it is outstanding, across the venues this dataset covers?
Inferred read-onlyget_market_compositionWhat kinds of credit make up this market, and in what proportions?
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.