@allratestoday/mcp-server 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,6 +74,20 @@ commands (`/rate`, `/convert`, `/official-rate`, `/fx-history`,
|
|
|
74
74
|
|
|
75
75
|
Everything below still applies for other MCP clients.
|
|
76
76
|
|
|
77
|
+
## ☁️ Hosted endpoint — nothing to install
|
|
78
|
+
|
|
79
|
+
The same tools also run as a hosted **Streamable HTTP** MCP server (together with the tools of the sibling AllRatesToday server, nine in total). Paste the URL into any client that supports remote MCP — Claude.ai and Claude Desktop connectors, ChatGPT, Cursor, VS Code, Codex, Gemini CLI:
|
|
80
|
+
|
|
81
|
+
```
|
|
82
|
+
https://allratestoday.com/api/mcp
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
claude mcp add --transport http allratestoday https://allratestoday.com/api/mcp
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
Works keyless. With a key, send `Authorization: Bearer art_live_…` or, where the client only takes a URL, connect to `https://allratestoday.com/api/mcp?api_key=art_live_…`. Registry name: `com.allratestoday/mcp`. One-click Cursor / VS Code buttons: https://allratestoday.com/mcp/#hosted
|
|
90
|
+
|
|
77
91
|
## 📦 Installation
|
|
78
92
|
|
|
79
93
|
The simplest install is **zero-install via `npx`**, which is what every config below uses:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allratestoday/mcp-server",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"mcpName": "io.github.cahthuranag/mcp-server",
|
|
5
5
|
"description": "MCP server for AllRatesToday — let AI coding tools (Claude Code, Cursor, Claude Desktop) fetch real-time and historical currency exchange rates.",
|
|
6
6
|
"keywords": [
|