4,500+ servers built on MCP Fusion
Vinkius
INMET (Apitempo - Meteorologia) logo
Vinkius
LangChain logo

How to Use the INMET (Apitempo - Meteorologia) MCP in LangChain

Run multi-step weather analysis chains using INMET (Apitempo - Meteorologia) meteorological tools directly inside LangChain.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

INMET (Apitempo - Meteorologia) MCP on Cursor AI Code Editor MCP Client INMET (Apitempo - Meteorologia) MCP on Claude Desktop App MCP Integration INMET (Apitempo - Meteorologia) MCP on OpenAI Agents SDK MCP Compatible INMET (Apitempo - Meteorologia) MCP on Visual Studio Code MCP Extension Client INMET (Apitempo - Meteorologia) MCP on GitHub Copilot AI Agent MCP Integration INMET (Apitempo - Meteorologia) MCP on Google Gemini AI MCP Integration INMET (Apitempo - Meteorologia) MCP on Lovable AI Development MCP Client INMET (Apitempo - Meteorologia) MCP on Mistral AI Agents MCP Compatible INMET (Apitempo - Meteorologia) MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
LangChain

Connect INMET (Apitempo - Meteorologia) MCP to LangChain

Create your Vinkius account to connect INMET (Apitempo - Meteorologia) to LangChain and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Chain live station telemetry to your agent

The `get_station_data_hourly` tool pulls raw climate telemetry from specific Brazilian stations. This feeds directly into the next link of your chain, letting you pass wind speed or temperature readings straight to an agricultural calculation model without manual parsing. LangSmith traces every step of this data flow. You see the exact payload size and execution latency for `get_station_data_daily` as your pipeline processes historical weather patterns.

Feed GOES-16 imagery to LangChain pipelines

The `get_satellite_images` tool fetches the latest satellite visuals from INMET. Your agent feeds these image URLs directly into vision-capable models to detect cloud cover or storm fronts over specific regions. This setup avoids hardcoded API keys. You configure the server once, and your chain uses the active session to pull real-time visual data when regional temperatures cross a defined threshold.

Build ReAct workflows with the INMET MCP Server

The `get_forecast_by_city` tool retrieves municipal weather forecasts for your agent. The agent evaluates the forecast, checks it against historical baselines, and determines if it needs to query `list_stations` for deeper local data. You manage these multi-step decisions using standard LangGraph structures. The agent handles the tool-calling loop automatically, resolving dependencies between regional data and municipal forecasts in real time.

Setup guide

Set up INMET (Apitempo - Meteorologia) MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes INMET (Apitempo - Meteorologia) tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "inmet-apitempo-meteorologia-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent INMET (Apitempo - Meteorologia) transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by INMET. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about INMET (Apitempo - Meteorologia) MCP in LangChain

Install `langchain-mcp-adapters` via pip. Initialize the client with the Vinkius transport URL, then pull the tools using `client.get_tools()` to pass them directly to your agent constructor.
Yes, LangSmith tracks every tool execution automatically. You will see the exact milliseconds it takes to fetch hourly data from Brazilian weather stations.
The agent uses ReAct loops to decide which tools to call. For example, it might call `get_all_forecasts` first, analyze the results, and then query `get_station_data_daily` for specific cities that show anomalous readings.
Your graph handles the error like any standard tool exception. You can configure fallback paths or retry mechanisms directly inside your LangGraph state definition to keep the run alive.
No, your physical coordinates are never sent. The server only processes public parameters like station IDs and city names, running inside an isolated sandbox to keep your infrastructure details private.

Start using the INMET (Apitempo - Meteorologia) MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for INMET (Apitempo - Meteorologia). Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.