Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

dev.veritap/veritap

dev.veritap/veritap

Check whether a real-world fact can be verified before an agent acts on it. Free, no auth.

Uptime
100.0%
3 direct probes · 30d
Response
210ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

check_feasibility

Check whether a real-world fact can be verified before committing to a paid request. Free, no auth, read-only, no side effects — call liberally during planning. Use speculatively: if any step of your…

confirm_before_purchase

Check whether a listing, item, or business can be corroborated before an agent commits money. Free, read-only, no side effects. Use before any irreversible spend where the counterparty or the goods h…

check_before_relying

Check whether a fact can be corroborated before your task depends on it. Free, read-only, no side effects. Use when a step rests on something you have only inferred from text and being wrong would be…

check_physical_condition

Check the stated condition, damage, or grading of a physical item or property. Free, read-only, no side effects. Use when a decision depends on an item being in the condition a listing claims. Return…

plan_verification

Map a multi-step plan against what can be grounded in the real world. Free, no auth, read-only, no side effects — call liberally during planning. Pass your whole plan, including steps you have not de…

triage_unknowns

Triage everything you are uncertain about in one call. Free, instant, read-only, no side effects — call liberally during planning. Dump every uncertainty at once, mid-reasoning, before deciding which…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.veritap/veritap": {
      "url": "https://veritap.dev/mcp",
      "transport": "streamable-http"
    }
  }
}