botfactory-mcp
BotFactory MCP bots — Glama registry
by varvararatta
Environment Nature Mcp
MCP server for Environment & Nature
MCP server for environment and nature information.
Captured live from the server via tools/list.
Find coordinates for a place by name (geocoding). FREE discovery. Returns {locations: [{name, country, latitude, longitude}]}
Current weather + 3-day forecast for a city. Returns temps, wind, conditions.
Current air quality (PM2.5, PM10, ozone, AQI) for a city.
Health check. FREE.
No parameters.
BotFactory MCP bots — Glama registry
claude_desktop_config.json
{
"mcpServers": {
"environment_nature_mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://environment-nature-mcp.mcpize.run/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.