Agents act on entity facts — who founded a company, when, who owns it, whether it still exists. Those are exactly the facts AI engines confabulate most confidently, and a hallucinated fact becomes a failed action in production. Entidex maintains resolved entity records with provenance on every observation, signs them, and exposes them where machines look: an MCP server, a public API, per-entity Knowledge Statements, and llms.txt.
One layer. Any agent. Verified.
Connect over the hosted MCP endpoint — nothing to install or self-host — or call the REST API directly. Full MCP client config (Claude Desktop, Cursor, and other hosts) is on the MCP server page.
{
"mcpServers": {
"entidex": {
"url": "https://entidex.com/api/mcp",
"headers": { "Authorization": "Bearer entx_live_sk_..." }
}
}
}entity_resolve — resolve a raw string to a canonical Entidex ID with a confidence band. (Starter+)entity_verify_fact — verify facts against the verified record: verified values with source and date, the correction delta where AI engines diverge, and signed provenance. (Starter+)entity_intelligence — the layered intelligence view (profile + scores) for a resolved entity. (Pro+)entity_drift — drift history, named events, and lead-lag across surfaces. (Pro+)entity_decision_survival — latest decision-survival result with the displacement chain. (Pro+)entity_completeness — how fully the record is populated across surfaces, so an agent knows how much to trust a sparse profile. (Pro+)entity_submit_feedback — submit a correction back to Entidex. Captured append-only with provenance and reviewed before it affects the published record. (Starter+)Each tool enforces the same tier gate as its REST equivalent.
Every entity carries a public, crawlable Knowledge Statement — verified facts plus corrections to common AI claims, available as Markdown, schema.org ClaimReview, or JSON, and cryptographically signed. For agents and CI, the authed /v1/entities/<id>/ground-truth endpoint returns the same record. Discovery starts at the site-root llms.txt, and a machine descriptor of the MCP server lives at /.well-known/mcp.json.
Free tier: resolution and Knowledge Statement reads, rate-limited. Developer Flat is £29/mo with monthly credits and pay-as-you-go overflow.