Veritap
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VeritapCan you verify this restaurant listing is accurate?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Veritap
An MCP endpoint where agents check whether a real-world fact can be verified — before acting on it.
Live: https://veritap.dev/mcp · npm: veritap-mcp · MCP registry: dev.veritap/veritap
{ "mcpServers": { "veritap": { "command": "npx", "args": ["-y", "veritap-mcp"] } } }Free, no auth, read-only, and it never returns a bare failure. Covers businesses, listings, objects and places. Claims about individuals are refused as a matter of policy. Paid verification is not open; the checking layer is what works today.
What this actually is
A demand sensor. The product is the ledger, not the verification.
Agents constantly hit steps that depend on facts they cannot confirm, and today they either guess or silently drop the step — so the demand is invisible. Every call here writes a structured row: what was asked, what it was worth to the caller, and whether anything could answer it. Requests we cannot fulfil are the most valuable rows in the database.
That dataset cannot be backfilled, which is why the endpoint went live before fulfillment existed.
Related MCP server: Verity MCP
Design decisions worth knowing
No human in the loop, ever. No dispatch, no verifier network. If the copy ever implies otherwise,
scripts/a3-audit.mjsfails the build.No outbound referrals. A miss keeps its signal in-house, so it must stay decision-grade on its own: closest alternatives, honest self-help, and a real promise to report back (
src/notify.ts).Quarantine, don't drop. Suspected flooding tags rows rather than refusing them. A wrongly-throttled agent prunes us from its tool rotation permanently; a wrongly-tagged row costs nothing and can be un-flagged later.
Claims about people are refused, not deferred. FCRA exposure and the obvious harassment vector. Refusals are logged without their text.
scripts/policy-check.tsis a two-sided control battery — a gate that refuses nothing and a gate that is switched off look identical from the outside.The fingerprint is not an identity. MCP has no installation id, so components are stored separately rather than baking a guess into a hash.
Layout
src/index.ts Worker entry, MCP protocol layer, cron
src/router.ts the core: normalize -> hash -> cache -> catalog -> ledger
src/policy.ts people-claim exclusion (hard refusal)
src/triage.ts unknown classification, routes web-answerable items away
src/notify.ts the return path: report back when a gap closes
src/ledger.ts append-only demand ledger, batched writes
src/admin.ts operator dashboard, Cloudflare Access protected
public/ agent-legible surface: llms.txt, openapi, well-known, pages
docs/decisions.md every deviation from spec, with reasoningDevelop
npm install
npx wrangler d1 migrations apply groundtruth --local
npx wrangler devGates that must pass before any deploy:
npx tsc --noEmit
node scripts/a3-audit.mjs # honesty: no dispatch, no referral, no purchasability
node scripts/policy-check.ts # people-claim gate, both directions
./scripts/history-scan.sh # secrets across git HISTORY, before any public pushhistory-scan.sh exists because a working-tree audit cannot catch what a
public push actually exposes. Grepping git ls-files only ever sees the
current checkout — it passes happily while earlier commits, and commit
messages, still carry the thing you removed.
Secrets are never committed. ALERT_EMAIL and NTFY_TOPIC are set with
wrangler secret put — the ntfy topic in particular is a capability, since
anyone holding it can both read the digest and publish alerts to the operator.
Stack
Cloudflare Workers (stateless createMcpHandler — no Durable Objects), D1,
@modelcontextprotocol/server v2. A frozen project costs $0 to leave running,
which is the point: the sensor keeps accruing whether or not anyone is watching.
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceVerifies factual claims against live sources and returns a verdict, confidence score, and citations for any agent to use before stating uncertain facts.6MIT
- AlicenseAqualityAmaintenanceMCP server exposing Verity's trust checks as tools (verify_fact, detect_injection, moderate_content, redact_pii, guard_action) that any MCP-capable agent can discover and call for fail-closed safety verification before spending or sending.8MIT
- Alicense-qualityBmaintenanceEnables agents to verify claims with evidence-based truth scores and confidence levels by running a deterministic pipeline of evidence lanes and adversarial checks.4MIT

Lenz MCP Serverofficial
Alicense-qualityBmaintenanceFact-check claims against independent sources via a multi-model pipeline, providing verdicts and confidence levels from any MCP client.Apache 2.0
Related MCP Connectors
Verify claims with verdict, confidence & cited sources; batch verify, source checks, daily brief.
A paid remote MCP for ZeroID, built to return verdicts, receipts, usage logs, and audit-ready JSON.
Fact-check claims against independent sources — fast verdict or deep multi-step investigation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/veritap-dev/veritap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server