Getting Started
The hosted Streamable HTTP MCP endpoint is:
https://climatenet-mcp.tomauger.am/mcpUse this URL directly in clients that support remote Streamable HTTP MCP servers.
Codex
Install the server:
codex mcp add climatenet --url https://climatenet-mcp.tomauger.am/mcpVerify it:
codex mcp get climatenet
codex mcp listThis writes a config equivalent to:
[mcp_servers.climatenet]
url = "https://climatenet-mcp.tomauger.am/mcp"
enabled = trueRestart Codex after adding the server.
Claude Code
Install the server:
claude mcp add --transport http --scope user climatenet https://climatenet-mcp.tomauger.am/mcpVerify it:
claude mcp get climatenet
claude mcp listLooking for the plugin install?
For Claude Code and Cowork, install the Plugin instead — it bundles this server with a skill that helps Claude use the tools effectively.
Claude Desktop (Chat)
Claude Desktop's Chat tab connects to remote MCP servers through custom connectors. Add a custom remote connector in Settings → Connectors with this URL:
https://climatenet-mcp.tomauger.am/mcpIf you need a local stdio bridge, use mcp-remote in claude_desktop_config.json:
{
"mcpServers": {
"climatenet": {
"command": "npx",
"args": ["mcp-remote", "https://climatenet-mcp.tomauger.am/mcp"]
}
}
}Restart Claude Desktop after updating the config.
First Query
After connecting, ask your MCP client to list ClimateNet devices:
List online ClimateNet devices in Yerevan.Then query one device:
Get the latest ClimateNet reading for device 8.Use the Tool Reference for exact tool names, parameters, and result shapes.