This workflow corresponds to n8n.io template #5118 — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"id": "243a015a-50c9-4dbb-a13a-810d470a4e80",
"name": "Workflow Overview 0",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2500,
20
],
"parameters": {
"width": 420,
"height": 1060,
"content": "## \ud83d\udee0\ufe0f NASA Tool MCP Server\n\n### \ud83d\udccb Available Operations (15 total)\n\n**Asteroidneobrowse**: get all\n**Asteroidneofeed**: get\n**Asteroidneolookup**: get\n**Astronomypictureoftheday**: get\n**Donkicoronalmassejection**: get\n**Donkihighspeedstream**: get\n**Donkiinterplanetaryshock**: get\n**Donkimagnetopausecrossing**: get\n**Donkinotifications**: get\n**Donkiradiationbeltenhancement**: get\n**Donkisolarenergeticparticle**: get\n**Donkisolarflare**: get\n**Donkiwsaenlilsimulation**: get\n**Earthassets**: get\n**Earthimagery**: get\n\n### \u2699\ufe0f Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **\ud83d\udd11 Add Credentials**: Configure NASA Tool authentication in one tool node then open and close all others.\n2. **\ud83d\ude80 Activate**: Enable this workflow to start your MCP server\n3. **\ud83d\udd17 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **\ud83e\udd16 Connect**: Use MCP URL in your AI agent configurations\n\n### \u2728 Ready-to-Use Features\n\n\u2022 Zero configuration - all 15 operations pre-built\n\u2022 AI agents automatically populate parameters via `$fromAI()` expressions\n\u2022 Every resource and operation combination available\n\u2022 Native n8n error handling and response formatting\n\u2022 Modify parameter defaults in any tool node as needed\n\n### \ud83d\udcac Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
},
"typeVersion": 1
},
{
"id": "b54b1b3d-2804-4167-8dfa-d9fe8dcf8a78",
"name": "NASA Tool MCP Server",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-1080,
160
],
"parameters": {
"path": "nasa-tool-mcp"
},
"typeVersion": 1
},
{
"id": "16c69158-c250-4896-92a5-50a396112eb0",
"name": "Get many asteroid neos",
"type": "n8n-nodes-base.nasaTool",
"position": [
-560,
600
],
"parameters": {
"resource": "asteroidNeoBrowse"
},
"credentials": {},
"typeVersion": 1
},
{
"id": "4421bc36-7430-41df-8a15-d7109ef358bf",
"name": "Sticky Note 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2000,
560
],
"parameters": {
"color": 4,
"width": 660,
"height": 200,
"content": "## Earth"
},
"typeVersion": 1
},
{
"id": "df67d765-1a41-4968-bcd7-44da8f734cee",
"name": "Get an asteroid neo feed",
"type": "n8n-nodes-base.nasaTool",
"position": [
-60,
600
],
"parameters": {
"resource": "asteroidNeoFeed",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "f8524093-4d21-4374-b3c7-71a6aefbf621",
"name": "Get an asteroid neo lookup",
"type": "n8n-nodes-base.nasaTool",
"position": [
-300,
600
],
"parameters": {
"resource": "asteroidNeoLookup",
"asteroidId": "={{ $fromAI('Asteroid_Id', ``, 'string') }}",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "da8e47dc-cd2b-4caf-960b-18a37e6ad783",
"name": "Get the astronomy picture of the day",
"type": "n8n-nodes-base.nasaTool",
"position": [
-1100,
600
],
"parameters": {
"download": "={{ $fromAI('Download', ``, 'boolean') }}",
"additionalFields": {},
"binaryPropertyName": "={{ $fromAI('Binary_Property_Name', ``, 'string') }}"
},
"credentials": {},
"typeVersion": 1
},
{
"id": "ec3141bc-8b2b-4f2c-ace3-38fa91045eec",
"name": "Sticky Note 4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1260,
540
],
"parameters": {
"color": 7,
"width": 380,
"height": 240,
"content": "## Astronomy Picture of The Day"
},
"typeVersion": 1
},
{
"id": "01a26293-9ec4-4cad-b664-72dfff1a043b",
"name": "Get a DONKI coronal mass ejection",
"type": "n8n-nodes-base.nasaTool",
"position": [
-300,
880
],
"parameters": {
"resource": "donkiCoronalMassEjection",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "57c78326-2d84-4e00-9e9b-cf84d800e4cb",
"name": "Get a DONKI high speed stream",
"type": "n8n-nodes-base.nasaTool",
"position": [
-1320,
880
],
"parameters": {
"resource": "donkiHighSpeedStream",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "10ad6b4f-84f5-4213-a974-970d11a876b3",
"name": "Get a DONKI interplanetary shock",
"type": "n8n-nodes-base.nasaTool",
"position": [
-60,
880
],
"parameters": {
"resource": "donkiInterplanetaryShock",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "cc769d05-060f-49d7-9ddf-03cc32e6a8a8",
"name": "Get a DONKI magnetopause crossing",
"type": "n8n-nodes-base.nasaTool",
"position": [
-1840,
880
],
"parameters": {
"resource": "donkiMagnetopauseCrossing",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "62aa944d-ecc8-4439-bcbc-2c3edc40bb41",
"name": "Get a DONKI notifications",
"type": "n8n-nodes-base.nasaTool",
"position": [
-1040,
880
],
"parameters": {
"resource": "donkiNotifications",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "cfd70997-5e7a-45a4-9c47-2f3d3b70d310",
"name": "Sticky Note 9",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2000,
840
],
"parameters": {
"color": 6,
"width": 2340,
"height": 220,
"content": "## DONKI"
},
"typeVersion": 1
},
{
"id": "6c937f38-ae90-4464-af7f-b986d012976b",
"name": "Get a DONKI radiation belt enhancement",
"type": "n8n-nodes-base.nasaTool",
"position": [
180,
880
],
"parameters": {
"resource": "donkiRadiationBeltEnhancement",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "3f289099-41db-47fe-a8f2-4ed20ea5cab7",
"name": "Get a DONKI solar energetic particle",
"type": "n8n-nodes-base.nasaTool",
"position": [
-800,
880
],
"parameters": {
"resource": "donkiSolarEnergeticParticle",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "cbfcc6ef-4222-4aeb-8132-ff6de99d1154",
"name": "Sticky Note 11",
"type": "n8n-nodes-base.stickyNote",
"position": [
-800,
560
],
"parameters": {
"color": 2,
"width": 960,
"height": 200,
"content": "## Asteroid Neo"
},
"typeVersion": 1
},
{
"id": "d1847898-82c3-494a-94e4-2a7dfedbf9de",
"name": "Get a DONKI solar flare",
"type": "n8n-nodes-base.nasaTool",
"position": [
-560,
880
],
"parameters": {
"resource": "donkiSolarFlare",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "f8be1d4e-1237-435a-8696-cc7b9d7db4a5",
"name": "Get a DONKI wsa enlil simulation",
"type": "n8n-nodes-base.nasaTool",
"position": [
-1580,
880
],
"parameters": {
"resource": "donkiWsaEnlilSimulation",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "ce0f4ae8-6776-4026-9b0a-e2460eee9f86",
"name": "Get Earth assets",
"type": "n8n-nodes-base.nasaTool",
"position": [
-1840,
600
],
"parameters": {
"lat": "={{ $fromAI('Lat', ``, 'number') }}",
"lon": "={{ $fromAI('Lon', ``, 'number') }}",
"resource": "earthAssets",
"additionalFields": {}
},
"credentials": {},
"typeVersion": 1
},
{
"id": "67ddc934-3337-48aa-8308-51432db36538",
"name": "Get Earth imagery",
"type": "n8n-nodes-base.nasaTool",
"position": [
-1560,
600
],
"parameters": {
"lat": "={{ $fromAI('Lat', ``, 'number') }}",
"lon": "={{ $fromAI('Lon', ``, 'number') }}",
"resource": "earthImagery",
"additionalFields": {},
"binaryPropertyName": "={{ $fromAI('Binary_Property_Name', ``, 'string') }}"
},
"credentials": {},
"typeVersion": 1
}
],
"connections": {
"Get Earth assets": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get Earth imagery": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many asteroid neos": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a DONKI solar flare": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get an asteroid neo feed": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a DONKI notifications": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get an asteroid neo lookup": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a DONKI high speed stream": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a DONKI interplanetary shock": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a DONKI wsa enlil simulation": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a DONKI coronal mass ejection": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a DONKI magnetopause crossing": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a DONKI solar energetic particle": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get the astronomy picture of the day": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a DONKI radiation belt enhancement": {
"ai_tool": [
[
{
"node": "NASA Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Complete MCP server exposing all NASA Tool operations to AI agents. Zero configuration needed - all 15 operations pre-built.
Source: https://n8n.io/workflows/5118/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?