MCP Server for NASA API integration.
NASA NEO API request by date
- Near Earth Object information retrieval by date
Clone repo and run:
uv install
Add you mcp server config to your LLM
Example Claude config file (claude_desktop_config.json)
{
"mcpServers": {
"nasa": {
"command": "uv",
"args": [
"--directory",
"<PATH TO YOUR PY>",
"run",
"main.py"
]
}
}
}
Tools:
getNeo()
- add your own api key in apiconfig.py (eg: apiconfig.example.py)
{
"method": "tools/call",
"params": {
"name": "getNeo",
"arguments": {
"start_date": "<START_DATE>",
"end_date": "<END_DATE>"
},
"_meta": {
"progressToken": 0
}
}
}
Other instructions (uv examples)
Create environment
uv init mcp-server-demo
cd mcp-server-demo
uv add "mcp[cli]"
uv run mcp
Usage: mcp [OPTIONS] COMMAND [ARGS]
MCP development tools
- Options
--help
Commands
version > Show the MCP version
dev > Run a MCP server with the MCP Inspector
run > Run a MCP Server
install > Install a MCP server in the Claude desktop app
Example (open MCP dev Inspector):
uv run mcp dev <MYPYTHONFILE>
# Example output:
Starting MCP inspector...
⚙️ Proxy server listening on port <PORT>
🔍 MCP Inspector is up and running at http://127.0.0.1:<PORT> 🚀
Recommend MCP Servers 💡
hermes_mcp
A high-performance Model Context Protocol (MCP) implementation in Elixir, providing complete client and server implementations with Elixir's exceptional concurrency model and fault tolerance.
calcom-mcp
A FastMCP server for interacting with the Cal.com API, enabling LLMs to manage event types, create bookings, and access scheduling data.
mindmap-mcp-server
mindmap, mcp server, artifact
arjunkmrm/mcp-sg-lta
MCP server providing real-time access to Singapore LTA DataMall API transportation information including bus arrivals, traffic conditions, and train service updates.
vision-tools-mcp
VisionAgent MCP is a lightweight, side-car MCP server that runs locally on STDIN/STDOUT, translating tool calls from an MCP-compatible client into authenticated HTTPS requests to Landing AI’s VisionAgent REST APIs for computer vision and document analysis.
meilisearch-mcp
A Model Context Protocol (MCP) server that enables LLMs to interact with Meilisearch, providing natural language control over search indices, document management, search queries, and settings configuration.