← Back to Plugins
MCP Server MCP

Smarter Weather Developer Onboarding

github By github 👁 1 views ▲ 0 votes

Agent-first onboarding to Smarter Weather: plans, docs, signup, API keys, MCP config, billing.

Homepage Verified source GitHub

Install

npx -y @smarterweather/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://developers.smarterweather.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@smarterweather/mcp-onboarding",
      "version": "0.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to 'required' to opt into OAuth 2.1 + PKCE sign-in and unlock account-scoped tools (API key minting, usage, billing). Unset, the bridge serves the anonymous discovery tools (get_plans, get_documentation, sign_up) with no credentials at all.",
          "format": "string",
          "name": "SMARTERWEATHER_ONBOARDING_AUTH"
        },
        {
          "description": "Override the target MCP endpoint for development or staging. Precedence: positional argument > SMARTERWEATHER_ONBOARDING_MCP_URL > package default.",
          "format": "string",
          "default": "https://developers.smarterweather.com/mcp",
          "name": "SMARTERWEATHER_ONBOARDING_MCP_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...