API keys

Personal tokens for the Certvo MCP endpoint and any other programmatic access. Use them to wire Certvo into Claude Code, Claude Desktop, Cursor, or your own scripts. MCP docs

Loading…

Quickstart — Claude Code

Add Certvo as an HTTP MCP server in one command:

claude mcp add --transport http certvo https://certvo.com/api/mcp/ \
  --header "Authorization: Bearer crv_live_..."

Replace crv_live_… with the key you generate above.