Ratevert
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ratevertconvert 100 USD to EUR"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
The hosted endpoint is:
https://ratevert.com/api/mcpIt requires no API key. Public usage is rate-limited and a comparison request may include up to four total assets (one source plus three targets).
Tools
Tool | What it does |
| 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. |
| Converts one stated amount and returns the exact rate, rounded display value, freshness, and source URL. |
| Compares one source asset with up to three target assets in one request. |
Related MCP server: FinanceKit MCP
Connect an agent
Use the same remote Streamable HTTP endpoint in any MCP-compatible client.
Claude Code
claude mcp add --transport http ratevert https://ratevert.com/api/mcpChatGPT, Codex, OpenClaw, and Hermes
Add a remote HTTP MCP server in the client configuration, name it Ratevert,
and set the URL to https://ratevert.com/api/mcp. ChatGPT availability depends
on the account and Developer Mode features provided by OpenAI; Ratevert is not
published as a ChatGPT store plugin.
Human documentation and connection guidance: ratevert.com/mcp.
Run locally
Requirements:
Node.js 20 or newer
npm 10 or newer
npm ci
cp .env.example .env
npm startThe server binds to 127.0.0.1:3010 by default, exposing
http://127.0.0.1:3010/mcp. It calls RATEVERT_MCP_API_BASE_URL for public
Ratevert API data. When you host it behind a reverse proxy, keep
RATEVERT_MCP_TRUST_PROXY limited to that known proxy and overwrite incoming
forwarding headers at the proxy boundary.
Validate
npm test
npm run verify:release
npm pack --dry-runFor a deployed endpoint:
RATEVERT_MCP_TEST_URL=https://ratevert.com/api/mcp npm run smokeDo not enable the optional rate-limit loop in production without using a separate test address: it intentionally sends repeated requests.
Data and limitations
Ratevert MCP is informational and read-only. Market data may be delayed or unavailable. Results include a retrieval timestamp and source freshness when the upstream asset data exposes it. The service is not investment, trading, tax, or payment advice.
Security
See SECURITY.md for private vulnerability reporting guidance.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides access to real-time currency exchange rates, live stock market data via Alpha Vantage, and local transaction analysis from CSV databases. It enables AI assistants to perform currency conversions, stock comparisons, and budget tracking through natural language.Last updated
- AlicenseAqualityCmaintenanceProvides AI agents with real-time financial market intelligence including stock quotes, crypto data, technical analysis, and portfolio insights. Enables natural language queries for current prices, technical indicators, asset comparisons, and portfolio analysis.Last updated176MIT
- Alicense-qualityCmaintenanceProvides real-time stock quotes, historical data, and stock search via Yahoo Finance, enabling AI assistants to access and analyze financial market data.Last updated7717MIT
- Alicense-qualityCmaintenanceEnables AI assistants to access real-time stock, crypto, and market index data from Yahoo Finance, supporting queries for prices, history, company info, and comparisons.Last updatedMIT
Related MCP Connectors
Live & historical FX rates and currency conversion for AI agents. No API keys.
Live & historical FX rates for AI agents, from European Central Bank data. No API keys.
60+ units, live FX, timezones, and date arithmetic for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ratevert/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server