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.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/verifiedstate/verified-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server