Back to Home
kevyder icon

banrepco_mcp

Verified Safe

by 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

Run Command
npx wrangler dev

Environment 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

Stats

Interest Score39
Security Score8
Cost ClassLow
Avg Tokens750
Stars9
Forks3
Last Update2025-12-03

Tags

MCP ServerFinancial DataCloudflare WorkersInflation DataExchange Rates