- Home
- MCP servers
- Colombia
Colombia
- typescript
3
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"crexative-colombia-mcp-server": {
"command": "npx",
"args": [
"@crexative/colombia-mcp-server"
]
}
}
}You can query Peru MCP Server to access rich geographic, tourist, historical, and cultural data for Colombia through a structured set of tools. This server consolidates country-wide information and makes it easy to fetch regions, departments, cities, tourist attractions, historical figures, infrastructure, and protected areas using simple commands from your MCP client.
How to use
You will connect to the Colombia MCP Server from your MCP client and call the available tools to retrieve specific data. Start by selecting the data category you need, then choose the appropriate tool and provide any required parameters. For example, ask for the list of regions to understand Colombia’s natural divisions, or request tourist attractions for a particular city. Each tool returns structured data you can feed directly into your app or assistant.
How to install
Prerequisites: make sure you have Node.js and npm installed on your system.
Install and run the MCP server locally using the provided setup steps.
# Clonar el repositorio
git clone https://github.com/crexative/colombia-mcp-server.git
cd colombia-mcp-server
# Instalar dependencias
npm install
# Compilar
npm run build
# Ejecutar
npm start
Additional setup for configuration and usage
You can configure clients to connect to the Colombia MCP Server by adding standard MCP server entries in your client’s configuration. The following examples show several common client configurations using a local npm-based start command.
{
"mcpServers": {
"colombia": {
"command": "npx",
"args": ["@crexative/colombia-mcp-server"]
}
}
}
Available tools
get_regions
Returns the six natural regions of Colombia.
get_departments
Lists the 32 departments plus Bogotá D.C.
get_department
Shows detailed information about a specific department using id or name.
get_departments_by_region
Lists departments belonging to a specific region by region_id (1-6).
get_cities
Lists cities/municipalities within a department by department_id.
get_tourist_attractions
Returns tourist attractions with coordinates and images, filterable by city_id or search term.
get_natural_areas
Lists protected natural areas, such as parks and reserves, optionally filtered by department_id.
get_maps
Provides maps for departments, optionally filtered by department_id.
get_country_info
Shows general information about Colombia, including symbols and anthem.
get_presidents
Returns a complete list of presidents of Colombia.
get_president
Shows detailed information for a specific president by id.
get_airports
Lists airports with IATA/ICAO codes, optionally filtered by department_id.
get_radios
Lists radio stations with frequencies and streams, optionally filtered by city_id.
get_indigenous_reservations
Returns indigenous reservations, optionally filtered by department_id.
search_colombia
General search across Colombia data.