← m2msentinel.com

INDIVIDUAL MCP TOOL

m2m_get_whale_signals

Return tracked Base whale transfer and concentration signals with source provenance.

m2msentinel.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.m2msentinel.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for m2m_get_whale_signals and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

m2msentinel.com

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.m2m-sentinel-mcp]
url = "https://api.m2msentinel.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "m2m-sentinel-mcp": {
      "type": "http",
      "url": "https://api.m2msentinel.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: m2m-sentinel-mcp
Remote MCP URL: https://api.m2msentinel.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": {
    "m2m-sentinel-mcp": {
      "url": "https://api.m2msentinel.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "m2m-sentinel-mcp": {
      "type": "http",
      "url": "https://api.m2msentinel.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "m2m-sentinel-mcp",
  "transport": "streamable-http",
  "url": "https://api.m2msentinel.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • m2m_audit_contract — Return selected static bytecode capability observations, common proxy resolution, limitations, and provenance for a Base contract.
  • m2m_get_gas_metrics — Return sourced Base gas fee metrics and execution recommendations.
  • m2m_get_token_price — Return sourced Base DEX token price observation for allowlisted assets (e.
  • m2m_get_dex_liquidity — Return tracked Base DEX pool reserve, depth, and volume metrics.
  • m2m_get_service_status — Return real-time operational status of M2M Sentinel upstream RPC, persistence, and verification rails.