API Tools
gauge-frontdesk.zeabur.app
Provides an API for verifying citations, checking data signal coverage and freshness, and obtaining payment challenges for official records.
ENDPOINT 1
https://aeml-x402.zeabur.app/mcp
MCP server metadata
- Name
- truthbear-gauge
- Version
- 1.0.0
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
find_signalFREE 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-onlyget_official_recordReturns the REAL x402 payment challenge (accepts[]: network / asset / payTo / amount) for the paid endpoint that serves a given signal_id+entity.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for zeabur.app was fetched 2026-08-03T22:13:39.334Z.
zeabur.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.