Mmcp.market

Smarter Weather Developer Onboarding MCP server

by smarterweather·io.github.smarterweather/onboarding·v0.0.3

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

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

1 stars46 downloads/wk

Reviews

Write one

Nobody has reviewed Smarter Weather Developer Onboarding yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Smarter Weather Developer Onboarding tools (3)

write = sends, deletes, buys or posts
  • get_documentationFree

    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 actionable summary. No authentication required.

  • get_plansFree

    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. No authentication required.

  • sign_upFree

    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, reconnect this MCP server with OAuth and call create_api_key, then configure_mcp. No authentication required.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan5 source files scanned25/25
  • Live reliabilityremote reachable in 581ms20/20
  • Tool poisoning3 tool descriptions checked15/15
  • Auth qualityopen endpoint, read-only tools10/15
  • Maintenancelast push 3 days ago15/15
  • Maintainer identityregistry namespace matches repository owner7/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Smarter Weather Developer Onboarding repository's README, as published. We do not edit it. Read it on GitHub

Smarter Weather Developer Platform

The public home for the Smarter Weather developer platform: SDKs, documentation, example apps, the @smarterweather/mcp-weather and @smarterweather/mcp-onboarding packages, agent skills, and the OpenAPI specification for api.smarterweather.com.

Generally available. The REST API, both hosted MCP servers, and both npm

stdio bridges are live in production. Breaking-change policy: six months'

notice before removing a /v1/* endpoint or an MCP tool, 90 days before a

breaking change to a request or response shape. Non-breaking additions ship

immediately.

What lives here

https://api.smarterweather.com. Auto-synced from the canonical source on change. Also served at .

  • OpenAPI specification (openapi.yaml) for the public REST API at

catalog for the weather MCP server, synced on every server change.

  • MCP tool descriptors (descriptors/mcp-tools.json) -- the canonical

bridge that connects MCP clients (Cursor, Claude Desktop, Claude Code, etc.) to the hosted MCP endpoint at https://mcp.smarterweather.com. The bridge attaches your API key from SMARTERWEATHERAPIKEY and proxies every JSON-RPC message; all weather logic runs server-side.

  • @smarterweather/mcp-weather -- npm package source for the stdio

bridge to the developer-onboarding MCP server at https://mcp.developers.smarterweather.com. Provides agent-driven self-service account creation, API key provisioning, and SDK setup walkthroughs. Auth via OAuth (browser callback).

  • @smarterweather/mcp-onboarding -- npm package source for the stdio

shipped; call the REST API directly in the meantime.

  • Client SDKs -- TypeScript and Python first; Go to follow. Not yet

end-to-end recipes.

  • Examples and cookbooks -- runnable apps, agent integrations, and

is the long-lived Agent Plugins 1.0 package (weather MCP + playbooks). plugins/smarterweather-onboarding/ is the one-shot signup / key-mint install; remove it after configure_mcp. Never put both servers in one mcp.json. Cursor Marketplace discovery uses .cursor-plugin/marketplace.json. .cursor/skills/use-smarterweather-api/ is a pointer at the weather skills; .claude/CLAUDE.md remains a follow-up refresh.

  • Agent Plugins -- plugins/smarterweather/

developer portal at https://developers.smarterweather.com. See the docs index for the current map.

  • Documentation -- guides under docs/ that complement the

What does not live here: the Smarter Weather core service, ingestion pipeline, or any internal infrastructure. Those remain in a separate private repository.

Quickstart

The hosted developer portal at https://developers.smarterweather.com is the source of truth for account creation, API key minting, plan management, and usage. Agents can do all of it without the dashboard by connecting to the onboarding MCP server — see docs/mcp-onboarding.md.

Once you have a key:

# REST API
curl -H "Authorization: Bearer $SMARTERWEATHER_API_KEY" \
  "https://api.smarterweather.com/v1/weather?lat=41.88&lon=-87.63"
# Weather MCP bridge (defaults to https://mcp.smarterweather.com;

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http onboarding https://mcp.developers.smarterweather.com
Add to Cursor

Smarter Weather Developer Onboarding: common questions

Is Smarter Weather Developer Onboarding MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Smarter Weather Developer Onboarding safety report
How do I install Smarter Weather Developer Onboarding?
It runs remotely at mcp.developers.smarterweather.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Smarter Weather Developer Onboarding need an API key?
No secret keys are declared. It reads 2 settings from the environment.
Is Smarter Weather Developer Onboarding maintained?
The last commit was 3 days ago (2026-09-18). The latest release is v0.0.3.
Is Smarter Weather Developer Onboarding up?
100% of our last 8 checks got an answer. We check remote servers about four times a day.
What can I use instead of Smarter Weather Developer Onboarding?
Servers from other publishers that do the same job: loci MCP server, AI Context MCP server and Stellavault MCP server. Compare all Smarter Weather Developer Onboarding alternatives.

Alternatives to Smarter Weather Developer Onboarding

Same job from other publishers: the closest match first, then the best rated.

All Smarter Weather Developer Onboarding alternatives →
  • loci
    Cross-session memory and hybrid RAG over your notes and docs. Local-first, with cited answers.
    A
  • AI Context
    Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.
    B
  • Stellavault
    Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.
    A
  • ImageKit DevTools
    Official ImageKit developer server: search the docs and build transformation URLs. No sign-in.
    A
  • Context7
    Up-to-date code docs for any prompt
    A

More from smarterweather