verifiedstate-mcp
OfficialVerifiedState
Decision trace infrastructure for AI agents. VerifiedState is a standalone verified memory layer — any AI agent, model, or workflow can write assertions to a shared memory store and receive cryptographic verification receipts in return. Every fact is signed with Ed25519, timestamped, confidence-scored, and queryable at any point in time. Built for regulated industries where "the agent said so" isn't good enough.
verifiedstate.ai · Docs · Get API Key · Playground
Connect via MCP
Any MCP-compatible client (Cursor, Claude Code, Windsurf, Goose) can connect in one step:
{
"mcpServers": {
"verifiedstate": {
"url": "https://mcp.verifiedstate.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY",
"X-Namespace-ID": "YOUR_NAMESPACE_ID"
}
}
}
}Or use the CLI:
npx @verifiedstate/cli initMCP Tools
Tool | Description |
| Ingest raw content (conversation, document, user input) into verified memory. Creates an artifact and evidence spans. |
| Semantic search over verified memory. Returns ranked assertions with their active receipts. |
| Run the verification ladder on an assertion. Produces a signed receipt and updates assertion status. |
| Get memory health stats for a namespace: assertion counts, verification ratio, stale/expired, open conflicts. |
| Create a Proof Meter capability that grants an agent a spend budget. Returns a signed capability token. |
| Record a spend event against a Proof Meter capability. Returns a signed, hash-chained receipt. |
| Check remaining budget and spend summary for a Proof Meter capability. |
| Settle outstanding spend receipts into a Merkle-rooted settlement batch. |
| Cryptographically verify a Proof Meter spend receipt (hash, signature, chain, Merkle inclusion). |
| List and filter Proof Meter spend receipts for a namespace. |
| Save current session state — captures what was built, decisions made, files changed, and next steps. |
| Load the last saved session state for a project. Resume exactly where the last session ended. |
Stack
Database: Supabase Postgres + pgvector
Edge compute: Cloudflare Workers (TypeScript)
Signatures: Ed25519 via Web Crypto API
Object storage: Cloudflare R2
Model calls: OpenRouter
License
Proprietary. See verifiedstate.ai for terms.
Related MCP Connectors
Verified memory for AI agents. Signed assertions, billing attestation, session continuity.
Truth-validated, SHA-512-sealed AI memory for Claude & Cursor. Free tier, OAuth, 38 tools.
Local-first long-term memory for AI agents, with byte-recomputable signed verification receipts.
- memnodeOAuthdev.memnode
Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.