rues
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., "@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: Colombia 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/rainermokros/rues'
If you have feedback or need assistance with the MCP directory API, please join our Discord server