SDF Protocol crawls AI vendor websites, extracts atomic claims about pricing, compliance, data handling, and capabilities — then tracks when they change and where they contradict.
{
"entity": "Anthropic",
"claim_type": "trains_on_data",
"predicate": "trains_on_customer_data",
"value": false,
"confidence": 0.92,
"source_url": "anthropic.com/privacy",
"observed_at": "2026-03-20T08:15:00Z",
"valid_from": "2026-02-01T00:00:00Z",
"contradiction_state": "none"
}
Every claim is an atomic fact extracted from a vendor's own pages — with provenance, confidence score, temporal validity, and contradiction status.
+ compliance_hipaa, compliance_gdpr, sso_scim, data_residency, free_tier, api_availability, subprocessors, enterprise_features
Automated pipeline from vendor page to structured claim — with temporal tracking and contradiction detection.
Priority-weighted scheduler fetches pricing, security, compliance, and API pages from tracked AI vendors.
Local AI models decompose page content into typed claims: pricing_model, trains_on_data, compliance_soc2, etc.
Diff engine compares new claims against previous snapshots. Significance scoring surfaces what matters.
Cross-page and cross-source analysis detects when a vendor says different things in different places.
9 tools that let AI agents query vendor claims, compare offerings, and verify facts in real-time. Works with Claude, GPT, and any MCP-compatible client.
Setup guide →Query entities, claims, changes, and contradictions via JSON API. Public endpoints need no auth key. Rate-limited at 100 req/min.
API reference →Browse vendor profiles, real-time change feeds, side-by-side comparisons, and watchlist notifications. No account needed for public data.
Start exploring →Add the SDF MCP server to your AI workflow. Your agent gets instant access to vendor claims, change history, and contradiction alerts — no API key needed for public data.
{
"mcpServers": {
"sdf-protocol": {
"command": "npx",
"args": [
"@sdfprotocol/mcp-server"
],
"env": {
"SDF_API_URL":
"https://api.sdfprotocol.com"
}
}
}
}Track what AI vendors actually claim about their products. Get notified when they change. Spot contradictions automatically.