rues
Click on "Deploy 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., "@ruesSearch for companies named 'Kaizen Institute'"
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.
MCP-RUES
Model Context Protocol (MCP) server for querying the Colombian Business Registry (RUES - Registro Único Empresarial y Social).
Quick Start
# Install dependencies
npm install
# Build
npm run build
# Add to Claude Code config (~/.config/claude-code/config.json):
{
"mcpServers": {
"rues": {
"command": "node",
"args": ["/path/to/mcp-rues/dist/server.js"]
}
}
}Related MCP server: Brreg MCP Server
Features
Search Companies by name with fuzzy matching
Location Grouping to see companies by municipality/department
Company Details including registration, economic activity, representatives
DuckDB Caching for fast local data persistence
Excel Parsing via Python/pandas for accurate data extraction
Available Tools
Tool | Description |
| Search by company name |
| Group companies by location |
| Get detailed company information |
| Filter companies by location |
Installation
For complete installation instructions, including prerequisites, configuration, and troubleshooting, see INSTALL.md.
Requirements
Node.js 18+
Chrome/Chromium browser
Python 3 + pandas + openpyxl
Usage Example
You: Search for companies named "Kaizen"
Claude: [Searching RUES...]
Found 119 companies:
- KAIZEN INSTITUTE COLOMBIA S A S (NIT: 900770772) - BOGOTA
- KAIZEN S.A.S (NIT: 901465503) - MEDELLIN
- KAIZEN GROUP S.A.S. EN LIQUIDACION (NIT: 900456887) - CALI
...Architecture
MCP Tools → Service Layer → DuckDB Cache → Selenium Scraper → rues.org.coLicense
MIT
Credits
Based on RUES scraping functionality for Colombian business registry queries.
This server cannot be deployed
Maintenance
Related MCP Connectors
Verified Colombian company data by NIT: procurement, business registry, financials, sanctions.
Official company and director data: search, profiles, filings, and name normalization.
- CromaOAuthcom.usecroma
Colombian, Peruvian, and Mexican public data: judicial cases, registries, legislation, web search.
Official-source lookups on people and companies: registration status (CPF/CNPJ), Simples/MEI, SINTEG
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables interaction with the French business search API from data.gouv.fr, allowing users to search for French companies by text or geographical criteria and access essential business information.217 npm19MIT
- AlicenseBqualityDmaintenanceEnables interaction with the Norwegian Business Registry (Brønnøysundregistrene) API to search and retrieve detailed information about Norwegian companies, subunits, roles, organization forms, municipalities, and NACE industry codes.185 npm1MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to Norway's official business registry for searching companies, looking up organizational details, and identifying company roles and sub-units. It utilizes data from Brønnøysundregistrene to enable detailed queries by industry, municipality, or organization number.5 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables advanced search of companies in JUCESP by corporate name, object, capital, address, and other filters, returning the NIRE. Works with any MCP client via HTTP.MIT