Skip to content

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

ToolDescription
sign_assetSign an asset with a recipe; returns manifest URL
verify_assetVerify provenance; returns structured result with what this proves and does not prove
lookup_assetRecover manifest from stripped asset
list_recipesList available signing recipes

What verify_asset returns

Every call to verify_asset returns:

  • status — one of the verification states
  • proves — the cryptographic claim made
  • does_not_prove — semantic truth, content accuracy, legal compliance