InfraNode
Rank #8,388dev.infranode/infranode
Keyless open data for 84 German cities: weather, air, transit, traffic. 38 read-only MCP tools.
InfraNode is a Model Context Protocol (MCP) server published by street1983nk. It ranks #8,388 of 115,460 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. InfraNode is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Jun 18, 2026 and most recently updated on Jun 18, 2026.
Ranks ahead of 107,072 of 115,460 servers on MCP Toplist.
Use InfraNode
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http infranode https://mcp.infranode.dev/mcp[mcp_servers.infranode]
url = "https://mcp.infranode.dev/mcp"Add to ~/.codex/config.toml.
https://mcp.infranode.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"infranode": {
"url": "https://mcp.infranode.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"infranode": {
"type": "http",
"url": "https://mcp.infranode.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"infranode": {
"serverUrl": "https://mcp.infranode.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"infranode": {
"url": "https://mcp.infranode.dev/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.infranode%2Finfranode)<a href="https://mcptoplist.com/server/dev.infranode%2Finfranode"><img src="https://mcptoplist.com/badge/dev.infranode%2Finfranode.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
street1983nk
Other servers by street1983nk
View all street1983nk servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 18, 2026 |
Frequently asked questions
- Who maintains InfraNode?
- InfraNode is maintained by street1983nk, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is InfraNode listed on the Official MCP Registry?
- Yes — InfraNode is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does InfraNode have?
- MCP Toplist tracks 1 version of InfraNode, most recently published on Jun 18, 2026.
- Where can I find the source code for InfraNode?
- The source code for InfraNode is hosted at github.com/street1983nk/infranode.