CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Celestial Node

christerso/celestialnode-mcp
STDIOregistry active
Summary

Connects Claude to Celestial Node's space data APIs with 18 read-only tools covering ISS and Tiangong tracking, crew rosters, rocket launches, Mars weather, and a million-star catalog from ESA Gaia. Works anonymously at 25 requests per hour or with a free API key for higher limits. Reach for this when you need real-time orbital positions, upcoming launch schedules, near-Earth asteroid data, or Mars surface conditions. All GET requests, aggregating from NASA, ESA, CNSA, JAXA, Roscosmos, and other agencies. The encyclopedia search covers spacecraft, missions, and engines if you need historical reference data alongside the live feeds.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

npm version MCP Registry License: MIT

Celestial Node MCP

An MCP server for real-time space data from Celestial Node.

Gives AI assistants access to 18 read-only tools covering ISS/Tiangong tracking, crew in space, rocket launches, space news, Mars missions, a 1M+ star catalog, near-Earth asteroids, satellites, and more.

About Celestial Node

Celestial Node is a comprehensive space data platform that aggregates real-time information from space agencies worldwide. It offers:

  • Space Station Tracking - Real-time positions of the ISS and Tiangong space station
  • Crew Information - Current astronauts, cosmonauts, and taikonauts in orbit
  • Rocket Launches - Upcoming launches from providers worldwide
  • Space News - Curated news from NASA, ESA, CNSA, JAXA, Roscosmos, and ISRO
  • Mars Missions - All 18 Mars missions with instruments and discoveries
  • Mars Weather - Surface conditions including temperature, pressure, and wind
  • Star Catalog - 1M+ stars from the ESA Gaia mission
  • Near-Earth Objects - Asteroid tracking and close approaches
  • Satellites - Search and track satellites with re-entry predictions
  • Space Encyclopedia - Comprehensive database of spacecraft, missions, and engines

Quick Start

Without API Key

Anonymous usage is limited to 25 requests per hour.

Claude Desktop

Add to ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "celestial-node": {
      "command": "npx",
      "args": ["-y", "celestialnode-mcp"]
    }
  }
}

Claude Code

claude mcp add celestial-node -- npx -y celestialnode-mcp

With API Key

Register at celestialnode.com/register for higher rate limits.

Claude Desktop

{
  "mcpServers": {
    "celestial-node": {
      "command": "npx",
      "args": ["-y", "celestialnode-mcp"],
      "env": {
        "CELESTIAL_NODE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Claude Code

claude mcp add celestial-node --env CELESTIAL_NODE_API_KEY=your-api-key-here -- npx -y celestialnode-mcp

Rate Limits

TierLimitAuthentication
Anonymous25 requests/hourNone
Registered (free)100 requests/dayAPI key
Paid500 requests/dayAPI key

Register for a free API key at celestialnode.com/register.

Tools

ToolDescription
get_iss_positionReal-time ISS position (lat, lon, altitude, velocity)
get_tiangong_positionReal-time Tiangong station position
get_crew_in_spaceAstronauts/cosmonauts/taikonauts currently in orbit
get_upcoming_launchesUpcoming rocket launches worldwide
get_space_newsCurated space news from NASA, ESA, CNSA, JAXA, Roscosmos, ISRO
get_mars_missionsAll 18 Mars missions with instruments and discoveries
get_mars_roversMars rovers with instruments, discoveries, and status
get_mars_weatherMars surface weather (temperature, pressure, wind)
search_starsSearch 1M+ stars from ESA Gaia catalog
get_star_detailsFull astronomical data for a star by Gaia source ID
get_constellationsAll 88 IAU constellations
get_near_earth_objectsUpcoming asteroid close approaches
get_hazardous_asteroidsPotentially hazardous asteroids with orbital data
get_space_agenciesSpace agencies worldwide
search_encyclopediaSearch space encyclopedia (spacecraft, missions, engines)
get_satellite_categoriesSatellite categories with counts
search_satellitesSearch tracked satellites by name
get_upcoming_reentriesPredicted satellite/rocket stage re-entries

Data Sources

All data is served from celestialnode.com which aggregates from NASA, ESA, CNSA, JAXA, Roscosmos, ISRO, SpaceX, and other global space agencies. Data is updated in real-time by background workers.

Security

All 18 tools are read-only GET requests. No write operations, no user data access.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

CELESTIAL_NODE_API_KEY

Optional API key for higher rate limits (100/day vs 25/hr). Get yours at https://celestialnode.com/register

Categories
Data & Analytics
Registryactive
Packagecelestialnode-mcp
TransportSTDIO
UpdatedFeb 22, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.