# TCU Jurisprudência — MCP server on mcp.ai > Public search of the Brazilian Federal Court of Accounts (TCU) case law: keyword search across rulings (acórdãos), selected jurisprudence (enunciados) and binding summaries (súmulas), with summary, highlighted snippets, rapporteur and links to full text. Also lists the latest rulings. Platform-hosted, no credentials. By: mcp.ai · official Page: https://mcp.ai/tcu ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_tcu?ms=1781859240000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/tcu/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/tcu/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/tcu/skill.md Postman collection (v2.1): https://mcp.ai/tcu/postman.json ## Tools - tcu_acordaos_recentes(inicio?: integer, quantidade?: integer) — Lista os acórdãos mais recentes do TCU (dados abertos oficiais), paginado, sem palavra-chave: sumário, relator, colegiado, data da sessão e links. Pra buscar por tema, use tcu_buscar. - tcu_buscar(termo: string, base?: string, inicio?: integer, tamanho?: integer) — Busca textual (por palavra-chave) na jurisprudência do TCU. Escolha a base: 'acordaos' (entendimentos exarados em acórdãos), 'jurisprudencia' (enunciados da jurisprudência selecionada) ou 'sumulas'. R ## Example prompts - "Search TCU rulings on bid-rigging in procurement" - "Which TCU binding summaries cover waiver of bidding?" - "Show the latest TCU rulings" ## Links Docs: https://mcp.ai/docs/mcps/tcu Website: https://mcp.ai/mcps/tcu