← satoshidata.ai

INDIVIDUAL MCP TOOL

entity_recent_activity

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

satoshidata.ainone authenticationAvailability not checked

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 endpoint

satoshidata.ai

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.

Related tools

  • wallet_trust_safety — Return satoshidata.
  • address_risk — Return factual address risk signals: entity label/category, source count, bounded behavioral flags, coarse risk_indicator, and an informational-only disclaimer.
  • batch_trust_safety — Look up labels and trust-safety signals for multiple Bitcoin addresses in one call.
  • batch_summary — Return satoshidata.
  • batch_risk_signals — Return factual label-derived risk indicators for multiple Bitcoin addresses in one call.
  • risk_check — Return a free evidence + confidence BTC screening bundle for one address, not a recommendation; you decide whether to transact.
  • risk_check_batch — Return free evidence + confidence BTC screening bundles for up to 100 addresses, not recommendations; you decide whether to transact.
  • address_evidence_pack — Return a free sectioned evidence report for one Bitcoin address.