Brazilian Judiciary Dictionary Engine MCP Server for LlamaIndexGive LlamaIndex instant access to 1 tools to Search Legal Entities
LlamaIndex specializes in data-aware AI agents that connect LLMs to structured and unstructured sources. Add Brazilian Judiciary Dictionary Engine as an MCP tool provider through Vinkius and your agents can query, analyze, and act on live data alongside your existing indexes.
Ask AI about this MCP Server for LlamaIndex
The Brazilian Judiciary Dictionary Engine MCP Server for LlamaIndex is a standout in the Knowledge Management category — giving your AI agent 1 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from llama_index.tools.mcp import BasicMCPClient, McpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
mcp_client = BasicMCPClient("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
mcp_tool_spec = McpToolSpec(client=mcp_client)
tools = await mcp_tool_spec.to_tool_list_async()
agent = FunctionAgent(
tools=tools,
llm=OpenAI(model="gpt-4o"),
system_prompt=(
"You are an assistant with access to Brazilian Judiciary Dictionary Engine. "
"You have 1 tools available."
),
)
response = await agent.run(
"What tools are available in Brazilian Judiciary Dictionary Engine?"
)
print(response)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Brazilian Judiciary Dictionary Engine MCP Server
Language models consistently fail to accurately identify and count legal entity acronyms in large document sets. This engine performs strict, deterministic regex boundary matching against the complete Brazilian judiciary.
LlamaIndex agents combine Brazilian Judiciary Dictionary Engine tool responses with indexed documents for comprehensive, grounded answers. Connect 1 tools through Vinkius and query live data alongside vector stores and SQL databases in a single turn. ideal for hybrid search, data enrichment, and analytical workflows.
What Is Included
- 5 Tribunais Superiores: STF, STJ, TST, TSE, STM
- 6 TRFs: TRF1 through TRF6
- 24 TRTs: TRT1 (RJ) through TRT24 (MS)
- 27 TJs: Every State Court including TJDFT
- 3 TJMs: Tribunais de Justiça Militar (MG, RS, SP)
- Órgãos de Controle: CNJ, CNMP, TCU
- Ministério Público e Advocacia: AGU, MPF, MPT, MPM, MPDFT, DPU, OAB
- Agências Reguladoras: CADE, CVM, BACEN, INPI, INSS, SUSEP, ANATEL, ANVISA, ANS, ANAC, ANEEL, ANP, ANA, ANTT, ANTAQ
What Is NOT Included
This engine covers exclusively the Brazilian judiciary and regulatory apparatus. Courts from other countries (US, UK, EU, etc.) are not included. Use the custom dictionary parameter to add entities from any other jurisdiction.
The Brazilian Judiciary Dictionary Engine MCP Server exposes 1 tools through the Vinkius. Connect it to LlamaIndex in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 1 Brazilian Judiciary Dictionary Engine tools available for LlamaIndex
When LlamaIndex connects to Brazilian Judiciary Dictionary Engine through Vinkius, your AI agent gets direct access to every tool listed below — spanning entity-extraction, regex, judiciary-data, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Search legal entities on Brazilian Judiciary Dictionary Engine
Searches text for known legal entities (courts, tribunals) using a strict offline dictionary
Connect Brazilian Judiciary Dictionary Engine to LlamaIndex via MCP
Follow these steps to wire Brazilian Judiciary Dictionary Engine into LlamaIndex. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
pip install llama-index-tools-mcp llama-index-llms-openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.py and run: python agent.pyExplore tools
Why Use LlamaIndex with the Brazilian Judiciary Dictionary Engine MCP Server
LlamaIndex provides unique advantages when paired with Brazilian Judiciary Dictionary Engine through the Model Context Protocol.
Data-first architecture: LlamaIndex agents combine Brazilian Judiciary Dictionary Engine tool responses with indexed documents for comprehensive, grounded answers
Query pipeline framework lets you chain Brazilian Judiciary Dictionary Engine tool calls with transformations, filters, and re-rankers in a typed pipeline
Multi-source reasoning: agents can query Brazilian Judiciary Dictionary Engine, a vector store, and a SQL database in a single turn and synthesize results
Observability integrations show exactly what Brazilian Judiciary Dictionary Engine tools were called, what data was returned, and how it influenced the final answer
Brazilian Judiciary Dictionary Engine + LlamaIndex Use Cases
Practical scenarios where LlamaIndex combined with the Brazilian Judiciary Dictionary Engine MCP Server delivers measurable value.
Hybrid search: combine Brazilian Judiciary Dictionary Engine real-time data with embedded document indexes for answers that are both current and comprehensive
Data enrichment: query Brazilian Judiciary Dictionary Engine to augment indexed data with live information before generating user-facing responses
Knowledge base agents: build agents that maintain and update knowledge bases by periodically querying Brazilian Judiciary Dictionary Engine for fresh data
Analytical workflows: chain Brazilian Judiciary Dictionary Engine queries with LlamaIndex's data connectors to build multi-source analytical reports
Example Prompts for Brazilian Judiciary Dictionary Engine in LlamaIndex
Ready-to-use prompts you can give your LlamaIndex agent to start working with Brazilian Judiciary Dictionary Engine immediately.
"Scan this 300-page litigation bundle and tell me exactly which Brazilian courts and agencies are referenced."
"I need to know how many times each TRT appears in this labor law case file to determine jurisdictional concentration."
"Check if any regulatory agency (CADE, CVM, BACEN, ANVISA) is mentioned in this corporate compliance report."
Troubleshooting Brazilian Judiciary Dictionary Engine MCP Server with LlamaIndex
Common issues when connecting Brazilian Judiciary Dictionary Engine to LlamaIndex through Vinkius, and how to resolve them.
BasicMCPClient not found
pip install llama-index-tools-mcpBrazilian Judiciary Dictionary Engine + LlamaIndex FAQ
Common questions about integrating Brazilian Judiciary Dictionary Engine MCP Server with LlamaIndex.
How does LlamaIndex connect to MCP servers?
Can I combine MCP tools with vector stores?
Does LlamaIndex support async MCP calls?
Explore More MCP Servers
View all →
FRED Categories — Economic Data Taxonomy
4 toolsNavigate the complete FRED taxonomy: from Money & Banking to Employment to Prices — drill down through categories, discover thousands of series organized by topic, and filter by tags and frequency.

CoinCap
9 toolsGet real-time cryptocurrency prices, market data, exchange rankings and OHLCV candles — no API key required.

IBKR (Interactive Brokers)
9 toolsManage your Interactive Brokers account — execute trades, monitor portfolio ledgers, and fetch real-time market data via the Client Portal API.

Trello
10 toolsAutomate project management via Trello — list boards, manage lists, and inspect or create cards directly from any AI agent.
