Skip to main content
Glama
arlexperalta

Economía Venezuela MCP

by arlexperalta

@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-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

License

MIT - Peralta Digital

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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 updated
    9
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides 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
  • A
    license
    A
    quality
    C
    maintenance
    Provides 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 updated
    4
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides 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 updated
    13
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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