← Back to Skills Marketplace
MCP Colombia
by
Manuel Felipe Arias
· GitHub ↗
· v1.0.9
532
Downloads
4
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install mcp-colombia
Description
MCP Colombia Hub — aggregates Colombian services via MCP protocol. Soulprint identity verification integrated — verify Colombian users before sensitive opera...
Usage Guidance
This skill is plausible for aggregating Colombian services, but take precautions before installing: 1) Inspect the npm package source and the linked GitHub repo — npx will fetch and run code from the public registry. 2) Expect network calls to third-party services (Booking.com scraping, Brave Search, Awin affiliates, and a Soulprint validator hosted on railway.app). 3) The SKILL.md references BRAVE_API_KEY and affiliate tokens but the skill metadata doesn't declare them — ask the author which env vars/keys are needed and why. 4) If you plan to use job-application features, be aware the skill may transmit your CV/LinkedIn URL to external sites; avoid providing sensitive personal data until you've reviewed the implementation. 5) Prefer running the package in an isolated environment (sandbox or VM) and lock to a reviewed package version. If the author cannot explain the version mismatch and undeclared keys, treat the skill with suspicion.
Capability Analysis
Type: OpenClaw Skill
Name: mcp-colombia
Version: 1.0.9
The skill is classified as suspicious primarily due to its reliance on an external npm package (`mcp-colombia-hub`) executed via `npx -y`, which introduces a significant supply chain risk. If the npm package were compromised, it could lead to arbitrary code execution. Additionally, the `SKILL.md` explicitly states that 'Bot reputation is tracked automatically — good tool usage earns +1 attestations' within the Soulprint Integration, indicating telemetry and exfiltration of agent usage data to an external validator node (`https://soulprint-node-production.up.railway.app`). While framed as a feature, this constitutes data collection beyond direct user requests. The skill also requires access to the `BRAVE_API_KEY` environment variable and uses affiliate links, further highlighting external dependencies and potential data flows.
Capability Assessment
Purpose & Capability
The described capabilities (MercadoLibre, Booking.com scraping, flight searches, financial simulators, job applications, Soulprint identity checks) align with requiring a Node-based MCP server. Requiring node/npx is coherent. However, the SKILL.md references external API keys (BRAVE_API_KEY) and affiliate usage (Awin) that are not declared in the skill metadata, and the SKILL.md lists a different package version (1.3.0) than the registry metadata (1.0.9). These mismatches reduce confidence that the declared requirements fully describe what the skill needs.
Instruction Scope
Instructions tell the agent/operator to run the package with npx and enumerate many tools that perform live web scraping (JSON-LD extraction from Booking.com), search via Brave (conditional on BRAVE_API_KEY), and performing job applications which may submit user CVs or links. The SKILL.md reads an MCP capability token (x-soulprint-token) for identity checks. The scope is generally consistent with the purpose, but it includes actions that involve sending user-supplied personal data to external services and querying a third-party validator node (railway.app), so users should expect network calls and potential data transmission.
Install Mechanism
There is no platform-level install spec; the SKILL.md instructs running 'npx -y mcp-colombia-hub', which will fetch and execute code from the npm registry at runtime. Executing remote npm packages is a legitimate delivery method for such adapters, but it means arbitrary code from the public registry will run on the host. The SKILL.md does point to an npm page and a GitHub repo, which helps traceability, but you should review the package source before running it.
Credentials
The skill metadata declares no required environment variables, but the SKILL.md references BRAVE_API_KEY (for flight price lookups) and expects an 'x-soulprint-token' capability. BRAVE_API_KEY and any affiliate keys (Awin) are not declared as required/optional env vars. That mismatch is important: the skill will behave differently if those keys are present and may attempt to use them, so the declared environment requirements are incomplete.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges. always is false, autonomous invocation is allowed (the default), and there is no instruction to modify other skills or global agent configuration. This is expected for a user-invocable MCP adapter.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mcp-colombia - After installation, invoke the skill by name or use
/mcp-colombia - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.9
v1.3.0: Soulprint v0.6.4 integrated — on-chain identity verification for Colombian users
v1.0.4
v1.2.4: mcp_verificar/mcp_revocar eliminados. Admin MCPRegistry vive en Soulprint. mcp-colombia conserva solo lectura (mcp_estado, mcp_lista_verificados) + mcp_registrar.
v1.0.3
v1.2.3: MCPRegistry on-chain en Base Sepolia. Super admin puede verificar/revocar MCPs. 5 nuevos tools: mcp_estado, mcp_lista_verificados, mcp_registrar, mcp_verificar, mcp_revocar. mcp-colombia-hub ya está verificado en cadena. 56 tests ✅
v1.0.2
v1.2.2: viajes_buscar_hotel ahora obtiene datos reales desde Booking.com (JSON-LD + Brave Search fallback). viajes_buscar_vuelos incluye precios reales. trabajo_aplicar devuelve link directo de la vacante, empresa, salario y otros 4 portales de empleo (El Empleo, Computrabajo, LinkedIn, Indeed). Requiere BRAVE_API_KEY para tiempo real.
v1.0.1
- Clarified Soulprint integration section to specify: the `trabajo_aplicar` tool now requires a Soulprint score of 40 or higher.
- Removed mention of "Premium endpoints (future): score ≥ 95"; updated score threshold details for job applications.
- No other skill usage, tool, or installation changes.
v1.0.0
Initial release — MercadoLibre search, hotels, flights, CDT comparison, credit simulation, bank accounts
Metadata
Frequently Asked Questions
What is MCP Colombia?
MCP Colombia Hub — aggregates Colombian services via MCP protocol. Soulprint identity verification integrated — verify Colombian users before sensitive opera... It is an AI Agent Skill for Claude Code / OpenClaw, with 532 downloads so far.
How do I install MCP Colombia?
Run "/install mcp-colombia" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MCP Colombia free?
Yes, MCP Colombia is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MCP Colombia support?
MCP Colombia is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MCP Colombia?
It is built and maintained by Manuel Felipe Arias (@manuelfelipearias); the current version is v1.0.9.
More Skills