You're viewing a demo portfolio

Join the waitlist
PRSM

format_currency

Active

Tool of Currencyformat

declared in 0.1.0

Format a number as localized currency (keyless, offline). E.g. amount 1234.5, currency "EUR", locale "de-DE" -> "1.234,50 €". `currency` is an ISO 4217 code.

Parameters schema

{
  "type": "object",
  "required": [
    "amount",
    "currency"
  ],
  "properties": {
    "amount": {
      "type": "number",
      "description": "The monetary amount."
    },
    "locale": {
      "type": "string",
      "description": "BCP-47 locale (default \"en-US\"), e.g. \"de-DE\", \"ja-JP\"."
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 code, e.g. \"USD\", \"EUR\", \"JPY\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Currencyformat

https://github.com/pipeworx-io/mcp-currencyformat

1/7 registries
View full server →