4,000+ servers built on vurb.ts
Vinkius

Brazilian Judiciary Dictionary Engine MCP Server for LlamaIndexGive LlamaIndex instant access to 1 tools to Search Legal Entities

MCP Inspector GDPR Free for Subscribers

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.

Built for AI Agents by Vinkius

Vinkius delivers Streamable HTTP and SSE to any MCP client

ClaudeClaude
ChatGPTChatGPT
CursorCursor
GeminiGemini
WindsurfWindsurf
VS CodeVS Code
JetBrainsJetBrains
VercelVercel
+ other MCP clients
python
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())
Brazilian Judiciary Dictionary Engine
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* 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

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.

01

Install dependencies

Run pip install llama-index-tools-mcp llama-index-llms-openai
02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token
03

Run the agent

Save to agent.py and run: python agent.py
04

Explore tools

The agent discovers 1 tools from Brazilian Judiciary Dictionary Engine

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.

01

Data-first architecture: LlamaIndex agents combine Brazilian Judiciary Dictionary Engine tool responses with indexed documents for comprehensive, grounded answers

02

Query pipeline framework lets you chain Brazilian Judiciary Dictionary Engine tool calls with transformations, filters, and re-rankers in a typed pipeline

03

Multi-source reasoning: agents can query Brazilian Judiciary Dictionary Engine, a vector store, and a SQL database in a single turn and synthesize results

04

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.

01

Hybrid search: combine Brazilian Judiciary Dictionary Engine real-time data with embedded document indexes for answers that are both current and comprehensive

02

Data enrichment: query Brazilian Judiciary Dictionary Engine to augment indexed data with live information before generating user-facing responses

03

Knowledge base agents: build agents that maintain and update knowledge bases by periodically querying Brazilian Judiciary Dictionary Engine for fresh data

04

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.

01

"Scan this 300-page litigation bundle and tell me exactly which Brazilian courts and agencies are referenced."

02

"I need to know how many times each TRT appears in this labor law case file to determine jurisdictional concentration."

03

"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.

01

BasicMCPClient not found

Install: pip install llama-index-tools-mcp

Brazilian Judiciary Dictionary Engine + LlamaIndex FAQ

Common questions about integrating Brazilian Judiciary Dictionary Engine MCP Server with LlamaIndex.

01

How does LlamaIndex connect to MCP servers?

Use the MCP client adapter to create a connection. LlamaIndex discovers all tools and wraps them as query engine tools compatible with any LlamaIndex agent.
02

Can I combine MCP tools with vector stores?

Yes. LlamaIndex agents can query Brazilian Judiciary Dictionary Engine tools and vector store indexes in the same turn, combining real-time and embedded data for grounded responses.
03

Does LlamaIndex support async MCP calls?

Yes. LlamaIndex's async agent framework supports concurrent MCP tool calls for high-throughput data processing pipelines.

Explore More MCP Servers

View all →