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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cfocoder/banxico_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server