INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://aeml-x402.zeabur.app/mcp
Connect to this endpoint to inspect the live schema for find_signal 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
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.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.