Agent-first onboarding to Smarter Weather: plans, docs, signup, API keys, MCP config, billing.
claude mcp add onboarding --transport http https://developers.smarterweather.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"onboarding": {
"url": "https://developers.smarterweather.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"onboarding": {
"serverUrl": "https://developers.smarterweather.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"onboarding": {
"type": "http",
"url": "https://developers.smarterweather.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"onboarding": {
"url": "https://developers.smarterweather.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"onboarding": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://developers.smarterweather.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://developers.smarterweather.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.smarterweather--onboarding/reviews or the review_server meta-tool.
POST /mcp