
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@verify-api/mcp
Advanced tools
MCP server for VerifyAPI — fact-check any claim against live web sources with a signed Ed25519 receipt. Tiered freshness (default / recent / fresh), $0.02 base per verified claim, free trial via /v1/verify/trial. One tool: verify_claim.
Fact-check any claim before you act on it. One tool. Live web sources. Cryptographically signed receipts.
What it does: VerifyAPI is a Model Context Protocol server that verifies factual claims against live web sources and returns a citable verdict — including the source URL, published date, a verbatim quote, and an Ed25519-signed receipt so downstream systems can prove the check actually happened.
When to use it: Any time your agent is about to act on a factual claim it can't cite. Prices, dates, versions, quotes, statistics, product specs, event outcomes. If getting it wrong would cost time, money, or trust — verify first.
{
"mcpServers": {
"verifyapi": {
"command": "npx",
"args": ["-y", "@verify-api/mcp@latest"],
"env": {
"VERIFYAPI_API_KEY": "csk_live_..."
}
}
}
}
No API key? Leave VERIFYAPI_API_KEY unset for the free trial (limited daily calls, no receipts). Get a free key at https://verify-api.dev/signup — no credit card required.
verify_claimInput:
{
"claim": "Python 3.13 was released in October 2024."
}
Output:
{
"verdict": "supported",
"confidence": 0.99,
"source_url": "https://docs.python.org/3/whatsnew/3.13.html",
"exact_quote": "Python 3.13 was released on October 7, 2024.",
"reasoning": "Multiple authoritative sources confirm...",
"receipt": {
"jws": "eyJhbGci...",
"kid": "pQAd73zRp9Xq9Y5U"
}
}
Verdicts: supported, contradicted, unverifiable. Every supported/contradicted verdict comes with a JWS receipt signed by keys served at https://api.verify-api.dev/.well-known/jwks.json.
Because "the AI checked" is not the same as "the AI verified." A signed receipt lets a downstream system — compliance auditor, user, another agent, a smart contract — cryptographically prove that a specific claim was verified against a specific source at a specific time by VerifyAPI's known public key. It's the difference between saying "trust me" and handing over a notarized document.
POST /v1/balance/autorefill.LangChain / LlamaIndex agents: wrap verify_claim as a Tool. Have your agent call it before returning any factual answer.
Cursor / Cline coding agents: verify version numbers, API existence, deprecation status before writing imports.
Claude Desktop workflows: "Verify this quote is real before I put it in the deck."
Multi-agent systems: pass receipts between agents to prove groundedness up the chain.
Compliance-sensitive automation: keep the JWS receipts as audit trail for every factual decision the agent made.
| Variable | Required | Default | Description |
|---|---|---|---|
VERIFYAPI_API_KEY | No | (unset = trial) | Your VerifyAPI key (csk_live_...). Get one free at https://verify-api.dev/signup |
VERIFYAPI_BASE_URL | No | https://api.verify-api.dev | Override the API base URL. Useful for self-hosting or testing. |
curl -X POST https://api.verify-api.dev/v1/verify \
-H "Authorization: Bearer csk_live_..." \
-H "Content-Type: application/json" \
-d '{"claim": "Bitcoin ETFs were approved by the SEC in January 2024."}'
Full OpenAPI spec: https://api.verify-api.dev/openapi.json
x402 payment support built in — see https://verify-api.dev/agents.txt for the agent-native discovery manifest.
Circuit Savers LLC — Wausau, Wisconsin.
MIT
FAQs
MCP server for VerifyAPI — fact-check any claim against live web sources with a signed Ed25519 receipt. Tiered freshness (default / recent / fresh), $0.02 base per verified claim, free trial via /v1/verify/trial. One tool: verify_claim.
The npm package @verify-api/mcp receives a total of 0 weekly downloads. As such, @verify-api/mcp popularity was classified as not popular.
We found that @verify-api/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.