Weather MCP Server
My Custom MCP Servers
A collection of custom Model Context Protocol (MCP) servers.
Currently Deployed on Render. More servers will be added over time.
Servers
Server | Description | Endpoint |
Weather | Current weather & forecasts via OpenWeatherMap |
|
Configuration
To use this MCP server, add this code snippet to your MCP client:
{
"mcpServers": {
"Weather MCP server": {
"transport": "http",
"url": "https://my-custom-mcp-servers.onrender.com/weather/mcp/"
}
}
}Weather MCP Server
Exposes weather tools powered by the OpenWeatherMap API.
Tools
get_current_weather(city)— Returns current temperature, description, humidity, and wind speed.get_weather_forecast(city)— Returns a multi-step forecast (every 3 hours).
Testing
MCP Inspector
Run
npx @modelcontextprotocol/inspectorSet transport to
Streamable HTTP.Enter the server URL: https://my-custom-mcp-servers.onrender.com/weather/mcp/
Click Connect and invoke tools from the UI.
Claude Desktop
Open Claude Desktop →
Settings→Connector→Add->Add custom connector.Write the above URL: https://my-custom-mcp-servers.onrender.com/weather/mcp/
Restart Claude Desktop. The weather tools will appear in the tools panel.
Demo

Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mebre7/My-Custom-MCP-servers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server