Skip to main content
Glama

ApiColombiaMCP

by esneyder
index.jsโ€ข902 B
import { getCountry } from "../services/country.services.js"; import { getRegions, getRegionById } from "../services/regions.services.js"; import { getDepartmentsByRegion } from "../services/departments.services.js"; import { TOOL_NAMES, TOOL_DESCRIPTIONS } from "../shared/constants/index.js"; export const tools = [ { name: TOOL_NAMES.GET_COUNTRY, description: TOOL_DESCRIPTIONS.GET_COUNTRY, handler: getCountry, }, { name: TOOL_NAMES.GET_REGIONS, description: TOOL_DESCRIPTIONS.GET_REGIONS, handler: getRegions, }, { name: TOOL_NAMES.GET_REGION_BY_ID, description: TOOL_DESCRIPTIONS.GET_REGION_BY_ID, handler: getRegionById, }, { name: TOOL_NAMES.GET_DEPARTMENTS_BY_REGION, description: TOOL_DESCRIPTIONS.GET_DEPARTMENTS_BY_REGION, handler: getDepartmentsByRegion, }, ];

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/esneyder/apicolombia-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server