Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.freshfos/dropcoin-utility

io.github.freshfos/dropcoin-utility

Utility data for AI agents: IBAN, EU holidays, VAT rates, time zones, ECB FX. Pay per call.

Uptime
100.0%
3 direct probes · 30d
Response
257ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

validate_iban

Free IBAN check (ISO 13616 check digits + country length), rate-limited per IP, no API key needed. For volume use the paid HTTP endpoint POST /v1/iban/validate (1 credit) — it has no IP limit.

get_holidays

Public holidays for an EU country and year (2026-2028), optionally narrowed to a German region (e.g. BY). 2 credits, requires an API key.

get_vat_rate

Standard and reduced VAT rates for an EU country (EU TEDB). 1 credit, requires an API key.

get_timezone

Current UTC offset, DST flag and local time for an IANA zone (e.g. Europe/Berlin) or the zone list for a supported ISO-2 country code. 1 credit, requires an API key.

get_fx_rate

ECB reference rates. Omit from/to for the full latest table, or pass from+to (+amount, default 1) to convert. 2 credits, requires an API key.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.freshfos/dropcoin-utility": {
      "url": "https://utility-api.dropcoin.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}