Skip to main content
Glama
Exchange-RateAPI

@exchangerateapi/mcp-server

Official

Server Quality Checklist

75%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.2

  • Disambiguation5/5

    Each tool targets a clearly distinct query shape: single live rate, fixed historical windows, multi-target/custom ranges, and currency metadata. The descriptions cross-reference each other to explicitly route potentially ambiguous cases, so an agent should not confuse them.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern in snake_case: get_exchange_rate, get_historical_rates, get_rates, list_currencies. There are no mixed conventions, vague verbs, or stylistic outliers.

    Tool Count5/5

    Four tools is well-scoped for an exchange-rate server: currency discovery, a live single rate, historical windows, and flexible multi-target/custom-range queries. Each tool earns its place with no redundancy or bloat.

    Completeness5/5

    Within the stated fiat-only scope, the surface covers lookup, live rates, historical time series, multi-target requests, and custom date ranges. The list_currencies tool also provides a validation path that prevents dead-end calls to the rate tools.

  • Average 4.7/5 across 4 of 4 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 8 commits in the last 12 weeks
    • Last stable release on
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • This repository includes a glama.json configuration file.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations, the description carries the behavioral burden. It discloses that sampling is fixed per period (1d=hourly, 7d/30d=daily, 1y=weekly), the window always ends NOW, and it provides the return shape. It does not mention rate limits or auth, but for a read-only historical data tool the disclosed behavior is substantial and accurate.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is front-loaded with the primary use case, followed by the return format, key behavioral constraints, and sibling routing. Every sentence earns its place and there is no filler or redundancy.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness5/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Even without an output schema, the description gives the full return structure, sampling rules, window semantics, and explicit alternative tools. Combined with fully documented parameters, an agent has everything needed to call this tool correctly in the intended scenarios.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema coverage is 100% and the schema already describes source, target, and period in detail, including defaults and exact point counts. The description mostly restates the period sampling behavior and adds use-case flavor, but does not add significant new meaning beyond the schema.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description names a specific operation ('get historical rates') with a clear resource and scope: fixed-window time-series. It gives concrete example queries and explicitly distinguishes itself from sibling tools, so an agent can tell exactly what this tool does without inspecting others.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description states exactly when to use this tool ('fixed-window time-series questions') and when not to: use get_rates for specific past datetimes or custom ranges, and get_exchange_rate for a single live rate. This explicit routing to alternatives leaves no ambiguity.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations, the description must carry behavioral disclosure, and it does: it reveals the response is an array with one row per target×time bucket, defines the shape [{ rate, source, target, time }], and implies the operation is read-only. It does not cover potential rate limits or error behavior, but those are secondary for a straightforward retrieval tool.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    Every sentence carries information: use cases, output shape, and routing to siblings. It is front-loaded with the most important selection criteria and contains no filler or repetition of schema text.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a six-parameter tool with no output schema, the description covers the core usage modes, mutual exclusivity of parameters, grouping behavior, and response cardinality. It could also state ordering or time format of returned rows, but enough is present for an agent to call the tool correctly in the main scenarios.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The schema already documents all six parameters at 100% coverage, so the baseline is 3. The description adds meaningful semantics on top: it links the target multiplicity to row count, explains the output row format, and frames parameters in concrete usage scenarios like 'USD vs EUR, GBP, JPY'.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description names a specific verb ('get rates') and enumerates three distinct use cases with concrete examples: multi-target queries, point-in-time rates, and custom date ranges. It also distinguishes itself from siblings by explicitly covering what this tool is for, rather than restating the tool's name.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    Usage guidance is explicit and actionable: single live pairs should use get_exchange_rate, and fixed lookback windows should use get_historical_rates. It also references list_currencies for code validation, giving clear when-to-use and when-not-to-use direction.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior5/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries the full burden, and it delivers: it discloses the return shape as a JSON object with rate/source/target/time, the semantic meaning (1 source = X target), and the important behavioral limitation that crypto, commodities, and arithmetic are not supported. This goes well beyond a basic restatement.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is compact and front-loaded with usage triggers, then the return format, then exclusions, then sibling routing. Every sentence adds distinct value, and there is no redundant filler.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness5/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a simple two-parameter tool with no output schema, the description is complete: it explains when to use it, what the output looks like, what it explicitly cannot do, and which sibling tools cover adjacent cases. An agent has everything needed to call it correctly.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 100%, and both source and target parameters already have detailed schema descriptions including ISO 4217 format, case, examples, rate-direction semantics, fiat-only constraint, and a pointer to list_currencies. The tool description repeats the rate direction but adds little that is not already in the schema, so a baseline 3 is appropriate.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description names the exact operation: returning the latest mid-market rate for a single fiat-to-fiat pair. It gives concrete user phrasings and explicitly distinguishes itself from sibling tools like get_rates and get_historical_rates. Nothing about the tool's core purpose is ambiguous.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description states clear when-to-use conditions ('single fiat-to-fiat live exchange rate question'), explicit exclusions (crypto, commodities, arithmetic), and direct alternatives (get_rates for multiple targets, get_historical_rates for past dates/lookbacks). This gives an agent strong routing guidance.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior5/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations present, the description carries the full burden and does so well: it discloses the exact return shape, includes a count field, states the currency universe (160+ ISO 4217 fiat), notes the exclusion of crypto, and flags that it is cheap to call. This gives the agent a clear behavioral model for invoking it safely.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is compact, front-loaded with the most important usage instruction ('Call this BEFORE other tools'), and every sentence earns its keep: when to use, return shape, coverage, exclusion, and downstream value. No filler.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness5/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a zero-parameter read-only tool with no output schema, the description fully compensates by defining the response structure and enumerating coverage. It also answers likely agent questions about validity, symbols, quantity, and relationship to sibling rate tools. Nothing needed for correct invocation is missing.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The tool has zero parameters, so the description cannot add meaning beyond the schema; baseline 4 applies. It still usefully explains what the returned codes represent and how they relate to other tools, but there is no parameter-specific detail needed.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description names the specific resource (supported currencies and their metadata) and the action (list/validate), and clearly differentiates itself from the rate-focused sibling tools. It also adds scope details like '160+ ISO 4217 fiat currencies' and explicitly excludes cryptocurrencies.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    It gives explicit when-to-use triggers ('before other tools... when unsure whether a currency code is supported'), user-phrase examples, and tells the agent to use it to prevent downstream errors in get_exchange_rate, get_rates, and get_historical_rates. It also states what it does NOT cover (cryptocurrencies), leaving no ambiguity about its role versus siblings.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

mcp-server MCP server

Copy to your README.md:

Score Badge

mcp-server MCP server

Copy to your README.md:

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Exchange-RateAPI/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server