br-eli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BR_ELI_BASE_URL | No | Base URL for the Camara dos Deputados open-data API | https://dadosabertos.camara.leg.br/api/v2 |
| BR_ELI_AUDIT_DIR | No | Audit log directory | ~/.matematic/audit |
| BR_ELI_CACHE_DIR | No | Cache directory for API responses | ~/.matematic/cache/br-eli |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| br_search_proposicoesA | List Brazilian federal bills (proposicoes) of a given type and year. |
| br_get_proposicaoA | Fetch full detail (including current status) for one bill by its numeric id. |
| br_get_normaA | Resolve a Brazilian Norma Juridica (enacted law/decree/amendment) by its URN Lex. Identification + Diario Oficial da Uniao publication provenance + amendment history + any STF unconstitutionality notes - NOT the full compiled article text (no confirmed URL rule to Planalto; see DISCOVERY.md). |
| br_get_norma_indexA | List the addressable structure of a Norma Juridica: parts, books, titles, chapters, sections, and articles, in document order. Use this to find the |
| br_get_norma_textoA | Fetch the real text of one dispositivo (article, or a titulo/capitulo header) of a Norma Juridica. An article's text includes its caput and every paragraph/inciso/alinea beneath it, concatenated in document order - not a summary. |
| br_search_processosA | Search court dockets (procedural metadata, NOT ruling text) in one tribunal's DataJud CNJ index. DataJud carries classe/assuntos/orgaoJulgador and the full procedural
timeline ( |
| br_get_processoA | Fetch one court docket by its exact CNJ unified process number. |
| br_search_case_stjA | Search STJ (Superior Tribunal de Justica) acordaos - real ruling text. Unlike |
| br_get_case_stjA | Fetch one STJ acordao by its exact numeroProcesso, with real ruling text. |
| br_get_case_carfA | Fetch one CARF (tax appeals) acordao by exact docket or decision number. Exactly one of |
| br_search_case_tstA | Search TST (labor supreme court) rulings by free text - real ruling text. The query goes into the TST frontend's own "contendo as palavras" (AND)
field - quote an expression for an exact-phrase match, e.g.
|
| br_get_case_tstA | Fetch one TST ruling by its exact CNJ unified process number - real
ruling text ( |
| br_search_case_tcuA | Search TCU (Federal Court of Accounts) acordaos - public-procurement and public-spending jurisprudence. Returns summaries ( |
| br_get_case_tcuA | Fetch one TCU acordao with the real ruling text: A TCU acordao is uniquely identified by (numero, ano, colegiado) - the
same numero/ano recurs across the Plenario and the two Camaras. When
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matematicsolutions/br-eli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server