banrepco_mcp
Verified Safeby kevyder
Overview
Provides a remote Model Context Protocol (MCP) server for accessing Colombian financial indicators like inflation and exchange rates (TRM) for integration with AI models and tools.
Installation
npx wrangler devEnvironment Variables
- BAN_REP_CO_API_URL
- MCP_OBJECT
Security Notes
The project uses Zod for input validation, which is good practice to prevent common injection vulnerabilities. It makes HTTP GET requests to an external API whose base URL is configured via an environment variable (`BAN_REP_CO_API_URL`). There are no direct hardcoded secrets in the provided code snippets. The `HttpClient` includes a `console.error` for API request failures, which is helpful for debugging but could potentially leak internal error messages if not handled carefully in production. The system relies on the `BAN_REP_CO_API_URL` being securely configured and pointing to a trusted external data source. No `eval` or similar dangerous functions were found.
Similar Servers
portaljs-mcp-server
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing AI agent tools to interact with PortalJS datasets for search, retrieval, and data preview.
banrepco_mcp
Provides a remote Model Context Protocol (MCP) server for accessing Colombian financial indicators like inflation and exchange rates (TRM) for integration with AI models and tools.
bdl-mcp-ts
Exposes the Polish Central Statistical Office (GUS) Local Data Bank API as Model Context Protocol (MCP) tools, enabling AI assistants to query statistical data.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing an unauthenticated calculator agent for AI tools.