forked from AllRates-Today/mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
31 lines (31 loc) · 1.02 KB
/
Copy pathserver.json
File metadata and controls
31 lines (31 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cahthuranag/mcp-server",
"description": "Real-time currency exchange rates, historical data, and multi-currency lookups via AllRatesToday.",
"repository": {
"url": "https://github.com/cahthuranag/mcp-server",
"source": "github"
},
"version": "0.3.3",
"packages": [
{
"registryType": "npm",
"identifier": "@allratestoday/mcp-server",
"version": "0.3.3",
"transport": { "type": "stdio" },
"environmentVariables": [
{
"name": "ALLRATES_API_KEY",
"description": "Your AllRatesToday API key (art_live_xxxxx). Required for all tools. Sign up free at https://allratestoday.com/register.",
"isRequired": true,
"isSecret": true
},
{
"name": "ALLRATES_BASE_URL",
"description": "Override API base URL (default: https://allratestoday.com/api).",
"isRequired": false
}
]
}
]
}