Impo
БесплатноНе проверенMCP server for accessing Uruguay's IMPO open data API with SQLite caching. Provides tools to retrieve legal norms, search regulations, and access schema documen
Описание
MCP server for accessing Uruguay's IMPO open data API with SQLite caching. Provides tools to retrieve legal norms, search regulations, and access schema documentation from Uruguay's official legal database.
README
MCP server for IMPO Uruguay datos abiertos API with SQLite caching.
Install
pip install mcp-impo
Usage
from mcp_impo import get_schema, get_norma, search_normas, get_base_info
# Get schema
schema = get_schema()
# Get specific norm
norma = get_norma("ley", 2024, "19850")
# Search
results = search_normas("seguridad social", tipo="ley", limit=10)
# Get available bases
bases = get_base_info()
CLI
mcp-impo --help
MCP Tools
schema- Retrieve IMPO JSON schema documentationnorma- Get a specific norma or avisosearch- Search normas/avisosbases- Get information about available bases
Cache
The server uses SQLite caching with configurable TTL:
- Schema: 24 hours
- Base info: 1 hour
- Norma data: 1 hour
- Search results: 10 minutes
Override TTL per request by passing ttl parameter (seconds).
mcp-name: io.github.daedalus/mcp-impo
Development
git clone https://github.com/daedalus/mcp-impo.git
cd mcp-impo
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
Установить Impo в Claude Desktop, Claude Code, Cursor
unyly install mcp-impoСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mcp-impo -- uvx mcp-impoПошаговые гайды: как установить Impo
FAQ
Impo MCP бесплатный?
Да, Impo MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Impo?
Нет, Impo работает без API-ключей и переменных окружения.
Impo — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Impo в Claude Desktop, Claude Code или Cursor?
Открой Impo на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Impo with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
