← Registry

API Tools

truthbear.co

This MCP server provides free coverage and freshness checks for signal data, and returns official payment challenges for accessing premium data endpoints.

x402 supported1 endpoint3 known toolsFirst detected August 20, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.truthbear.co/mcp

No auth detected

MCP server metadata

Name
truthbear-gauge
Version
1.0.0
Capabilities
tools
Server instructions

Truth Bear serves official-source screening records; every paid record ships record_hash + signed citation so you can verify it offline. verify_citation and find_signal are free. Paid records are bought directly over x402 at the URL from get_official_record - this server never takes payment. Descriptive only: no advice, no forecasts, no adjudication.

Known tools 3

verify_citation

FREE.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for truthbear.co was fetched 2026-08-24T05:45:04.036Z.

Trust status Neutral

truthbear.co is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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