loading…
Search for a command to run...
loading…
Provides real-time Venezuelan economic data, including official and parallel exchange rates, inflation statistics, and basic goods basket prices. It enables AI
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.
MCP server for real-time Venezuelan economic data. Built for AI assistants like Claude.
npm install -g @peralta/economia-mcp
npx @peralta/economia-mcp
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"
}
}
}
}
| 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 |
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?"
| Source | Type | Update |
|---|---|---|
| BCV | Official | 24h |
| DolarToday | Parallel | 6h |
| Monitor Dólar | Parallel | 6h |
| Parallel Average | Aggregate | 6h |
| 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
# 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
MIT - Peralta Digital
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"econom-a-venezuela-mcp": {
"command": "npx",
"args": []
}
}
}