← Registry

Security & Testing

satoshidata.ai

Provides risk and trust-safety signals for Bitcoin addresses to help evaluate transaction safety.

2 endpoints88 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://satoshidata.ai/mcp/v1

No auth detected

MCP server metadata

Name
satoshidata.ai Agent API MCP
Version
1.26.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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

wallet_trust_safety

Return satoshidata.

Inferred read-only
address_risk

Return factual address risk signals: entity label/category, source count, bounded behavioral flags, coarse risk_indicator, and an informational-only disclaimer.

Inferred read-only
batch_trust_safety

Look up labels and trust-safety signals for multiple Bitcoin addresses in one call.

Inferred read-only
batch_summary

Return satoshidata.

Inferred read-only
batch_risk_signals

Return factual label-derived risk indicators for multiple Bitcoin addresses in one call.

Inferred read-only
risk_check

Return a free evidence + confidence BTC screening bundle for one address, not a recommendation; you decide whether to transact.

Inferred read-only
risk_check_batch

Return free evidence + confidence BTC screening bundles for up to 100 addresses, not recommendations; you decide whether to transact.

Inferred read-only
address_evidence_pack

Return a free sectioned evidence report for one Bitcoin address.

Inferred read-only
batch_intelligence

Return satoshidata.

Inferred read-only
wallet_flow_graph

Return a render-ready transaction-flow graph for a Bitcoin wallet address.

Inferred read-only
wallet_summary

Return the premium satoshidata.

Inferred read-only
wallet_detail

Return grouped satoshidata.

Inferred read-only
wallet_contributors

Return satoshidata.

Inferred read-only
address_intelligence

Return the premium satoshidata.

Inferred read-only
bitcoin_price

Return the current Bitcoin price snapshot and 24 hour change from satoshidata.

Inferred read-only
onchain_stats

Return the current satoshidata.

Inferred read-only
network_intelligence

Return the combined Bitcoin network summary for agents: price, fees, mempool, blocks, and satoshidata.

Inferred read-only
fees_recommended

Return current recommended Bitcoin fee estimates from satoshidata.

Inferred read-only
mempool_stats

Return the current Bitcoin mempool size, fee floor, and congestion summary.

Inferred read-only
mempool_stress

Return the current mempool-stress index.

Inferred read-only
chain_awakenings

Return dormant-coin awakening events over a bounded window.

Inferred read-only
mempool_tx

Inspect a single unconfirmed Bitcoin transaction currently in the mempool.

Inferred read-only
block_detail

Return Bitcoin block metadata, coinbase attribution, and a transaction sample for a height or block hash.

Inferred read-only
entity_list

Return named Bitcoin entity rollups, optionally filtered by category.

Inferred read-only
entity_lookup

Return one named Bitcoin entity rollup and a bounded member-address sample.

Inferred read-only
entity_recent_activity

Return a bounded recent on-chain activity sample for a small named Bitcoin entity.

Inferred read-only
entity_categories

Return available Bitcoin entity rollup categories, counts, and coverage_status distributions.

Inferred read-only
whale_alerts

Return recent large Bitcoin transfers with label-DB flow_type and flow_direction classification.

Inferred read-only
pulse_whales

Return recent large Bitcoin movements from satoshidata.

Inferred read-only
pulse_dormant

Return recent dormant-coin reactivations from satoshidata.

Inferred read-only
pulse_consolidations

Return recent consolidation candidates from satoshidata.

Inferred read-only
pulse_summary

Return satoshidata.

Inferred read-only
dormancy_flushes

Return recent CMCS dormancy awakenings classified as exchange-bound sell pressure, housekeeping consolidation, HODLer rotation, or unknown.

Inferred read-only
pool_list

Return the free satoshidata.

Inferred read-only
pool_detail

Return free satoshidata.

Inferred read-only
mining_pool_info

Return mining-pool attribution by block height/hash, known pool name, or candidate payout address.

Inferred read-only
tx_status

Return a narrow Bitcoin transaction state check: unknown, mempool, conflicted, or confirmed.

Inferred read-only
op_return_decode

Decode OP_RETURN protocol markers and ordinals inscription envelopes for a Bitcoin transaction.

Inferred read-only
tx_broadcast

Broadcast a fully signed raw Bitcoin transaction hex through satoshidata.

Inferred read-only
tx_verify

Verify that a Bitcoin transaction paid enough sats to the expected address with enough confirmations.

Inferred read-only
timestamp_hash

Submit a SHA-256 digest to satoshidata.

Inferred read-only
timestamp_quote

Return the current Bitcoin timestamping preflight quote, including the fixed service fee and estimated anchor-fee share.

Inferred read-only
verify_timestamp

Verify a detached OpenTimestamps proof against the Bitcoin blockchain.

Inferred read-only
submit_feedback

Submit machine-readable label corrections, missing-label suggestions, data-quality reports, or general feedback.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
satoshidata.ai Agent API MCP
Version
1.26.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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

wallet_trust_safety

Return satoshidata.

Inferred read-only
address_risk

Return factual address risk signals: entity label/category, source count, bounded behavioral flags, coarse risk_indicator, and an informational-only disclaimer.

Inferred read-only
batch_trust_safety

Look up labels and trust-safety signals for multiple Bitcoin addresses in one call.

Inferred read-only
batch_summary

Return satoshidata.

Inferred read-only
batch_risk_signals

Return factual label-derived risk indicators for multiple Bitcoin addresses in one call.

Inferred read-only
risk_check

Return a free evidence + confidence BTC screening bundle for one address, not a recommendation; you decide whether to transact.

Inferred read-only
risk_check_batch

Return free evidence + confidence BTC screening bundles for up to 100 addresses, not recommendations; you decide whether to transact.

Inferred read-only
address_evidence_pack

Return a free sectioned evidence report for one Bitcoin address.

Inferred read-only
batch_intelligence

Return satoshidata.

Inferred read-only
wallet_flow_graph

Return a render-ready transaction-flow graph for a Bitcoin wallet address.

Inferred read-only
wallet_summary

Return the premium satoshidata.

Inferred read-only
wallet_detail

Return grouped satoshidata.

Inferred read-only
wallet_contributors

Return satoshidata.

Inferred read-only
address_intelligence

Return the premium satoshidata.

Inferred read-only
bitcoin_price

Return the current Bitcoin price snapshot and 24 hour change from satoshidata.

Inferred read-only
onchain_stats

Return the current satoshidata.

Inferred read-only
network_intelligence

Return the combined Bitcoin network summary for agents: price, fees, mempool, blocks, and satoshidata.

Inferred read-only
fees_recommended

Return current recommended Bitcoin fee estimates from satoshidata.

Inferred read-only
mempool_stats

Return the current Bitcoin mempool size, fee floor, and congestion summary.

Inferred read-only
mempool_stress

Return the current mempool-stress index.

Inferred read-only
chain_awakenings

Return dormant-coin awakening events over a bounded window.

Inferred read-only
mempool_tx

Inspect a single unconfirmed Bitcoin transaction currently in the mempool.

Inferred read-only
block_detail

Return Bitcoin block metadata, coinbase attribution, and a transaction sample for a height or block hash.

Inferred read-only
entity_list

Return named Bitcoin entity rollups, optionally filtered by category.

Inferred read-only
entity_lookup

Return one named Bitcoin entity rollup and a bounded member-address sample.

Inferred read-only
entity_recent_activity

Return a bounded recent on-chain activity sample for a small named Bitcoin entity.

Inferred read-only
entity_categories

Return available Bitcoin entity rollup categories, counts, and coverage_status distributions.

Inferred read-only
whale_alerts

Return recent large Bitcoin transfers with label-DB flow_type and flow_direction classification.

Inferred read-only
pulse_whales

Return recent large Bitcoin movements from satoshidata.

Inferred read-only
pulse_dormant

Return recent dormant-coin reactivations from satoshidata.

Inferred read-only
pulse_consolidations

Return recent consolidation candidates from satoshidata.

Inferred read-only
pulse_summary

Return satoshidata.

Inferred read-only
dormancy_flushes

Return recent CMCS dormancy awakenings classified as exchange-bound sell pressure, housekeeping consolidation, HODLer rotation, or unknown.

Inferred read-only
pool_list

Return the free satoshidata.

Inferred read-only
pool_detail

Return free satoshidata.

Inferred read-only
mining_pool_info

Return mining-pool attribution by block height/hash, known pool name, or candidate payout address.

Inferred read-only
tx_status

Return a narrow Bitcoin transaction state check: unknown, mempool, conflicted, or confirmed.

Inferred read-only
op_return_decode

Decode OP_RETURN protocol markers and ordinals inscription envelopes for a Bitcoin transaction.

Inferred read-only
tx_broadcast

Broadcast a fully signed raw Bitcoin transaction hex through satoshidata.

Inferred read-only
tx_verify

Verify that a Bitcoin transaction paid enough sats to the expected address with enough confirmations.

Inferred read-only
timestamp_hash

Submit a SHA-256 digest to satoshidata.

Inferred read-only
timestamp_quote

Return the current Bitcoin timestamping preflight quote, including the fixed service fee and estimated anchor-fee share.

Inferred read-only
verify_timestamp

Verify a detached OpenTimestamps proof against the Bitcoin blockchain.

Inferred read-only
submit_feedback

Submit machine-readable label corrections, missing-label suggestions, data-quality reports, or general feedback.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.