Quickstart — MCP
Quickstart — MCP (Model Context Protocol)
Verbitas exposes a standards-compliant MCP server, enabling AI agents and orchestration frameworks (Claude, GPT-4, LangChain, etc.) to sign and verify assets without custom API code.
Configure
Add to your MCP configuration:
{ "mcpServers": { "verbitas": { "command": "npx", "args": ["@verbitas/mcp"], "env": { "VERBITAS_API_KEY": "vb_test_YOUR_KEY_HERE" } } }}Available tools
| Tool | Description |
|---|---|
sign_asset | Sign an asset with a recipe; returns manifest URL |
verify_asset | Verify provenance; returns structured result with what this proves and does not prove |
lookup_asset | Recover manifest from stripped asset |
list_recipes | List available signing recipes |
What verify_asset returns
Every call to verify_asset returns:
status— one of the verification statesproves— the cryptographic claim madedoes_not_prove— semantic truth, content accuracy, legal compliance