Economía Venezuela MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.Last updated9MIT
- Flicense-qualityDmaintenanceProvides 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.Last updated
- AlicenseAqualityCmaintenanceProvides 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.Last updated41MIT
- Alicense-qualityDmaintenanceProvides 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.Last updated13MIT
Related MCP Connectors
Live & historical FX rates for AI agents, from European Central Bank data. No API keys.
Live & historical FX rates and currency conversion for AI agents. No API keys.
Macro data for AI agents: GDP, inflation, unemployment & trade, any country. No API keys.
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/arlexperalta/economia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server