Real-time URL verification for AI agents. Prevents hallucinations by confirming links are live and relevant before they are cited. Powered by x402 pay-per-call (0.005 USDC on Base).
Server Config
{
"mcpServers": {
"truth-anchor": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-http",
"--url",
"https://truth-anchor-agent.fly.dev/verify"
],
"env": {
"PAYMENT_ADDRESS": "0x367B9193D4F9cb4877Ca58E6F3ce944d761d8009",
"PAYMENT_AMOUNT": "0.005",
"PAYMENT_NETWORK": "base"
}
}
}
}