Feature · MCP
Drop Attestry into any MCP-aware agent in one config line.
How it works
The Attestry MCP server surfaces every attestation + verification + registry operation as a tool the agent can call. Connect once; Claude Desktop, Cursor, and every other MCP client get verifiable compliance primitives.
Code sample
// .cursor/mcp.json
{
"mcpServers": {
"attestry": {
"command": "npx",
"args": ["-y", "@attestry/mcp-server"],
"env": { "ATTESTRY_API_KEY": "${ATTESTRY_API_KEY}" }
}
}
}Once connected, the agent gains six tools: attestry_check_compliance, attestry_classify_system, attestry_list_systems, attestry_get_assessment, attestry_list_changes, and attestry_generate_document.
Free plan includes fingerprinting, unverified attestations, and a public registry listing. Upgrade when you need signed proofs or SLA-backed verification.