MCP Hub
Back to servers

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.

Updated
Feb 4, 2026

@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

ToolDescription
get_exchange_ratesCurrent rates from all sources
get_exchange_rate_historyHistorical data with statistics
get_inflationMonthly/yearly inflation data
get_basket_pricesBasic goods basket prices
get_sourcesList 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

SourceTypeUpdate
BCVOfficial24h
DolarTodayParallel6h
Monitor DólarParallel6h
Parallel AverageAggregate6h

Rate Limits

TierRequests/DayPrice
Free10$0
Basic1,000$9/mo
Pro10,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

Reviews

No reviews yet

Sign in to write a review