Use Watershed Climate with your AI.
Connect your account once and let the AI you already use work with it, without building another integration. Automate carbon measurement and reporting via Watershed. manage inventories, upload emissions data, and track reduction targets directly from any AI agent.
Developed, maintained, and hosted by Vinkius.
MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED
Waiting for input…
Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.
Complete set · 16 capabilities
The complete Watershed Climate capability set.
These are the exact actions your AI can choose when you ask it to work with Watershed Climate.
01-04
4 capabilities in this set.
Part of 16 available through Watershed Climate.
- 01
Get upload
Use the upload_id from list_uploads to inspect details before adding data or submitting for validation. Get details of a specific data upload
- 02
List inventories
An inventory represents your organization's carbon footprint measurement for a specific year, containing Scope 1 (direct), Scope 2 (energy), and Scope 3 (value chain) emissions data. Each inventory has a year, status, and total emissions calculated from submitted activity data. List all GHG inventories in your Watershed organization
- 03
List reduction targets
Reduction targets define your organization's goals for decreasing emissions over time, often aligned with Science Based Targets initiative (SBTi) or net-zero commitments. Each target includes baseline year, target year, reduction percentage, and progress tracking. List all emissions reduction targets configured in your organization
- 04
List reports
Reports are formatted outputs of your climate data for disclosure, analysis, or internal review. Reports can include CDP disclosures, TCFD reports, or custom carbon footprint summaries. Each report has metadata about its type, generation date, and scope. List all available reports in your Watershed organization
05-08
4 capabilities in this set.
Part of 16 available through Watershed Climate.
- 05
List upload data records
Each record contains the activity data that will be processed into emissions measurements. Use this to review the data before validating and submitting the upload. List all data records in a specific upload
- 06
Update upload data record
Use this to correct errors or modify activity data before validation and submission. The record_id is obtained from list_upload_data_records. The body should contain the complete updated record object with all required fields. Update a specific data record in an upload
- 07
Upload data records
Each record represents an activity that generates emissions (e.g., electricity consumption, business travel, shipping). Records should follow Watershed's data format with fields like: activity_type, quantity, unit, start_date, end_date, location, etc. You can upload a single record or multiple records in a batch by providing an array of objects. Example record: { "activity_type": "electricity", "quantity": 1500, "unit": "kWh", "start_date": "2024-01-01", "end_date": "2024-01-31" } Upload activity data records to an existing upload container
- 08
Get inventory
Use the inventory_id from list_inventories to inspect detailed carbon footprint results and understand your organization's emissions composition. Get detailed information about a specific GHG inventory
09-12
4 capabilities in this set.
Part of 16 available through Watershed Climate.
- 09
Create upload
An upload is required before you can add data records to Watershed. After creating an upload, you add data records to it, validate the data, and then submit it for processing. The upload acts as a batch grouping mechanism for related activity data. You can optionally provide a name and description to identify the upload purpose. Create a new data upload container in Watershed
- 10
Delete upload data record
Use this to remove incorrect or unwanted data before validating and submitting the upload. This action cannot be undone. The record_id is obtained from list_upload_data_records. Delete a specific data record from an upload
- 11
Get report
Use the report_id from list_reports to access the full report details including generated files, disclosure frameworks covered, and emissions data summarized. Reports are typically generated after inventories are complete and validated. Get detailed information about a specific report
- 12
Get task status
When you submit an upload for processing, a task is created and returns a task_id. Use this capability to check if the processing is complete, still in progress, or failed. Task status is useful for monitoring large data submissions that may take time to process. Check status of a processing task (e.g., upload submission)
13-16
4 capabilities in this set.
Part of 16 available through Watershed Climate.
- 13
List measurements
Measurements represent the actual carbon footprint values derived from your uploaded activity data. You can filter by inventory_id to see measurements for a specific year's inventory, or by year to see measurements across all inventories for that year. Each measurement includes the activity type, emission factor used, and calculated CO2e value. List emissions measurements with optional filters
- 14
List uploads
Uploads are containers for activity data that will be validated and processed into emissions measurements. Each upload can contain multiple data records representing activities like electricity usage, flights, or shipping. Use this to see all existing uploads and their IDs before adding data or submitting for processing. List all data uploads in your Watershed organization
- 15
Submit upload
This triggers Watershed's calculation engine to convert activity data into emissions measurements using appropriate emission factors. The upload must be validated successfully before submission. The response includes a task_id that can be used to track processing status via get_task_status. Processing may take some time depending on data volume. Submit a validated upload for emissions processing
- 16
Validate upload
Validation ensures data quality and prevents rejection during the submission phase. The response includes validation results with any errors or warnings that need to be addressed. Always validate before submitting to ensure successful processing. Validate data in an upload before submission
Observed, not estimated
947ms average. Fast in production.
Watershed Climate is checked daily against the live service.
- Fastest day
- 786ms
- Slowest day
- 1197ms
- 14-day trend
- Slowing+13%
Connect your client
One URL. Every client.
Activate the Connector, copy your link, and paste it into the client you already use. 16 capabilities arrive ready to run.
Preview access · not provider authentication
The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Watershed Climate, so you can see the experience inside your AI.
It does not authenticate your account with Watershed Climate. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.
Watershed Climate Connector
You're all set. Choose your MCP client and follow the setup instructions.
https://edge.vinkius.com/vk_preview_svbUSyLT0Fyy3BlxNle3W7x9VHoKVZUrNfKc7l2A/mcpClaude Desktop
Follow the steps below to connect in seconds.
- 1In Claude Desktop, open Settings → Connectors.
- 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
- 3Click Add and start a new chat — Watershed Climate capabilities are ready to use.
{
"mcpServers": {
"watershed-climate-mcp": {
"url": "https://edge.vinkius.com/vk_preview_svbUSyLT0Fyy3BlxNle3W7x9VHoKVZUrNfKc7l2A/mcp"
}
}
}
Claude
ChatGPT
Cursor
VS Code
Windsurf
Claude Code
JetBrains
Cline
Step-by-step instructions for each client are in the guide. How to connect
FAQ
Questions Watershed Climate owners ask.
- 01
What is the workflow to upload activity data and get emissions calculated in Watershed?
The complete workflow is: (1) Use create_upload to create an upload container, (2) Use upload_data_records to add your activity data records (electricity, flights, shipping, etc.), (3) Use validate_upload to check data quality and fix any errors, (4) Use submit_upload to send data for emissions calculation, (5) Use get_task_status with the returned task_id to monitor processing. Once complete, your measurements appear in the inventory.
- 02
Can I check my organization's total carbon footprint for a specific year?
Yes! Use list_inventories to find your organization's GHG inventories by year. Then use get_inventory with the specific inventory_id to see the complete emissions breakdown by Scope 1 (direct), Scope 2 (energy), and Scope 3 (value chain). You can also use list_measurements with the year filter to see individual measurement details across all inventories.
- 03
Where do I find my Watershed API key and how do I generate one?
Log in to your Watershed dashboard at dashboard.watershedclimate.com, navigate to Organization Settings in the left menu, then go to the API section. Click to generate a new API key. Copy and save this key immediately. it won't be shown again. The key typically starts with wh_. Keep it secure as it provides full access to your organization's climate data.
- 04
What types of activity data can I upload to Watershed?
Watershed accepts a wide range of activity data including: electricity and energy consumption (kWh, therms), business travel (flights, hotels, rental cars), employee commuting, freight and shipping (ton-miles, kg-km), waste generated, water usage, and purchased goods/services. Each record needs fields like activity_type, quantity, unit, start_date, end_date, and optionally location and spend_amount for accurate emissions calculation.
Explore
More in The Unthinkable
Grid Alternative AI Connector
Turn spreadsheet data into interactive dashboards and visual stories that make numbers accessible to every sta
ViewEOSDA AI Connector
Access satellite agriculture data via EOSDA — monitor crop health, vegetation indices, weather, soil moisture,
ViewWeights & Biases AI Connector
Track experiments, monitor ML runs, and manage artifacts on WandB — the developer platform for AI.
ViewDNV Renewables AI Connector
Access wind and solar resource data, energy yield estimates, and mesoscale climate data via DNV Renewables (ex
View
Suggestions
Flow AI Connector
Manage projects, tasks, and team collaboration via AI agents with Flow (getflow.com).
ViewNeetoInvoice AI Connector
Automate billing and project management via NeetoInvoice — manage clients, track time, and generate invoices d
ViewTrigger.dev AI Connector
Equip your AI agent with direct access to Trigger.dev — manage background jobs, monitor task runs, and inspect
ViewDovetail AI Connector
Analyze qualitative research data with AI-powered tagging, theme discovery, and insight synthesis for product
View
