Verity MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VERITY_SUITE_URL | No | URL of Verity Suite server | https://verity-suite.onrender.com |
| VERITY_ENGINE_URL | No | URL of Verity Engine server | https://verity-bzw7.onrender.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| quick_verifyA | Cheap, fast reality-check on a CLAIM — the loopable default. PRICE: ~$0.02 per call (x402, USDC on Base mainnet). Ungrounded (no web search): a single calibrated Haiku judge over the claim's own plausibility/consistency — use it everywhere as the inexpensive first pass, then escalate the load-bearing ones to grounded_verify. |
| grounded_verifyA | Web-GROUNDED reality-check on a CLAIM — the default product. PRICE: ~$0.25 per call (x402, USDC on Base mainnet). Runs a live, capped web search and a calibrated Sonnet synthesis — use it right before an agent acts on, repeats, or surfaces a fact that matters (a fabricated citation, an invented policy, a wrong number). Escalate to pro_verify for the deepest synthesis. |
| pro_verifyA | Premium, web-GROUNDED reality-check on a CLAIM — the deepest tier. PRICE: ~$0.35 per call (x402, USDC on Base mainnet). Runs a live web search and a calibrated Opus synthesis — reach for it when a claim is high-stakes and the grounded tier's answer isn't confident enough to act on. |
| verify_receiptA | FREE. Statelessly verify a signed verdict RECEIPT — your audit trail / second opinion. PRICE: $0.00 (no x402 payment; this is a free discovery route). Pass the receipt object returned by any paid verify tool; Verity checks its Ed25519 signature against the server's public key and confirms Verity really issued exactly that verdict for exactly that claim. Use it to prove a result held, catch tampering, or attach cryptographic proof before you act. |
| detect_injectionA | Screen untrusted text or tool output for PROMPT-INJECTION / manipulation. PRICE: ~$0.02 per call (x402, USDC on Base mainnet). Use on anything an agent ingests from an outside source (web page, email, doc, tool result) BEFORE acting on it. Catches instruction-override, task/persona switching, grounding-override, jailbreaks, and multilingual attacks. |
| moderate_contentA | Decide whether CONTENT is safe to publish, post, or surface. PRICE: ~$0.02 per call (x402,
USDC on Base mainnet). Use before an agent sends or publishes generated content. Optional
|
| redact_piiA | Detect personal data and secrets in a PAYLOAD before it is sent, stored, or logged. PRICE: ~$0.02 per call (x402, USDC on Base mainnet). Use before an agent transmits text outside a trust boundary. Flags PII (names, emails, IDs, financial, device/IP) and secrets (API keys, passwords, tokens). |
| guard_actionA | THE MONEY-LINE GATE. Decide whether a proposed agent ACTION should proceed — use this right before the agent SPENDS, SENDS, or commits something irreversible (a payment, an outbound message, a destructive command, a data share). PRICE: ~$0.02 per call (x402, USDC on Base mainnet); allow/review/block are priced identically — no block-to-bill rent-seeking. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/meloliva14/verity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server