Eltoque
@ricardoalmira89
关于 Eltoque
ElToque MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"eltoque": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"eltoque-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Eltoque?
An MCP (Model Context Protocol) server that fetches real-time USD and EUR exchange rates from the Cuban parallel market via eltoque.com. It provides two tools—usd-price and eur-price—for developers building financial or monitoring applications.
How to use Eltoque?
Use with Docker: build the image with npm run docker:build and run with npm run docker:run, or use docker build -t eltoque-mcp . and docker run -it --rm eltoque-mcp. Integrate with MCP clients by adding the Docker command to your mcpServers configuration. For local development, install dependencies with npm install, run in dev mode with npm run dev, build with npm run build, and start with npm start.
Key features of Eltoque
- Provides two tools:
usd-priceandeur-price - Extracts real-time prices from eltoque.com
- Robust error handling for network and HTML parsing
- Dockerized for easy deployment with Alpine-based images
- Uses Node.js 20 and TypeScript
Use cases of Eltoque
- Get the current USD to CUP exchange rate for financial dashboards
- Fetch the current EUR to CUP rate for multi-currency tracking
- Automate currency rate monitoring without manual website checks
- Integrate Cuban parallel market data into budgeting or trading bots
FAQ from Eltoque
What tools does the server provide?
It offers usd-price (returns USD in CUP) and eur-price (returns EUR in CUP), both requiring no parameters.
What are the runtime and dependencies?
The server runs on Node.js 20 Alpine and uses the @modelcontextprotocol/sdk, native fetch, and RegExp for HTML scraping. The transport is stdio.
How do I integrate this server with an MCP client?
Add the following to your MCP client configuration: a server named eltoque with command docker and args ["run", "-i", "--rm", "eltoque-mcp"].
Where does the price data come from?
All exchange rates are scraped in real time from the website eltoque.com. No local data storage is involved.
Can I run the server without Docker?
Yes. Install dependencies with npm install, then run npm start after building with npm run build.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论