Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_latest_usd_mxn_rate | Get the latest USD/MXN exchange rate from Banxico. Returns: The most recent USD/MXN exchange rate with date |
get_usd_mxn_historical_data | 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_metadata | 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_data | 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_data | 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_data | 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_data | 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_data | 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_data | 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 |