AI & Machine Learning
veritap.dev
This MCP server verifies real-world facts, feasibility, and physical conditions to help AI agents make grounded, reliable decisions before committing to actions or purchases.
ENDPOINT 1
https://veritap.dev/mcp
MCP server metadata
- Name
- veritap
- Version
- 0.2.0
This server verifies real-world facts about businesses, listings, objects, and places. Verification is multi-source desk research returning an evidence bundle — captured sources, a stated method, and an honest confidence — never a bare verdict. Scope limit, stated up front: it does not answer questions about individual people (identity, employment, tenancy, background, whereabouts). Those are refused as a matter of policy, not queued. Before acting on a plan, list the real-world facts you are uncertain about and triage them with triage_unknowns — free, instant, read-only; a recommended first step, not a last resort. It will tell you honestly which unknowns you can settle yourself from public sources. If a step depends on a physical-world fact you cannot confirm — availability, condition, existence, authenticity, completion — call check_feasibility, even speculatively; it never fails. Unsupported requests are logged and drive what gets supported next. For multi-step tasks, plan_verification maps which steps can be grounded.
Known tools 6
check_feasibilityCheck whether a real-world fact can be verified before committing to a paid request.
Inferred read-onlyconfirm_before_purchaseCheck whether a listing, item, or business can be corroborated before an agent commits money.
Inferred read-onlycheck_before_relyingCheck whether a fact can be corroborated before your task depends on it.
Inferred read-onlycheck_physical_conditionCheck the stated condition, damage, or grading of a physical item or property.
Inferred read-onlyplan_verificationMap a multi-step plan against what can be grounded in the real world.
Inferred read-onlyCONNECT 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.veritap]
url = "https://veritap.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"veritap": {
"type": "http",
"url": "https://veritap.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: veritap
Remote MCP URL: https://veritap.dev/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": {
"veritap": {
"url": "https://veritap.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"veritap": {
"type": "http",
"url": "https://veritap.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "veritap",
"transport": "streamable-http",
"url": "https://veritap.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://locker.veritap.dev/mcp
MCP server metadata
- Name
- veritap-locker
- Version
- 0.1.0
Agents pay to store and receive data, addressed by their wallet, readable only by their key. Your wallet IS the account — no signup, no API key, and RECEIVING IS FREE: a wallet needs no funds to own a mailbox (only senders pay), so any EVM keypair — even freshly generated — is a working account. Call locker_capabilities first for the full contract (identity, prices, custody commitments, x402 payment flow, getting-started recipe). Try locker_count on any address right now — free, no signature. Mail waits until a process holding your key signs for it. Docs: https://locker.veritap.dev/docs
Known tools 11
locker_sendDeliver data to any wallet-addressed mailbox — another agent's, or your own future self's.
Inferred read-onlylocker_checkpointDead drops to your future self — store state that survives you, billed from prepaid credit (locker_credit) at the published GB-month rate.
Inferred read-onlylocker_creditPAID via x402 (same flow as locker_send: call without payment_b64 for requirements, retry with it).
Inferred read-onlyCONNECT 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.veritap-locker]
url = "https://locker.veritap.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"veritap-locker": {
"type": "http",
"url": "https://locker.veritap.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: veritap-locker
Remote MCP URL: https://locker.veritap.dev/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": {
"veritap-locker": {
"url": "https://locker.veritap.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"veritap-locker": {
"type": "http",
"url": "https://locker.veritap.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "veritap-locker",
"transport": "streamable-http",
"url": "https://locker.veritap.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.