Economía Venezuela MCP
Provides real-time Venezuelan economic data, including official and parallel exchange rates, inflation statistics, and basic goods basket prices. It enables AI assistants to query historical economic trends and current market indicators via natural language.
README
@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
Quick Start
Install globally
npm install -g @peralta/economia-mcp
Or use with npx
npx @peralta/economia-mcp
Claude 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 |
|---|---|
get_exchange_rates |
Current rates from all sources |
get_exchange_rate_history |
Historical data with statistics |
get_inflation |
Monthly/yearly inflation data |
get_basket_prices |
Basic goods basket prices |
get_sources |
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 build
Related
License
MIT - Peralta Digital
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.