RocketLaunch.Live Connector for AI agents.
9 live capabilities
Track upcoming rocket launches and orbital missions in real time.
Waiting for input…
Why people use RocketLaunch.Live
RocketLaunch.Live for Aerospace Research
This Connector puts all that data into your AI client. You can ask for a list of missions, the vehicles used, and the launch sites all in one go. You get a clean, consolidated summary instead of a dozen open tabs.
What Vinkius changes
You get direct access to a curated rocket launch database without ever leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking upcoming weekly flights
A student wants to know what's launching this week.
- Real-world use case 02
Analyzing provider market share
A researcher needs to know how many SpaceX launches happened in 2023.
- Real-world use case 03
Finding webcast links for specific missions
A content creator needs the webcast link for a specific mission.
Complete set · 9capabilities
The complete RocketLaunch.Live capability set.
These are the exact actions your AI can choose when you ask it to work with RocketLaunch.Live.
01—03
3 capabilities in this set.
Part of 9 available through RocketLaunch.Live.
- 01 Capability
Get launch
Fetches complete info on a specific launch, including status and webcast links.
- 02 Capability
Get locations
Returns country codes and associated launch pads for various global locations.
- 03 Capability
Get missions
Provides names, descriptions, and specific objectives for orbital missions.
04—06
3 capabilities in this set.
Part of 9 available through RocketLaunch.Live.
- 04 Capability
Get next launches
Lists the next 5 upcoming rocket launches for quick updates.
- 05 Capability
Get pads
Returns pad names, maps, and associated facilities for specific launch sites.
- 06 Capability
Search launches
Performs a live search of the database using text, dates, locations, or providers.
07—09
3 capabilities in this set.
Part of 9 available through RocketLaunch.Live.
- 07 Capability
Get tags
Pulls tag text and IDs to help you filter launches by category like crew or satellite.
- 08 Capability
Get vehicles
Retrieves names, descriptions, and manufacturer details for various rockets and launch vehicles.
- 09 Capability
Get companies
Lists launch providers and manufacturers along with their countries and active status.
Set up in minutes
One URL. Then ask RocketLaunch.Live to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use RocketLaunch.Live from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mAqMADsqIF2VcpY3YsnAYjSZnz9Be18r4JVx70Il/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it RocketLaunch.Live, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable RocketLaunch.Live for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mAqMADsqIF2VcpY3YsnAYjSZnz9Be18r4JVx70Il/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the RocketLaunch.Live URL.
- Step 03
Save and start
Save the connection and enable RocketLaunch.Live in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"rocketlaunchlive": {
"url": "https://edge.vinkius.com/vk_preview_mAqMADsqIF2VcpY3YsnAYjSZnz9Be18r4JVx70Il/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using RocketLaunch.Live
Open Agent mode in chat and ask: "Using RocketLaunch.Live, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"rocketlaunchlive": {
"url": "https://edge.vinkius.com/vk_preview_mAqMADsqIF2VcpY3YsnAYjSZnz9Be18r4JVx70Il/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using RocketLaunch.Live
Ask Copilot: "Using RocketLaunch.Live, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"rocketlaunchlive": {
"url": "https://edge.vinkius.com/vk_preview_mAqMADsqIF2VcpY3YsnAYjSZnz9Be18r4JVx70Il/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using RocketLaunch.Live
Open Cascade and ask: "Using RocketLaunch.Live, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"rocketlaunchlive": {
"url": "https://edge.vinkius.com/vk_preview_mAqMADsqIF2VcpY3YsnAYjSZnz9Be18r4JVx70Il/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using RocketLaunch.Live
Ask Cline: "Using RocketLaunch.Live, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add rocketlaunchlive --transport http "https://edge.vinkius.com/vk_preview_mAqMADsqIF2VcpY3YsnAYjSZnz9Be18r4JVx70Il/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using RocketLaunch.Live
Ask Claude: "Using RocketLaunch.Live, show me...". 9 tools are ready
Where the request belongs
Work RocketLaunch.Live can move forward.
This is for the space enthusiast tracking every flight, the educator building a curriculum on aerospace, or the researcher analyzing market trends in the space industry.
Space Industry Researcher
Analyzes launch frequency and provider market share to create industry reports.
Aerospace Educator
Demonstrates real-world rocket launches and space missions to students in a classroom.
Space Enthusiast
Tracks upcoming launches and follows the progress of specific vehicles like Starship.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKeepTrack Space Intelligence
Universal space intelligence. search satellites, orbital debris, and launches via AI.
Spaceflight News
Access real-time spaceflight news, blogs, and technical reports from major space agencies and news outlets worldwide.
NASA
Explore space and science via NASA APIs. browse APOD, Mars rover photos, Earth imagery, NEO data and patents from any AI agent.
NASA Full — Ultimate Space Intelligence
The definitive NASA Mega-Server: 32+ capabilities spanning astronomy pictures, near-Earth asteroids, Mars rover photos, solar flares and CMEs, Earth imagery and natural disasters, 5,700+ exoplanets, NASA's media library, and technology patents. all from 10 official NASA data sources.
NASA Asteroids — Near-Earth Objects & Planetary Defense
Track near-Earth asteroids and space rocks in real-time: browse the NeoWs asteroid database, monitor upcoming close approaches from JPL CNEOS, look up specific asteroids by ID, and review atmospheric fireball events detected by government sensors worldwide.
NASA TechPort (Technology Projects)
Explore NASA's technology project portfolio—search projects, track funding opportunities, and analyze R&D taxonomies directly.
Bring your own AI
Change the model, client or framework. Keep RocketLaunch.Live connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about RocketLaunch.Live.
The practical details behind the request, access and result.
Does the RocketLaunch.Live MCP require an API key?
No, you can get basic access to the next 5 upcoming launches without needing an API key. For full database access, you can use a premium key.
Can I use RocketLaunch.Live MCP to find webcast links?
Yes, the Connector can retrieve complete information on specific launches, which includes the official webcast links and current status.
How many launches can I see for free?
The free tier supports viewing up to 5 upcoming rocket launches at a time without an API key.
Can I search by specific dates or locations?
Yes, you can search the live database using free-text queries, date ranges, specific locations, providers, or vehicle types.
Is RocketLaunch.Live MCP good for school projects?
It is excellent for educators and students. You can quickly pull data on launch sites, vehicle specs, and mission objectives to create reports or lessons.
Can I find specific launch pads?
Yes, you can search for specific launch pads to get their names, locations, maps, and associated launch facilities.
Does RocketLaunch.Live MCP cover all space companies?
It covers major global providers and manufacturers, including SpaceX, NASA, and Roscosmos.
Can I filter by mission type?
Yes, you can filter launches by category using tags such as crewed missions, satellite deployments, or ISS missions.
Do I need an API key?
No! Basic access works without authentication for the next 5 upcoming launches. For full search access and unlimited queries, a premium API key is available from rocketlaunch.live.
How far in advance are launches listed?
Launches are typically listed weeks or months in advance based on official schedules from providers. Dates may change due to weather, technical issues or scheduling conflicts.
Can I filter launches by specific rockets?
Yes! Use get_vehicles to find vehicle IDs, then use search_launches with the vehicle_id parameter to filter by specific rockets like Falcon 9, Starship or Atlas V.
One connection away
Give your agent a direct line to RocketLaunch.Live.
Connect RocketLaunch.Live once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available