How to Use the GDACS MCP in Cline
Have Cline build live disaster monitoring dashboards and risk reports using real-time GDACS data, right in your VS Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect GDACS MCP to Cline
Create your Vinkius account to connect GDACS to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Live Alert Dashboards
This MCP server connects GDACS data directly to Cline's coding abilities. Tell it, "Build a React component that shows the latest red alerts." Cline calls `get_alerts`, parses the response, and writes the actual JSX to display the data, complete with styling for the color-coded alert levels. It doesn't just show you the data; it writes the front-end code to visualize it. You go from a prompt to a working component that's ready to drop into your app. That's the difference.
Generate GIS Code from Live Events
Combine data fetching and code generation in one step. Ask Cline to "get the GeoJSON for the latest major wildfire and write a Python script to find affected cities." It uses `get_latest_wildfires` to identify the event, `get_event_geojson` to get the boundary data, and then generates a working script using a library like GeoPandas. This turns raw disaster information into executable analysis. Cline handles the API calls, data transformation, and boilerplate code, so you can focus on the results.
Script End-to-End Impact Reports with Cline
You can task Cline with creating complete, data-backed reports. For instance: "Find all recent floods in Brazil, get their impact data, and generate a markdown report summarizing the findings." Cline gets to work, chaining tools from this MCP Server to get the job done. It will use `get_event_list` to find the floods, then loop through them calling `get_impacts` for each one. Finally, it will create a new, formatted `.md` file in your workspace with all the information, ready for you to review or commit.
Set up GDACS MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
gdacs-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest GDACS refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"gdacs-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 GDACS. 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 GDACS MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the GDACS MCP today
We host it, we monitor it, we maintain it. You just paste one token.