Techs: Next 15, MCP, OpenAI, Vercel AI
Production Model Context Protocol (MCP) implementation featuring an AI assistant with live access to NASA and SpaceX data—demonstrating how AI agents use real-time tools to fetch current space information on demand.
Live MCP Server: Self-hosted MCP server provides AI with real-time tools (getMissionDetails, getISSPosition, getUpcomingLaunches) automatically invoked during conversations.
Real-Time Space Data: ISS position updates every 10 seconds with coordinates and altitude, plus mission details and launch schedules from live APIs.
AI Tool Usage: Shows production-ready MCP architecture where AI seamlessly fetches current data instead of relying on static knowledge.