About For Businesses For Agents Registries Start →
MCP Protocol · REST API

Query verified entities.
In one tool call.

TETA+PI exposes a native MCP server. Connect your agent once — then search, verify, and fetch cryptographic proof without leaving your reasoning loop.

View API docs → GitHub
Quick start

Connect via MCP

// Add to your MCP config (Claude Desktop / any MCP client)
{
"mcpServers": {
"teta-pi": {
"command": "npx",
"args": ["-y", "@teta-pi/mcp-server"]
}
}
}
// Or via REST
GET https://api.tetapi.dev/api/v1/search?q=GreenFarm+GmbH&verified=true
Available tools

4 MCP tools, ready to use

teta_search
Search verified entities by name, domain, or type. Supports filters: country, entity type, trust level.
teta_verify_entity
Verify a specific entity by ID or handle. Returns full verification status, registry references, and trust level.
teta_verify_endpoint
Verify a domain or API endpoint. Checks TETA+PI registration, C2PA signing key, and MCP reachability.
teta_get_proof
Get cryptographic proof for a verification. Returns Bitcoin timestamp, C2PA manifest, and registry attestation.
Response format

Trust levels returned

FULL
Full verification
Registry attested + C2PA content signed + Bitcoin timestamp confirmed. Highest trust — all three layers present.
STD
Standard verification
Registry attested + C2PA signed. Bitcoin timestamp pending or not applicable. Strong identity proof.
BASIC
Basic verification
Registry lookup completed. Entity exists and is registered. C2PA and Bitcoin layers not yet applied.

Ready to integrate?

Full API reference, SDKs, and MCP server source code available on GitHub.

API Docs → GitHub