mcp-colombia
MCP Colombia Hub — aggregates Colombian services via MCP protocol. Use when: searching MercadoLibre products, finding hotels via Booking.com (real-time prices), searching flights (Avianca/LATAM/Skyscanner), applying to jobs with real listings from El Empleo/Computrabajo/LinkedIn, comparing CDTs, simulating credits/loans, or comparing bank accounts in Colombia. Requires an MCP-compatible client (Claude Desktop, OpenClaw, etc.).
Why use this skill?
Integrate Colombian services into your AI. Search MercadoLibre, find hotels via Booking.com, and compare Colombian financial products using the MCP protocol.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/manuelfelipearias/mcp-colombiaWhat This Skill Does
The mcp-colombia skill is a specialized Model Context Protocol (MCP) server designed to act as a centralized hub for Colombian digital services. It enables your AI agent to interface directly with major platforms like MercadoLibre, Booking.com, and various financial portals. By leveraging real-time data extraction, the skill provides accurate, up-to-date information regarding local product pricing, travel logistics, and financial product comparisons. It bridges the gap between general-purpose AI and the specific, fragmented ecosystem of Colombian e-commerce and finance.
Installation
To integrate this skill into your environment, ensure you have an MCP-compatible client like Claude Desktop or OpenClaw installed. Add the following configuration to your claude_desktop_config.json or equivalent MCP settings file:
{
"mcpServers": {
"colombia": {
"command": "npx",
"args": ["-y", "mcp-colombia-hub"]
}
}
}
Alternatively, you can run the service directly via your terminal using npx -y mcp-colombia-hub for ephemeral tasks.
Use Cases
This skill is highly effective for tasks requiring localized Colombian data. Use it when performing market research on MercadoLibre, such as tracking product availability or identifying competitive pricing. It is ideal for travel planning, allowing you to fetch hotel and flight information based on real-time availability. Furthermore, it simplifies complex financial decision-making by enabling the simulation of loans and comparing the current rates of CDTs (Certificates of Deposit) or savings accounts across different Colombian financial institutions.
Example Prompts
- "Look up the current price of an iPhone 15 on MercadoLibre Colombia and show me the top 3 sellers by price."
- "Find hotels in Cartagena for two adults from December 15th to December 20th that are under 400,000 COP per night."
- "Compare the benefits of a savings account at Bancolombia versus Davivienda and simulate a 10 million COP personal loan over 24 months."
Tips & Limitations
To get the most accurate data, always provide specific dates and IATA codes for flights. Note that this skill is strictly optimized for the Colombian market; queries involving international MercadoLibre domains or non-Colombian banking systems may yield incorrect or empty results. Since the skill uses real-time web extraction, ensure your network environment allows outbound traffic to the targeted service domains. Avoid using this for high-frequency algorithmic trading or financial advice, as the simulation tools are for informational purposes only.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-manuelfelipearias-mcp-colombia": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api