Connect Claude, ChatGPT, or a coding assistant to live currency and crypto conversion rates.
Look up the canonical identity of a stock, ETF, or fund by name inside an AI chat.
Compare one asset's value against up to three others in a single request.
Self-host the MCP server locally to control rate limits or add custom logic.
| ratevert/mcp | bluejacketblackhawk/saysomething | chinaran0/wujing_dic | |
|---|---|---|---|
| Stars | 18 | 18 | 18 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
The hosted endpoint needs no setup at all, self-hosting just needs Node.js 20+ and an env file.
Ratevert MCP is a small server that lets AI assistants and coding tools look up and convert currencies, stocks, exchange traded funds, mutual funds, and cryptocurrencies. It speaks the Model Context Protocol, a standard way for AI agents such as Claude, ChatGPT, or coding assistants to call outside tools during a conversation. Rather than running your own copy, most people connect straight to Ratevert's hosted server at ratevert.com, which requires no API key or account signup. The server exposes four tools. One searches for a specific asset and returns its canonical identity on Ratevert. Another fetches the current one to one exchange rate between two assets along with a link back to the source page. A third converts a specific amount of one asset into another and reports the exact rate, a rounded value, how fresh the data is, and a source link. The fourth compares one starting asset against up to three others at once. Public use of the hosted server is rate limited, and each comparison request can include at most four total assets. Developers who want to run their own copy locally need Node.js 20 or newer. Setup is a short sequence of installing dependencies, copying an example environment file, and starting the server, after which it listens on a local address by default. The project includes automated tests, a release verification script, and an optional smoke test that can be pointed at a live deployment. The README is explicit that Ratevert MCP is informational only. It does not offer investment, trading, tax, or payment advice, and market data returned by its tools may be delayed or temporarily unavailable.
A Model Context Protocol server that lets AI assistants search for and convert prices between currencies, stocks, ETFs, funds, and crypto.
Mainly JavaScript. The stack also includes Node.js, JavaScript, MCP.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.