How to Use the MeteoSource MCP in Cursor
Feed live global weather data directly into your active code editor with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MeteoSource MCP to Cursor
Create your Vinkius account to connect MeteoSource to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Resolve Location IDs Directly in Your Code
The `search_weather_places` tool allows your agent to look up geographical locations and return their unique identifiers. Cursor uses these IDs to write and test code that handles location-specific weather data without hardcoded values. The MCP integration handles the API calls in real time as you write your functions. This means you can build dynamic applications that accept user input and instantly resolve it to the correct station.
Write Code Using Live Weather Forecasts
The `get_point_forecast` tool fetches detailed forecast datasets for any resolved location ID. Cursor accesses this live payload to generate precise TypeScript interfaces or parser functions based on the actual JSON structure. Instead of coding against outdated mock data, you work with the real live schema. You can also run `check_api_status` to ensure your integration environment has a live connection to the weather service.
Map Coordinates Using the Cursor MCP Server
The `get_nearest_weather_place` tool converts latitude and longitude coordinates into the nearest monitored location ID. Cursor uses this tool to build location-aware features, letting you write code that responds to GPS inputs. Your agent can also call `get_place_timezone` to automatically determine the local time of the target coordinates. This keeps your application's time-sensitive logic accurate across global regions.
Set up MeteoSource MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the MeteoSource MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent MeteoSource transactions." If the MCP tools are loaded correctly, Cursor will call the MeteoSource tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"meteosource-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by MeteoSource. 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 MeteoSource MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the MeteoSource MCP today
We host it, we monitor it, we maintain it. You just paste one token.