home / mcp / economia mcp server
Provides real-time Venezuelan economic data via MCP, including exchange rates, inflation, and basket prices from multiple sources.
Configuration
View docs{
"mcpServers": {
"arlexperalta-economia-mcp": {
"command": "npx",
"args": [
"-y",
"@peralta/economia-mcp"
],
"env": {
"ECONOMIA_API_KEY": "ek_your_api_key"
}
}
}
}You can run a dedicated MCP server that provides real-time Venezuelan economic data, including exchange rates from multiple sources, inflation figures, and basic basket prices. This server helps AI assistants access up-to-date economic metrics in an integrated, consistent way.
You interact with the MCP server through your MCP client. Install the server package, start it, and then configure your client to point to the local or remote MCP endpoint. Once configured, you can request the current exchange rates, historical exchange rate data, inflation figures, and basket prices for Venezuela. The server aggregates data from official and parallel sources and exposes endpoints that your client can query to retrieve current values and recent trends.
Prerequisites: you need Node.js and npm installed on your system.
Install the MCP server package globally using npm.
npm install -g @peralta/economia-mcpOr run the server with npx without a global install.
npx @peralta/economia-mcpConfigure your MCP client to load the server as an MCP endpoint. You can run the server via npx and provide an API key to unlock higher usage limits if you have one.
Default configuration shown for Claude Desktop integration uses npx to run the server and pass the package name for direct invocation.
If you have an API key for higher limits, you can supply it in the configuration to enable expanded usage.
The MCP server exposes tools to fetch exchange rates from official and parallel sources, provide historical rate data with statistics, fetch inflation data on monthly and yearly bases, and retrieve prices for a basic goods basket in VES and USD.
Official: BCV is the primary source for official exchange rates and inflation figures. Parallel sources include DolarToday and Monitor Dólar for market rates. An aggregate Parallel Average is available as a consolidated source.
Tiered usage is available with free and paid options. Free access provides a limited daily quota, while Basic and Pro tiers offer higher request limits at monthly rates.
If you encounter connection issues, verify that your MCP client is configured to reach the MCP endpoint and that your API key (if used) is correctly set. Check that the MCP server process is running and listening on the expected port.
This MCP server is designed to provide real-time economic data for use by AI assistants and automation tools. Ensure you respect rate limits and manage your API keys securely.
Fetch current exchange rates from all configured sources.
Retrieve historical exchange rate data with statistics.
Obtain monthly and yearly inflation data.
Get prices for the basic goods basket in VES and USD.
List available data sources.