← Back to Plugins
MCP Server MCP

io.github.elninyo-ops/baseline-mcp

github By github 👁 1 views ▲ 0 votes

Statistically rigorous weather and climate context: forecast plus 35-year historical ranking.

Homepage Verified source GitHub

Install

uvx baseline-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "baseline-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Baseline API instance to query.",
          "isRequired": true,
          "format": "string",
          "name": "BASELINE_API_URL"
        },
        {
          "description": "API key for the Baseline API. Contact [email protected] for a key -- self-serve signup is not yet available.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BASELINE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...