OpenWeatherMap MCP Server for OpenAI Agents SDKGive OpenAI Agents SDK instant access to 6 tools to Direct Geocoding, Get Air Pollution, Get Current Weather, and more
The OpenAI Agents SDK enables production-grade agent workflows in Python. Connect OpenWeatherMap through Vinkius and your agents gain typed, auto-discovered tools with built-in guardrails. no manual schema definitions required.
Ask AI about this MCP Server for OpenAI Agents SDK
The OpenWeatherMap MCP Server for OpenAI Agents SDK is a standout in the Data Analytics category — giving your AI agent 6 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerStreamableHttp
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
async with MCPServerStreamableHttp(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
) as mcp_server:
agent = Agent(
name="OpenWeatherMap Assistant",
instructions=(
"You help users interact with OpenWeatherMap. "
"You have access to 6 tools."
),
mcp_servers=[mcp_server],
)
result = await Runner.run(
agent, "List all available tools from OpenWeatherMap"
)
print(result.final_output)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About OpenWeatherMap MCP Server
Connect OpenWeatherMap to your AI agent to get instant access to global meteorological data. Whether you're planning travel, monitoring environmental conditions, or building weather-aware automations, this server provides the precise data you need.
The OpenAI Agents SDK auto-discovers all 6 tools from OpenWeatherMap through native MCP integration. Build agents with built-in guardrails, tracing, and handoff patterns. chain multiple agents where one queries OpenWeatherMap, another analyzes results, and a third generates reports, all orchestrated through Vinkius.
What you can do
- Current Conditions — Get live temperature, humidity, wind speed, and weather descriptions for any city or coordinate via
get_current_weather. - Extended Forecasts — Access 5-day/3-hour forecasts with
get_forecastor use the One Call 3.0 API for 48-hour hourly and 8-day daily projections viaget_onecall. - Air Quality Monitoring — Retrieve real-time pollution data including PM2.5, PM10, CO, and Ozone levels using
get_air_pollution. - Geocoding Services — Seamlessly convert city names to coordinates with
direct_geocodingand vice versa withreverse_geocodingto power location-based queries.
The OpenWeatherMap MCP Server exposes 6 tools through the Vinkius. Connect it to OpenAI Agents SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 6 OpenWeatherMap tools available for OpenAI Agents SDK
When OpenAI Agents SDK connects to OpenWeatherMap through Vinkius, your AI agent gets direct access to every tool listed below — spanning meteorology, weather-forecast, air-quality, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Direct geocoding on OpenWeatherMap
Convert city names or zip codes into coordinates
Get air pollution on OpenWeatherMap
5, PM10, and NH3. Get current air pollution data
Get current weather on OpenWeatherMap
Get current weather data
Get forecast on OpenWeatherMap
Get 5 Day / 3 Hour Forecast
Get onecall on OpenWeatherMap
Get One Call API 3.0 weather data
Reverse geocoding on OpenWeatherMap
Convert coordinates into city names
Connect OpenWeatherMap to OpenAI Agents SDK via MCP
Follow these steps to wire OpenWeatherMap into OpenAI Agents SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install the SDK
pip install openai-agents in your Python environmentReplace the token
[YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.comRun the script
python agent.pyExplore tools
Why Use OpenAI Agents SDK with the OpenWeatherMap MCP Server
OpenAI Agents SDK provides unique advantages when paired with OpenWeatherMap through the Model Context Protocol.
Native MCP integration via `MCPServerSse`, pass the URL and the SDK auto-discovers all tools with full type safety
Built-in guardrails, tracing, and handoff patterns let you build production-grade agents without reinventing safety infrastructure
Lightweight and composable: chain multiple agents and MCP servers in a single pipeline with minimal boilerplate
First-party OpenAI support ensures optimal compatibility with GPT models for tool calling and structured output
OpenWeatherMap + OpenAI Agents SDK Use Cases
Practical scenarios where OpenAI Agents SDK combined with the OpenWeatherMap MCP Server delivers measurable value.
Automated workflows: build agents that query OpenWeatherMap, process the data, and trigger follow-up actions autonomously
Multi-agent orchestration: create specialist agents. one queries OpenWeatherMap, another analyzes results, a third generates reports
Data enrichment pipelines: stream data through OpenWeatherMap tools and transform it with OpenAI models in a single async loop
Customer support bots: agents query OpenWeatherMap to resolve tickets, look up records, and update statuses without human intervention
Example Prompts for OpenWeatherMap in OpenAI Agents SDK
Ready-to-use prompts you can give your OpenAI Agents SDK agent to start working with OpenWeatherMap immediately.
"What's the current weather in London?"
"Give me the 5-day forecast for Tokyo."
"Check the air pollution levels at latitude 40.71 and longitude -74.00."
Troubleshooting OpenWeatherMap MCP Server with OpenAI Agents SDK
Common issues when connecting OpenWeatherMap to OpenAI Agents SDK through Vinkius, and how to resolve them.
MCPServerStreamableHttp not found
pip install --upgrade openai-agentsAgent not calling tools
OpenWeatherMap + OpenAI Agents SDK FAQ
Common questions about integrating OpenWeatherMap MCP Server with OpenAI Agents SDK.
How does the OpenAI Agents SDK connect to MCP?
MCPServerSse(url=...) to create a server connection. The SDK auto-discovers all tools and makes them available to your agent with full type information.Can I use multiple MCP servers in one agent?
MCPServerSse instances to the agent constructor. The agent can use tools from all connected servers within a single run.Does the SDK support streaming responses?
Explore More MCP Servers
View all →
Daftra
12 toolsRun your Arabic-first business with invoicing, inventory, CRM, and accounting designed for the Middle East and North Africa.

TalkingData
10 toolsLeading big data and product analytics platform in China — manage event tracking and user growth via AI.

Bleez
8 toolsPower your Brazilian e-commerce with a platform that integrates payments, inventory, and logistics for the local market.

Treinta App
12 toolsEmpower Latin American SMBs automating Treinta app. Access ledgers, manage client debt, and review store inventories actively from chat.
