Smarter Weather Developer Onboarding
io.github.smarterweather/onboardingAgent-first onboarding to Smarter Weather: plans, docs, signup, API keys, MCP config, billing.
Tools · 3
Current developer-platform plans and pricing: Free, Developer, and Professional tiers with monthly price, included API-call allowance, and overage rates. One metered allowance spans REST and MCP usage…
Search the Smarter Weather developer documentation index (quickstart, REST API, MCP server, errors, rate limits, SDKs, pricing, API keys). Returns up to 5 matching entries with title, URL, and an acti…
Returns the Smarter Weather developer sign-up URL (with MCP referral attribution). Present the URL so the user can create a free account in a browser (Clerk, no credit card). After they finish, reconn…
Resources · 1
Interactive onboarding widget (usage dashboard, MCP client config, signup/upgrade CTAs).
ui://onboarding-widget/v1/index.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"smarter_weather_developer_onboarding": {
"url": "https://mcp.developers.smarterweather.com",
"transport": "http"
}
}
}