MCP.so
登录

MCP Server for NASA API integration.

@fdmocho

关于 MCP Server for NASA API integration.

MCP demo server

基本信息

分类

开发工具

运行时

python

传输方式

stdio

发布者

fdmocho

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server for NASA API integration?

A server that provides access to NASA's Near Earth Object (NEO) API, allowing retrieval of asteroid data by date range for use with MCP-compatible LLMs.

How to use MCP Server for NASA API integration?

Clone the repository, run uv install, then add your NASA API key to apiconfig.py. Configure the MCP server in your LLM client (e.g., claude_desktop_config.json) using uv as the command and pointing to main.py. Invoke the getNeo tool with start_date and end_date parameters.

Key features of MCP Server for NASA API integration

  • Retrieves Near Earth Object data for a date range
  • Single tool: getNeo
  • Requires a NASA API key
  • Uses uv for Python environment and dependency management
  • Ready for Claude Desktop via MCP configuration

Use cases of MCP Server for NASA API integration

FAQ from MCP Server for NASA API integration

What does this server do?

It retrieves Near Earth Object information from NASA's NEO API for a given start and end date.

What is the only available tool?

The tool is getNeo, which takes start_date and end_date as arguments.

Do I need an API key?

Yes, you must add your own NASA API key in the apiconfig.py file.

How do I set up the MCP server in Claude?

Add a configuration entry to claude_desktop_config.json with command uv and arguments pointing to the main.py file.

How do I run the server with the MCP Inspector?

Use uv run mcp dev <MYPYTHONFILE> to start the inspector and test the server.

评论

开发工具 分类下的更多 MCP 服务器