Skip to main content
Glama

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_companies

Search by company name

get_locations

Group companies by location

get_company_details

Get detailed company information

get_companies_by_location

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

License

MIT

Credits

Based on RUES scraping functionality for Colombian business registry queries.

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    F
    maintenance
    Enables 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.
    2
    19
    20
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides access to geographical and tourism information about Colombia, including regions, departments, cities, and tourist attractions through the API Colombia service.
    15
    13
    5
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables 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.
    18
    14
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    16
    MIT

View all related MCP servers

Related MCP Connectors

  • Live data from 27 official national company registries. Unmodified. For KYB and due diligence.

  • Extended registration data for a company from a CNPJ, beyond the basics. Platform-hosted, no credent

  • Advanced company search at JUCESP by name, purpose, capital and address, returning the NIRE. Platfor

View all MCP Connectors

Latest Blog Posts

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