{
  "info": {
    "name": "Solcast — mcp.ai",
    "description": "REST API for the Solcast MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/solcast",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "solcast_get_data_historic_radiation_and_weather",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/data/historic/radiation/and/weather",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "data",
            "historic",
            "radiation",
            "and",
            "weather"
          ]
        },
        "description": "Tool to get historical irradiance and weather estimated actuals for a requested location. Use when you need historical solar radiation and weather data from 2007-01-01 to 7 days ago, for up to 31 days",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": \"\",\n  \"tilt\": 0,\n  \"start\": \"\",\n  \"format\": \"\",\n  \"period\": \"\",\n  \"azimuth\": 0,\n  \"duration\": \"\",\n  \"latitude\": 0,\n  \"longitude\": 0,\n  \"time_zone\": \"\",\n  \"array_type\": \"\",\n  \"terrain_shading\": false,\n  \"output_parameters\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "solcast_get_resources_pv_power_site",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/resources/pv/power/site",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "resources",
            "pv",
            "power",
            "site"
          ]
        },
        "description": "Tool to retrieve a specific PV power resource by its unique identifier. Use when you need to fetch complete resource configuration including capacity, orientation, tracking, and derating parameters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"resource_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "solcast_get_resources_pv_power_sites",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/resources/pv/power/sites",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "resources",
            "pv",
            "power",
            "sites"
          ]
        },
        "description": "Tool to list PV power resources available to authenticated user. Use when you need to retrieve the list of PV power sites with optional filtering by entitlement level.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"entitlement\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "solcast_patch_resources_pv_power_site",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patch/resources/pv/power/site",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patch",
            "resources",
            "pv",
            "power",
            "site"
          ]
        },
        "description": "Tool to partially update an existing PV power resource's technical specifications. Use when you need to modify specific resource configuration fields without replacing the entire resource.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"tilt\": 0,\n  \"azimuth\": 0,\n  \"capacity\": 0,\n  \"latitude\": 0,\n  \"longitude\": 0,\n  \"capacity_dc\": 0,\n  \"entitlement\": \"\",\n  \"module_type\": \"\",\n  \"pvrow_width\": 0,\n  \"resource_id\": \"\",\n  \"install_date\": \"\",\n  \"pvrow_height\": 0,\n  \"terrain_slope\": 0,\n  \"tracking_type\": \"\",\n  \"bifacial_system\": false,\n  \"terrain_azimuth\": 0,\n  \"grid_export_limit\": 0,\n  \"bifaciality_factor\": 0,\n  \"confirmed_metadata\": \"\",\n  \"site_ground_albedo\": 0,\n  \"derating_age_system\": 0,\n  \"derating_temp_module\": 0,\n  \"dust_soiling_average\": \"\",\n  \"tracker_axis_azimuth\": 0,\n  \"derating_other_system\": 0,\n  \"ground_coverage_ratio\": 0,\n  \"tracker_back_tracking\": false,\n  \"tracker_smart_tracking\": false,\n  \"inverter_peak_efficiency\": 0,\n  \"cloudy_zenith_coefficients\": \"\",\n  \"tracker_max_rotation_angle\": 0,\n  \"clearsky_zenith_coefficients\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "solcast_post_resources_pv_power_site",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/resources/pv/power/site",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "resources",
            "pv",
            "power",
            "site"
          ]
        },
        "description": "Tool to create a new PV power resource for Advanced PV Power forecasting. Use when you need to add a new solar installation site with comprehensive technical specifications including capacity, orienta",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"tilt\": 0,\n  \"azimuth\": 0,\n  \"capacity\": 0,\n  \"latitude\": 0,\n  \"longitude\": 0,\n  \"capacity_dc\": 0,\n  \"entitlement\": \"\",\n  \"module_type\": \"\",\n  \"pvrow_width\": 0,\n  \"install_date\": \"\",\n  \"pvrow_height\": 0,\n  \"terrain_slope\": 0,\n  \"tracking_type\": \"\",\n  \"bifacial_system\": false,\n  \"terrain_azimuth\": 0,\n  \"grid_export_limit\": 0,\n  \"bifaciality_factor\": 0,\n  \"confirmed_metadata\": \"\",\n  \"site_ground_albedo\": 0,\n  \"derating_age_system\": 0,\n  \"derating_temp_module\": 0,\n  \"dust_soiling_average\": \"\",\n  \"tracker_axis_azimuth\": 0,\n  \"derating_other_system\": 0,\n  \"ground_coverage_ratio\": 0,\n  \"tracker_back_tracking\": false,\n  \"tracker_smart_tracking\": false,\n  \"inverter_peak_efficiency\": 0,\n  \"cloudy_zenith_coefficients\": \"\",\n  \"tracker_max_rotation_angle\": 0,\n  \"clearsky_zenith_coefficients\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "solcast_put_resources_pv_power_site",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/resources/pv/power/site",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "resources",
            "pv",
            "power",
            "site"
          ]
        },
        "description": "Tool to update an existing PV power resource with comprehensive technical specifications for solar installation site modeling. Use when you need to modify resource configuration including capacity, or",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"tilt\": 0,\n  \"azimuth\": 0,\n  \"capacity\": 0,\n  \"latitude\": 0,\n  \"longitude\": 0,\n  \"capacity_dc\": 0,\n  \"entitlement\": \"\",\n  \"module_type\": \"\",\n  \"pvrow_width\": 0,\n  \"resource_id\": \"\",\n  \"install_date\": \"\",\n  \"pvrow_height\": 0,\n  \"terrain_slope\": 0,\n  \"tracking_type\": \"\",\n  \"bifacial_system\": false,\n  \"terrain_azimuth\": 0,\n  \"grid_export_limit\": 0,\n  \"bifaciality_factor\": 0,\n  \"confirmed_metadata\": \"\",\n  \"site_ground_albedo\": 0,\n  \"derating_age_system\": 0,\n  \"derating_temp_module\": 0,\n  \"dust_soiling_average\": \"\",\n  \"tracker_axis_azimuth\": 0,\n  \"derating_other_system\": 0,\n  \"ground_coverage_ratio\": 0,\n  \"tracker_back_tracking\": false,\n  \"tracker_smart_tracking\": false,\n  \"inverter_peak_efficiency\": 0,\n  \"cloudy_zenith_coefficients\": \"\",\n  \"tracker_max_rotation_angle\": 0,\n  \"clearsky_zenith_coefficients\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}