Smarter Weather Developer Onboarding
Rank #115,228pulsemcp/smarterweather-onboarding
Agent-first onboarding to Smarter Weather: plans, docs, signup, API keys, and billing.
Smarter Weather Developer Onboarding is a Model Context Protocol (MCP) server published by smarterweather. It ranks #115,228 of 115,591 servers tracked on MCP Toplist. Smarter Weather Developer Onboarding is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jul 10, 2026.
Ranks ahead of 363 of 115,591 servers on MCP Toplist.
Use Smarter Weather Developer Onboarding
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http smarterweather-onboarding https://developers.smarterweather.com/mcp[mcp_servers.smarterweather-onboarding]
url = "https://developers.smarterweather.com/mcp"Add to ~/.codex/config.toml.
https://developers.smarterweather.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"smarterweather-onboarding": {
"url": "https://developers.smarterweather.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"smarterweather-onboarding": {
"type": "http",
"url": "https://developers.smarterweather.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"smarterweather-onboarding": {
"serverUrl": "https://developers.smarterweather.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"smarterweather-onboarding": {
"url": "https://developers.smarterweather.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Fsmarterweather-onboarding)<a href="https://mcptoplist.com/server/pulsemcp%2Fsmarterweather-onboarding"><img src="https://mcptoplist.com/badge/pulsemcp%2Fsmarterweather-onboarding.svg" alt="MCP Toplist: #115,228 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
smarterweather
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Smarter Weather Developer Onboarding?
- Smarter Weather Developer Onboarding is maintained by smarterweather, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Smarter Weather Developer Onboarding listed on the Official MCP Registry?
- Smarter Weather Developer Onboarding is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Smarter Weather Developer Onboarding have?
- Smarter Weather Developer Onboarding ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Smarter Weather Developer Onboarding?
- The source code for Smarter Weather Developer Onboarding is hosted at github.com/smarterweather/developer/tree/HEAD/packages/mcp-onboarding.