Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. World Weather Online
  4. vs MCP Ephemeris
Side-by-Side Model Context Protocol Comparison

World Weather Online vs MCP Ephemeris

In-depth architectural comparison of the World Weather Online and MCP Ephemeris MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

World Weather Online
Aerospace & Astrodynamics · Remote HTTP/SSE
Quality: 47/100 (Fair) | Auth: No auth required
MCP Ephemeris
Aerospace & Astrodynamics · Local stdio
Quality: 53/100 (Good) | Auth: No auth required
Verdict Summary: Choose World Weather Online if you need specialized Aerospace & Astrodynamics tools running via a hosted cloud SSE transport. Choose MCP Ephemeris if your workspace requires Aerospace & Astrodynamics integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

World Weather Online logo

Choose World Weather Online when:

  • You need dedicated capabilities in the Aerospace & Astrodynamics domain.
  • You prefer remote streaming HTTP/SSE transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: get_weather, get_historical_weather, get_marine_weather.
Explore World Weather Online Details
MCP Ephemeris logo

Choose MCP Ephemeris when:

  • You need dedicated capabilities in the Aerospace & Astrodynamics domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: get_planet_positions, get_moon_phase, get_current_sky.
Explore MCP Ephemeris Details

Feature & Specification Comparison

Specification
World Weather Online logo
World Weather Online
Aerospace & Astrodynamics
MCP Ephemeris logo
MCP Ephemeris
Aerospace & Astrodynamics
SummaryGlobal weather API: forecasts, historical data, marine, ski, astronomy and timezone.NASA-validated computed planetary positions for your AI — 19 astrology tools, never hallucinated.
Category & ScopeAerospace & AstrodynamicsAerospace & Astrodynamics

Tools & Capabilities Breakdown

World Weather Online Tools (8)

get_weather
Current conditions + 14-day forecast
get_historical_weather
Past weather from 2008 onwards
get_marine_weather
Swell, tides, water temperature
get_ski_weather
Top/mid/base elevation forecasts
search_location
Location autocomplete
get_astronomy
Sunrise, sunset, moon phase

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

World Weather Online Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "world-weather-online": {
      "url": "https://mcp.worldweatheronline.com/health"
    }
  }
}
MCP Ephemeris Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "mcp-ephemeris": {
      "command": "npx",
      "args": [
        "-y",
        "@cosmosos/mcp-ephemeris"
      ]
    }
  }
}

Frequently Asked Questions

World Weather Online is categorized under Aerospace & Astrodynamics and uses a remote streaming HTTP/SSE transport. In contrast, MCP Ephemeris belongs to Aerospace & Astrodynamics using local stdio subprocess. Select World Weather Online when you need capabilities focused on aerospace & astrodynamics and MCP Ephemeris when you require tools for aerospace & astrodynamics.

More alternatives to World Weather OnlineMore alternatives to MCP EphemerisAerospace & Astrodynamics category hubCanonical compare URL

Related MCP Server Comparisons

Popular comparisons with World Weather Online

  • IPGeolocation.io MCP Server logoWorld Weather Online vs IPGeolocation.io MCP Server
  • Science logoWorld Weather Online vs Science
  • Astronomy Oracle logoWorld Weather Online vs Astronomy Oracle
  • Open Ephemeris logoWorld Weather Online vs Open Ephemeris

Popular comparisons with MCP Ephemeris

Quality signal47/100 (Fair)53/100 (Good)
Transport ProtocolRemote HTTP/SSELocal Subprocess (stdio)
Auth RequirementNo auth requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone requiredNone required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalRemote (HTTP/SSE) · highnpx · high
Engagement & Health 2 views 0 copies 0 upvotes 1 stars 0 views 0 copies 0 upvotes 0 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView World Weather Online ListingView MCP Ephemeris Listing
get_timezone
Local time + UTC offset
get_climate_averages
Monthly 12-year climate averages

MCP Ephemeris Tools (19)

get_planet_positions
ecliptic positions of all bodies (sign, degree, retro)
get_moon_phase
moon phase, illumination %, description
get_current_sky
the sky right now (current transits) for a place
get_aspects
grid of major + minor aspects between bodies
get_natal_chart
full chart: houses, aspects, ASC/MC, moon phase, Hermetic Lots
get_transits
transit→natal aspects, sorted by orb
get_synastry
inter-chart aspects + harmony/tension summary
get_composite_chart
midpoint composite chart
get_secondary_progressions
progressed positions ("a day for a year")
get_solar_return
instant + chart of the solar return
get_lunar_return
instant + chart of the next lunar return
get_ingresses
sign-change dates (retrograde-robust)
+7 more tools listed on main page
Open Ephemeris logo
MCP Ephemeris vs Open Ephemeris
  • Astronomy Oracle logoMCP Ephemeris vs Astronomy Oracle
  • Science logoMCP Ephemeris vs Science
  • Astronomy MCP Server logoMCP Ephemeris vs Astronomy MCP Server