Security & Testing
satoshidata.ai
Provides risk and trust-safety signals for Bitcoin addresses to help evaluate transaction safety.
ENDPOINT 1
https://satoshidata.ai/mcp/v1
MCP server metadata
- Name
- satoshidata.ai Agent API MCP
- Version
- 1.26.0
Thin MCP wrapper over satoshidata.ai chain intelligence, market context, and Bitcoin timestamping. Discover callable tools via tools/list. For paid tools, send either X-WR-API-Key or Authorization: Bearer <key> on the MCP transport request.
Known tools 44
address_riskReturn factual address risk signals: entity label/category, source count, bounded behavioral flags, coarse risk_indicator, and an informational-only disclaimer.
Inferred read-onlybatch_trust_safetyLook up labels and trust-safety signals for multiple Bitcoin addresses in one call.
Inferred read-onlybatch_risk_signalsReturn factual label-derived risk indicators for multiple Bitcoin addresses in one call.
Inferred read-onlyrisk_checkReturn a free evidence + confidence BTC screening bundle for one address, not a recommendation; you decide whether to transact.
Inferred read-onlyrisk_check_batchReturn free evidence + confidence BTC screening bundles for up to 100 addresses, not recommendations; you decide whether to transact.
Inferred read-onlyaddress_evidence_packReturn a free sectioned evidence report for one Bitcoin address.
Inferred read-onlywallet_flow_graphReturn a render-ready transaction-flow graph for a Bitcoin wallet address.
Inferred read-onlybitcoin_priceReturn the current Bitcoin price snapshot and 24 hour change from satoshidata.
Inferred read-onlynetwork_intelligenceReturn the combined Bitcoin network summary for agents: price, fees, mempool, blocks, and satoshidata.
Inferred read-onlyfees_recommendedReturn current recommended Bitcoin fee estimates from satoshidata.
Inferred read-onlymempool_statsReturn the current Bitcoin mempool size, fee floor, and congestion summary.
Inferred read-onlymempool_txInspect a single unconfirmed Bitcoin transaction currently in the mempool.
Inferred read-onlyblock_detailReturn Bitcoin block metadata, coinbase attribution, and a transaction sample for a height or block hash.
Inferred read-onlyentity_lookupReturn one named Bitcoin entity rollup and a bounded member-address sample.
Inferred read-onlyentity_recent_activityReturn a bounded recent on-chain activity sample for a small named Bitcoin entity.
Inferred read-onlyentity_categoriesReturn available Bitcoin entity rollup categories, counts, and coverage_status distributions.
Inferred read-onlywhale_alertsReturn recent large Bitcoin transfers with label-DB flow_type and flow_direction classification.
Inferred read-onlydormancy_flushesReturn recent CMCS dormancy awakenings classified as exchange-bound sell pressure, housekeeping consolidation, HODLer rotation, or unknown.
Inferred read-onlymining_pool_infoReturn mining-pool attribution by block height/hash, known pool name, or candidate payout address.
Inferred read-onlytx_statusReturn a narrow Bitcoin transaction state check: unknown, mempool, conflicted, or confirmed.
Inferred read-onlyop_return_decodeDecode OP_RETURN protocol markers and ordinals inscription envelopes for a Bitcoin transaction.
Inferred read-onlytx_broadcastBroadcast a fully signed raw Bitcoin transaction hex through satoshidata.
Inferred read-onlytx_verifyVerify that a Bitcoin transaction paid enough sats to the expected address with enough confirmations.
Inferred read-onlytimestamp_quoteReturn the current Bitcoin timestamping preflight quote, including the fixed service fee and estimated anchor-fee share.
Inferred read-onlyverify_timestampVerify a detached OpenTimestamps proof against the Bitcoin blockchain.
Inferred read-onlysubmit_feedbackSubmit machine-readable label corrections, missing-label suggestions, data-quality reports, or general feedback.
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.satoshidata-ai-agent-api-mcp]
url = "https://satoshidata.ai/mcp/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"satoshidata-ai-agent-api-mcp": {
"type": "http",
"url": "https://satoshidata.ai/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: satoshidata-ai-agent-api-mcp
Remote MCP URL: https://satoshidata.ai/mcp/v1
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": {
"satoshidata-ai-agent-api-mcp": {
"url": "https://satoshidata.ai/mcp/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"satoshidata-ai-agent-api-mcp": {
"type": "http",
"url": "https://satoshidata.ai/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "satoshidata-ai-agent-api-mcp",
"transport": "streamable-http",
"url": "https://satoshidata.ai/mcp/v1"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://satoshidata.ai/mcp
MCP server metadata
- Name
- satoshidata.ai Agent API MCP
- Version
- 1.26.0
Thin MCP wrapper over satoshidata.ai chain intelligence, market context, and Bitcoin timestamping. Discover callable tools via tools/list. For paid tools, send either X-WR-API-Key or Authorization: Bearer <key> on the MCP transport request.
Known tools 44
address_riskReturn factual address risk signals: entity label/category, source count, bounded behavioral flags, coarse risk_indicator, and an informational-only disclaimer.
Inferred read-onlybatch_trust_safetyLook up labels and trust-safety signals for multiple Bitcoin addresses in one call.
Inferred read-onlybatch_risk_signalsReturn factual label-derived risk indicators for multiple Bitcoin addresses in one call.
Inferred read-onlyrisk_checkReturn a free evidence + confidence BTC screening bundle for one address, not a recommendation; you decide whether to transact.
Inferred read-onlyrisk_check_batchReturn free evidence + confidence BTC screening bundles for up to 100 addresses, not recommendations; you decide whether to transact.
Inferred read-onlyaddress_evidence_packReturn a free sectioned evidence report for one Bitcoin address.
Inferred read-onlywallet_flow_graphReturn a render-ready transaction-flow graph for a Bitcoin wallet address.
Inferred read-onlybitcoin_priceReturn the current Bitcoin price snapshot and 24 hour change from satoshidata.
Inferred read-onlynetwork_intelligenceReturn the combined Bitcoin network summary for agents: price, fees, mempool, blocks, and satoshidata.
Inferred read-onlyfees_recommendedReturn current recommended Bitcoin fee estimates from satoshidata.
Inferred read-onlymempool_statsReturn the current Bitcoin mempool size, fee floor, and congestion summary.
Inferred read-onlymempool_txInspect a single unconfirmed Bitcoin transaction currently in the mempool.
Inferred read-onlyblock_detailReturn Bitcoin block metadata, coinbase attribution, and a transaction sample for a height or block hash.
Inferred read-onlyentity_lookupReturn one named Bitcoin entity rollup and a bounded member-address sample.
Inferred read-onlyentity_recent_activityReturn a bounded recent on-chain activity sample for a small named Bitcoin entity.
Inferred read-onlyentity_categoriesReturn available Bitcoin entity rollup categories, counts, and coverage_status distributions.
Inferred read-onlywhale_alertsReturn recent large Bitcoin transfers with label-DB flow_type and flow_direction classification.
Inferred read-onlydormancy_flushesReturn recent CMCS dormancy awakenings classified as exchange-bound sell pressure, housekeeping consolidation, HODLer rotation, or unknown.
Inferred read-onlymining_pool_infoReturn mining-pool attribution by block height/hash, known pool name, or candidate payout address.
Inferred read-onlytx_statusReturn a narrow Bitcoin transaction state check: unknown, mempool, conflicted, or confirmed.
Inferred read-onlyop_return_decodeDecode OP_RETURN protocol markers and ordinals inscription envelopes for a Bitcoin transaction.
Inferred read-onlytx_broadcastBroadcast a fully signed raw Bitcoin transaction hex through satoshidata.
Inferred read-onlytx_verifyVerify that a Bitcoin transaction paid enough sats to the expected address with enough confirmations.
Inferred read-onlytimestamp_quoteReturn the current Bitcoin timestamping preflight quote, including the fixed service fee and estimated anchor-fee share.
Inferred read-onlyverify_timestampVerify a detached OpenTimestamps proof against the Bitcoin blockchain.
Inferred read-onlysubmit_feedbackSubmit machine-readable label corrections, missing-label suggestions, data-quality reports, or general feedback.
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.satoshidata-ai-agent-api-mcp]
url = "https://satoshidata.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"satoshidata-ai-agent-api-mcp": {
"type": "http",
"url": "https://satoshidata.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: satoshidata-ai-agent-api-mcp
Remote MCP URL: https://satoshidata.ai/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": {
"satoshidata-ai-agent-api-mcp": {
"url": "https://satoshidata.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"satoshidata-ai-agent-api-mcp": {
"type": "http",
"url": "https://satoshidata.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "satoshidata-ai-agent-api-mcp",
"transport": "streamable-http",
"url": "https://satoshidata.ai/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.