You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.8.0).

fx_verified

Inactive

Tool of SaSame Research Agent

declared in 1.8.0

Triangulated, multi-feed FX rate with timestamped reconciliation. Queries Frankfurter ECB and Open Exchange Rates in parallel; for exotic pairs, bridges through USD or EUR. Returns reconciled median, per-source rates, max deviation bps, staleness_sec, and verdict. With sign:true attaches an ed25519 receipt. Strict superset of fx_rate — exposes ECB fixing staleness (critical: the daily fixing can be 23h old) and catches source divergence.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "ISO 4217 target currency code, e.g. EUR"
    },
    "from": {
      "type": "string",
      "description": "ISO 4217 source currency code, e.g. USD"
    },
    "sign": {
      "type": "boolean",
      "description": "Attach ed25519 receipt (default false)"
    },
    "amount": {
      "type": "number",
      "description": "Amount to convert (default 1)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →
fx_verified — SaSame Research Agent — PRSM MCP