← gauge-frontdesk.zeabur.app

INDIVIDUAL MCP TOOL

get_official_record

Returns the REAL x402 payment challenge (accepts[]: network / asset / payTo / amount) for the paid endpoint that serves a given signal_id+entity.

gauge-frontdesk.zeabur.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://aeml-x402.zeabur.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_official_record 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

gauge-frontdesk.zeabur.app

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.truthbear-gauge]
url = "https://aeml-x402.zeabur.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "truthbear-gauge": {
      "type": "http",
      "url": "https://aeml-x402.zeabur.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: truthbear-gauge
Remote MCP URL: https://aeml-x402.zeabur.app/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": {
    "truthbear-gauge": {
      "url": "https://aeml-x402.zeabur.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "truthbear-gauge": {
      "type": "http",
      "url": "https://aeml-x402.zeabur.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "truthbear-gauge",
  "transport": "streamable-http",
  "url": "https://aeml-x402.zeabur.app/mcp"
}
MCP Inspector

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

Related tools

  • verify_citation — FREE.
  • find_signal — FREE coverage + freshness manifest: which signal_id lines exist, how many entities each covers, and fresh/recent/stale counts - so you can check "is my entity covered and how fresh" BEFORE paying.