Awesome MCPOther MCP Servers

ProgramComputer/NASA-MCP-server

⭐ 92 TypeScript added to this list on 2025-05-14 repository created 2025-03-06

NASA MCP Server exposes NASA's public APIs to MCP clients through a single consistent interface. NASA publishes dozens of separate APIs with differing conventions — the Astronomy Picture of the Day, Mars rover imagery, near-Earth object and asteroid data, Earth observation imagery, exoplanet archives, space weather records and more — and this server wraps over twenty of them so a model reaches them all the same way instead of learning each. Several features address the practical problems of that surface. Parameters are validated before a request is sent, so a malformed date or an out-of-range identifier produces a clear error rather than a confusing API response. Rate limits on NASA API keys are managed, which matters because the free key allowance is modest and an inquisitive agent exhausts it quickly. Imagery is handled across NASA's various formats, and responses are converted into shapes suited to model consumption rather than passed through raw. It is TypeScript, published on npm as @programcomputer/nasa-mcp-server, cross-platform, and the README states plainly that the project is not affiliated with or endorsed by NASA. The audience is educators, science communicators, hobbyist astronomers and anyone building assistants that answer questions from real space-science data.

https://github.com/ProgramComputer/NASA-MCP-server

mcpnasaspaceastronomytypescriptopen-dataimageryapis

Also in Other MCP Servers

microsoft/markitdown

MarkItDown is a Python tool that converts various file formats into Markdown and integrates with LLM applications via an MCP server for enhanced text analysis and document processing.

punkpeye/awesome-mcp-servers

A curated collection of Model Context Protocol (MCP) servers that enable AI models to securely interact with local and remote resources through standardized server implementations.

modelcontextprotocol/servers

The Model Context Protocol Servers repository offers reference implementations and third-party integrations that demonstrate how MCP enables Large Language Models to securely access and interact with diverse tools and data sources.

koala73/worldmonitor

World Monitor is an AI-powered, real-time global intelligence dashboard aggregating news and monitoring geopolitical and infrastructure data for unified situational awareness.

headroomlabs-ai/headroom

Headroom is a context compression layer for AI agents, reducing token usage by 60-95% while preserving accuracy, implemented as a library, proxy, and MCP server.

diegosouzapw/OmniRoute

OmniRoute is a free AI gateway that connects various AI tools and models from over 230 providers through a single endpoint, featuring token compression, smart auto-fallback, and support for Model C...

rohitg00/ai-engineering-from-scratch

This comprehensive curriculum teaches AI engineering from scratch, focusing on building AI algorithms, agents, and MCP servers hands-on, covering everything from mathematical foundations to autonom...

every-app/open-seo

Open source, self-hostable SEO platform that exposes its keyword, rank, backlink and site-audit data to AI agents through an MCP server and a set of companion agent skills.