Banxico MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port number to run the MCP server on when using HTTP mode (default: 8000). | 8000 |
| BANXICO_API_TOKEN | Yes | Banxico API Token - Get one from Banxico SIE API (https://www.banxico.org.mx/SieAPIRest/service/v1/token) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_latest_usd_mxn_rateA | Get the latest USD/MXN exchange rate from Banxico. Returns: The most recent USD/MXN exchange rate with date |
| get_usd_mxn_historical_dataC | Get historical USD/MXN exchange rate data from Banxico. Args: limit: Maximum number of recent data points to return (default: 30) Returns: Historical USD/MXN exchange rate data |
| get_series_metadataB | Get metadata for a Banxico series. Args: series_id: The series ID to get metadata for (default: SF63528 for USD/MXN) Returns: Series metadata including title, description, and date range |
| get_date_range_dataB | Get exchange rate data for a specific date range. Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format series_id: The series ID (default: SF63528 for USD/MXN) Returns: Exchange rate data for the specified date range |
| get_inflation_dataB | Get inflation data from Banxico. Args: inflation_type: Type of inflation data ('monthly', 'accumulated', 'annual') limit: Maximum number of recent data points (default: 12) Returns: Formatted inflation data with percentages |
| get_udis_dataB | Get UDIS (Investment Units) data from Banxico. Args: limit: Maximum number of recent data points (default: 30) Returns: Current and historical UDIS values |
| get_cetes_28_dataB | Get CETES 28-day interest rate data from Banxico. Args: limit: Maximum number of recent data points (default: 30) Returns: Current and historical CETES 28-day rates |
| get_banxico_reserves_dataB | Get Banxico Reserve Assets data. Args: limit: Maximum number of recent data points (default: 30) Returns: Current and historical Banxico reserve assets data |
| get_unemployment_dataB | Get unemployment rate data from Banxico. Args: limit: Maximum number of recent data points (default: 24 for 2 years of monthly data) Returns: Current and historical unemployment rate data |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool has a clearly distinct purpose targeting specific economic indicators or data types from Banxico. There is no overlap in functionality—tools like get_latest_usd_mxn_rate and get_usd_mxn_historical_data serve different needs (latest vs. historical data), and others cover unique datasets such as reserves, inflation, or unemployment.
All tool names follow a consistent verb_noun pattern starting with 'get_' followed by a descriptive noun phrase (e.g., get_banxico_reserves_data, get_inflation_data). This uniformity makes the tool set predictable and easy to understand at a glance.
With 9 tools, the server is well-scoped for accessing Banxico's economic data. Each tool earns its place by covering key indicators like exchange rates, inflation, unemployment, and reserves, without being overly broad or too limited for the domain.
The tool set provides comprehensive coverage for retrieving various economic data points from Banxico, including exchange rates, inflation, unemployment, and reserves. A minor gap is the lack of tools for more complex operations like data filtering beyond date ranges or series IDs, but core retrieval needs are fully met.