Eltoque

Created By
ricardoalmira89a year ago
ElToque MCP Server Un servidor MCP (Model Context Protocol) que obtiene precios de USD y EUR del mercado paralelo cubano desde eltoque.com. Características Dos herramientas disponibles: usd-price: Obtiene el precio actual del dólar estadounidense en CUP eur-price: Obtiene el precio actual del euro en CUP Extracción de datos en tiempo real desde eltoque.com Manejo robusto de errores para solicitudes de red y análisis de HTML
Overview

What is ElToque MCP Server?

ElToque MCP Server is a Model Context Protocol (MCP) server that retrieves the current prices of USD and EUR from the Cuban parallel market via eltoque.com.

How to use ElToque MCP Server?

To use the ElToque MCP Server, you can run it using Docker. Build the Docker image and then run the container to access the currency prices.

Key features of ElToque MCP Server?

  • Two available tools: usd-price for USD prices and eur-price for EUR prices in CUP.
  • Real-time data extraction from eltoque.com.
  • Robust error handling for network requests and HTML parsing.
  • Dockerized for easy deployment.

Use cases of ElToque MCP Server?

  1. Retrieving current USD and EUR prices for financial analysis.
  2. Integrating with other applications that require real-time currency data.
  3. Supporting local businesses in pricing strategies based on current exchange rates.

FAQ from ElToque MCP Server?

  • How can I get the current price of USD?

Use the usd-price tool to get the current price of USD in CUP.

  • Is the server easy to deploy?

Yes! The server is Dockerized, making it easy to build and run.

  • What programming language is used?

The server is built using Node.js and TypeScript.

Server Config

{
  "mcpServers": {
    "eltoque": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "eltoque-mcp"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
ricardoalmira89
Star
-
Language
-
License
-

Recommend Servers

View All
Mnemom

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago