Skip to main content
Glama

Banxico MCP Server

by cfocoder

get_unemployment_data

Retrieve current and historical unemployment rate data from Banxico. Specify a limit to fetch recent data points, defaulting to 24 (2 years of monthly data).

Instructions

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

Input Schema

NameRequiredDescriptionDefault
limitNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 24, "title": "Limit" } }, "type": "object" }

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