-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathserver.json
More file actions
39 lines (39 loc) · 1.02 KB
/
server.json
File metadata and controls
39 lines (39 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
32
33
34
35
36
37
38
39
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.isakskogstad/kolada-mcp",
"title": "Kolada MCP Server",
"description": "Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities.",
"version": "2.2.1",
"websiteUrl": "https://github.com/isakskogstad/kolada-mcp",
"repository": {
"url": "https://github.com/isakskogstad/kolada-mcp",
"source": "github"
},
"icons": [
{
"src": "https://github.com/user-attachments/assets/9dd18a33-0f97-4490-af45-5b5a32dc15d0",
"mimeType": "image/png"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "kolada-mcp-server",
"version": "2.2.1",
"transport": {
"type": "stdio"
},
"runtimeHint": "node"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://kolada-mcp-pafn.onrender.com/mcp"
},
{
"type": "sse",
"url": "https://kolada-mcp-pafn.onrender.com/sse"
}
]
}