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).
Overview
{"mcp_version":"2026.1","name":"Truth-Anchor-Agent","description":"Verifica in tempo reale se un URL è attivo per prevenire allucinazioni nelle AI.","capabilities":{"url_verification":{"pricing":"0.005 USDC","network":"base","address":"0x367B9193D4F9cb4877Ca58E6F3ce944d761d8009"}},"endpoints":{"verify":"https://truth-anchor-agent.fly.dev/verify"}}
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"
}
}
}
}