← smarterweather.com

INDIVIDUAL MCP TOOL

sign_up

Returns the Smarter Weather developer request-access URL (with MCP referral attribution).

smarterweather.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

smarterweather.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sw-onboarding]
url = "https://developers.smarterweather.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sw-onboarding": {
      "type": "http",
      "url": "https://developers.smarterweather.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sw-onboarding
Remote MCP URL: https://developers.smarterweather.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sw-onboarding": {
      "url": "https://developers.smarterweather.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sw-onboarding": {
      "type": "http",
      "url": "https://developers.smarterweather.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sw-onboarding",
  "transport": "streamable-http",
  "url": "https://developers.smarterweather.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_plans — Current developer-platform plans and pricing: Free, Developer, and Professional tiers with monthly price, included API-call allowance, and overage rates.
  • get_documentation — Search the Smarter Weather developer documentation index (quickstart, REST API, MCP server, errors, rate limits, SDKs, pricing, API keys).