Ratevert MCP

Ratevert MCP is a public, read-only Model Context Protocol server for searching and converting currencies, stocks, crypto, ETFs, and funds. It is designed for AI agents that need a canonical asset identity, an exact current conversion, source freshness when available, and a Ratevert URL to cite. Its 4 documented tools cluster into read & search, convert, compare. It is available as a remote MCP endpoint.

Teams that work with assets and want a hosted endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-05 · ★ 3 · #281 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Ratevert MCP

before you install - you'll need

Set RATEVERT_MCP_TEST_URL before connecting.

Claude Code

claude mcp add ratevert-mcp --transport http https://ratevert.com/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ratevert-mcp": {
      "url": "https://ratevert.com/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://ratevert.com/api/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to ratevert.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace com.ratevert - domain-verified with the official MCP registry

03 · What Ratevert MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can find a canonical Ratevert currency, stock, ETF, fund, or crypto asset, read the current one-unit rate for two assets with a canonical pair URL, convert one stated amount and return the exact rate, rounded display value, freshness, and source URL, and compare one source asset with up to three target assets in one request.

Capability map

Tools grouped from the project's README - what Ratevert MCP lets an agent do.

read & search

2 tools - e.g. Finds a canonical Ratevert currency, stock, ETF, fund, or crypto asset.; Returns the current one-unit rate for two assets with a canonical pair URL.

search_assets · get_rate

Convert

1 tool - e.g. Converts one stated amount and returns the exact rate, rounded display value, freshness, and source URL.

convert_amount

Compare

1 tool - e.g. Compares one source asset with up to three target assets in one request.

compare_assets

04 · Who maintains Ratevert MCP

Ratevert MCP is maintained by ratevert. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
finance - ranked #281 of 318 actively-maintained finance servers as of 2026-09-18.
registry
com.ratevert/mcp (active, first published 2026-09-05)

06 · Ratevert MCP FAQ

Is Ratevert MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-05. We re-verify nightly.

What can Ratevert MCP do?

With this server connected, an agent can find a canonical Ratevert currency, stock, ETF, fund, or crypto asset, read the current one-unit rate for two assets with a canonical pair URL, convert one stated amount and return the exact rate, rounded display value, freshness, and source URL, and compare one source asset with up to three target assets in one request.

How do I install Ratevert MCP?

Run `claude mcp add ratevert-mcp --transport http https://ratevert.com/api/mcp`. The README documents one environment variable (RATEVERT_MCP_TEST_URL) to set first. Set RATEVERT_MCP_TEST_URL before connecting. You can also paste the ready-made client config above.

Does Ratevert MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-18; you can connect without credentials.

07 · Alternatives to Ratevert MCP