Skip to main content
Glama
teta-pi

teta-pi

Official
by teta-pi

TETA+PI MCP Server

CodeQL Dependency audit Deploy

TypeScript server exposing the TETA+PI verified entity registry to AI agents via the Model Context Protocol. Live at mcp.tetapi.dev.

Connect

mcp_servers:
  - name: teta-pi
    url: https://mcp.tetapi.dev/mcp

No auth required yet — all tools are read-only. Rate-limited per IP (see docs/mcp.md in teta-pi/infra).

Related MCP server: @citizenofthecloud/mcp-server

Tools (7)

Tool

Purpose

teta_search

search verified entities by name/type/country

teta_resolve_intent

flagship — TWIRA-ranked routing from a natural-language intent, with entity_types + min_trust filters

teta_verify_entity

full verified profile + registry attestation

teta_get_profile

public profile + public blocks

teta_verify_endpoint

confirm a domain/endpoint belongs to a verified entity

teta_verify_claim

check a claim against an entity's verified blocks

teta_get_proof

raw cryptographic proof — registry hash, C2PA chain, Bitcoin OTS depth

Stateless — every call hits api.tetapi.dev over HTTP. HTTP + SSE transport, one session per client (@modelcontextprotocol/sdk).

Docs

Canonical docs live in teta-pi/infra: see docs/mcp.md.

License

MIT © 2026 TETA+PI · tetapi.dev

Related MCP Connectors

Related MCP Servers