← truthbear.co

INDIVIDUAL MCP TOOL

verify_citation

FREE.

truthbear.conone authenticationAvailability not checked

LIVE ENDPOINT

https://api.truthbear.co/mcp

No auth detected

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

Indexed 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 server

truthbear.co

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://api.truthbear.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "truthbear-gauge": {
      "type": "http",
      "url": "https://api.truthbear.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: truthbear-gauge
Remote MCP URL: https://api.truthbear.co/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://api.truthbear.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "truthbear-gauge": {
      "type": "http",
      "url": "https://api.truthbear.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "truthbear-gauge",
  "transport": "streamable-http",
  "url": "https://api.truthbear.co/mcp"
}
MCP Inspector

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

Related tools

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