Name: Intesta
Type: Remote MCP server (streamable HTTP)
Server URL: https://intesta.io/mcp
Auth: None required
Website: https://intesta.io · Registry: https://intesta.io/registry · Agent docs: https://intesta.io/llms.txt
Category: Data / Trust & Verification
Description: Intesta is a registry of attested business fact passports with a trust ladder (A0 claimed → A1 domain-verified → A2 payment-verified → A3/A4). Tools: search_entities, get_passport, ask, list_entities, get_trust_ladder. Answers are built ONLY from an entity's attested passport — if no matching fact exists, the agent gets an honest refusal instead of a guess. Every response carries a passport_hash (opaque passport version id) and a detached Ed25519 registry signature verifiable against https://intesta.io/.well-known/intesta-key (JWKS). Per-entity agent cards live at https://intesta.io/.well-known/intesta/{domain}.
Also listed: Official MCP Registry (io.intesta/registry)
Try it (no auth):
curl -X POST https://intesta.io/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_passport","arguments":{"entity_domain":"krahs.app"}}}'
Name: Intesta
Type: Remote MCP server (streamable HTTP)
Server URL: https://intesta.io/mcp
Auth: None required
Website: https://intesta.io · Registry: https://intesta.io/registry · Agent docs: https://intesta.io/llms.txt
Category: Data / Trust & Verification
Description: Intesta is a registry of attested business fact passports with a trust ladder (A0 claimed → A1 domain-verified → A2 payment-verified → A3/A4). Tools:
search_entities,get_passport,ask,list_entities,get_trust_ladder. Answers are built ONLY from an entity's attested passport — if no matching fact exists, the agent gets an honest refusal instead of a guess. Every response carries apassport_hash(opaque passport version id) and a detached Ed25519 registry signature verifiable against https://intesta.io/.well-known/intesta-key (JWKS). Per-entity agent cards live athttps://intesta.io/.well-known/intesta/{domain}.Also listed: Official MCP Registry (
io.intesta/registry)Try it (no auth):