Economía Venezuela MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Economía Venezuela MCPWhat's the current exchange rate for the dollar (BCV and parallel)?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@peralta/economia-mcp
MCP server for real-time Venezuelan economic data. Built for AI assistants like Claude.
Features
Exchange Rates: BCV official + parallel market (DolarToday, Monitor Dólar)
Historical Data: Up to 90 days with statistics
Inflation: Monthly and yearly from BCV
Basket Prices: Basic goods in VES and USD
Related MCP server: Financial MCP Server
Quick Start
Install globally
npm install -g @peralta/economia-mcpOr use with npx
npx @peralta/economia-mcpClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"economia-venezuela": {
"command": "npx",
"args": ["-y", "@peralta/economia-mcp"]
}
}
}With API key for higher limits:
{
"mcpServers": {
"economia-venezuela": {
"command": "npx",
"args": ["-y", "@peralta/economia-mcp"],
"env": {
"ECONOMIA_API_KEY": "ek_your_api_key"
}
}
}
}Available Tools
Tool | Description |
| Current rates from all sources |
| Historical data with statistics |
| Monthly/yearly inflation data |
| Basic goods basket prices |
| List data sources |
Example Usage
Once configured, ask Claude:
"What's the current dollar rate in Venezuela?"
"Show me the USD-VES exchange rate history for the last 30 days"
"What's the inflation rate in Venezuela this month?"
"How much does the basic food basket cost in Venezuela?"
Data Sources
Source | Type | Update |
BCV | Official | 24h |
DolarToday | Parallel | 6h |
Monitor Dólar | Parallel | 6h |
Parallel Average | Aggregate | 6h |
Rate Limits
Tier | Requests/Day | Price |
Free | 10 | $0 |
Basic | 1,000 | $9/mo |
Pro | 10,000 | $19/mo |
Get your API key at https://economia.arlexperalta.com
Development
# Clone
git clone https://github.com/arlexperalta/economia-mcp
cd economia-mcp
# Install
npm install
# Run in dev mode
npm run dev
# Build
npm run buildRelated
License
MIT - Peralta Digital
This server cannot be deployed
Maintenance
Related MCP Connectors
Real-time data API for AI Agents: stocks, weather, forex, logistics, search, scrape, news, IP.
Live & historical FX rates and currency conversion for AI agents. No API keys.
Live & historical FX rates and currency conversion for AI agents. No API keys.
Macroeconomic and FX time-series data for AI agents: indicators, calendars, COT, forex, commodities.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables access to Bank of Mexico (Banxico) economic data including real-time and historical USD/MXN exchange rates, inflation data, interest rates, and other financial indicators. Supports querying current rates, historical data with date ranges, and economic metadata through natural language.9MIT
- FlicenseNot gradedqualityDmaintenanceProvides access to real-time currency exchange rates, live stock market data via Alpha Vantage, and local transaction analysis from CSV databases. It enables AI assistants to perform currency conversions, stock comparisons, and budget tracking through natural language.-
- AlicenseAqualityBmaintenanceProvides access to over 5,000 macroeconomic indicators from the Banco Central de Reserva del Perú (BCRP) statistical database. It enables AI agents to search for indicators, fetch time-series data, and generate professional economic charts.41MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time Argentine dollar exchange rates to Claude, including blue, official, MEP, CCL, crypto, and other rates. Enables automatic currency conversions for budgets, price comparisons, and financial analysis in pesos and dollars.4 npmMIT