TCP Bolivia MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TCP Bolivia MCP ServerBusca jurisprudencia sobre acción de libertad"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TCP Bolivia MCP Server 🇧🇴⚖️
Servidor Model Context Protocol (MCP) ligero, autónomo y sin dependencias externas para consultar de forma directa y gratuita la base de datos oficial del Tribunal Constitucional Plurinacional (TCP) de Bolivia (buscador.tcpbolivia.bo).
Permite a asistentes de Inteligencia Artificial (como Claude Desktop, Cursor o VS Code) realizar búsquedas de jurisprudencia, sentencias, causas por partes procesales y descargar resoluciones digitales firmadas.
🚀 Características
Sin dependencias externas: Escrito en Node.js puro usando solo módulos nativos (
https,crypto,readline,fs,path).Autenticación transparente: Implementa la firma criptográfica HMAC-SHA256 requerida por los endpoints oficiales del TCP de Bolivia.
Ahorro extremo de tokens:
obtener_fundamentos_y_fallo: Extrae únicamente la sección III. Fundamentos Jurídicos y la decisión final Por Tanto, reduciendo hasta un 80% del texto innecesario.buscar_en_resolucion: Realiza una búsqueda local en el servidor MCP y retorna únicamente los párrafos coincidentes.
Descarga de PDF: Permite guardar las resoluciones oficiales directamente en la carpeta de Descargas de la PC.
Related MCP server: JurisCassation MCP Server
🛠️ Herramientas MCP disponibles
buscar_por_nombre: Busca causas y expedientes en el TCP por el nombre de las partes involucradas (accionante, demandado, tercero interesado).buscar_por_resolucion: Busca resoluciones por número y año de gestión (ej.0601/2026-S2, gestión2026).buscar_jurisprudencia: Realiza búsquedas de texto libre sobre temas legales específicos (ej. "anticresis", "asistencia familiar", "derecho propietario").obtener_contenido_resolucion: Obtiene los metadatos completos y el texto íntegro limpio de la resolución por su ID.buscar_en_resolucion: Busca palabras clave dentro de una resolución sin cargar todo el documento a la IA (ahorro del 95% de tokens).obtener_fundamentos_y_fallo: Filtra y extrae solo la ratio decidendi y la parte resolutiva del fallo (ahorro del 80% de tokens).descargar_resolucion_pdf: Descarga el documento PDF oficial firmado digitalmente en la carpeta local de descargas.
📦 Instalación y Configuración
1. Clonar el repositorio
git clone https://github.com/TU-USUARIO/tcp-bolivia-mcp.git
cd tcp-bolivia-mcp2. Configurar en Claude Desktop
Agrega la configuración en tu archivo claude_desktop_config.json:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tcp-bolivia": {
"command": "node",
"args": [
"C:\\RUTA\\A\\TU\\PROYECTO\\tcp-bolivia-mcp\\tcp-bolivia-mcp.js"
]
}
}
}📄 Licencia
Este proyecto está distribuido bajo la licencia MIT.
Aviso de Responsabilidad: Esta herramienta es un conector de investigación jurisprudencial independiente y no sustituye el asesoramiento legal profesional. Las consultas se realizan sobre la información pública disponible en la plataforma oficial del Tribunal Constitucional Plurinacional de Bolivia.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceProvides access to Argentina's official legal database (SAIJ) to search and retrieve judgments, legislation, summaries, and legal doctrine. It allows AI clients to query Argentine legal information and access metadata for various legal documents.Last updated6
- Flicense-qualityDmaintenanceProvides AI agents with access to Moroccan Court of Cassation decisions through search tools and PDF retrieval. Enables both real-time queries against the official portal and local searches across indexed decisions.Last updated
- Alicense-qualityBmaintenanceEnables searching and downloading Spanish court rulings from the CENDOJ database, with automatic captcha resolution via Claude's vision, returning PDFs, full text, ECLI, and metadata.Last updated4MIT
- Flicense-qualityDmaintenanceProvides AI assistants with up-to-date legal documents from official sources, enabling accurate legal information retrieval and analysis.Last updated14
Related MCP Connectors
Task-oriented MCP for Indonesian law: search, resolve citations, read laws, and MK decisions.
Connect AI to millions of laws and court cases with the Lawstronaut MCP.
Open-source alternative to Jusbrasil for AI: find lawsuits by name, CPF, CNPJ or case number and bui
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/israelmamani/tcp-bolivia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server