{"id":27521186,"url":"https://github.com/wms784/space_flight_news","last_synced_at":"2026-05-17T11:32:39.669Z","repository":{"id":287564123,"uuid":"965121558","full_name":"WMs784/space_flight_news","owner":"WMs784","description":"This project is a Model Context Protocol (MCP) server that integrates with the Space Flight News API to provide up-to-date spaceflight-related news articles.","archived":false,"fork":false,"pushed_at":"2025-04-12T13:38:58.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T14:42:06.372Z","etag":null,"topics":["claude-desktop","mcp","mcp-server"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WMs784.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-12T13:10:00.000Z","updated_at":"2025-04-12T13:40:18.000Z","dependencies_parsed_at":"2025-04-12T14:52:12.301Z","dependency_job_id":null,"html_url":"https://github.com/WMs784/space_flight_news","commit_stats":null,"previous_names":["wms784/space_flight_news"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMs784%2Fspace_flight_news","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMs784%2Fspace_flight_news/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMs784%2Fspace_flight_news/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMs784%2Fspace_flight_news/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WMs784","download_url":"https://codeload.github.com/WMs784/space_flight_news/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249458997,"owners_count":21275814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-desktop","mcp","mcp-server"],"created_at":"2025-04-18T07:59:28.362Z","updated_at":"2026-05-17T11:32:39.627Z","avatar_url":"https://github.com/WMs784.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛰️ Space Flight News MCP Server\n\nThis project is a [Model Context Protocol (MCP)](https://modelcontextprotocol.org) server that integrates with the [Space Flight News API](https://spaceflightnewsapi.net) to provide up-to-date spaceflight-related news articles. It exposes tools that can be consumed by AI assistants or other MCP-compatible clients.\n\n---\n\n## 🚀 Features\n\n- 🔍 Search for space flight news articles by keyword\n- 🆕 Retrieve the latest published articles\n- 🔌 Compatible with any tool consuming MCP via stdio transport\n- 📦 Built using TypeScript, `node-fetch`, and `zod`\n\n---\n\n## 📦 Requirements\n\n- **Node.js** v18 or later\n- **npm** (or **yarn**)\n\n---\n\n## 🛠️ Installation\n\n```bash\ngit clone https://github.com/your-username/space-flight-news-mcp.git\ncd space-flight-news-mcp\nnpm install\n```\n\n---\n\n## ▶️ Usage\n\nTo start the MCP server:\n\n```bash\nnpm run build\nnpm start\n```\n\nThis launches the MCP server using standard input/output (stdio) for communication—ideal for integration into AI agent environments like Claude, ChatGPT, or similar.\n\n---\n\n## 🧰 Available Tools\n\n### `get-latest-articles`\n\nGet the latest spaceflight news.\n\n- **Parameters:**\n  - `limit` _(optional)_: Number of articles to retrieve (1–50). Default: `10`\n\n---\n\n### `search-articles`\n\nSearch articles using a keyword.\n\n- **Parameters:**\n  - `keyword` _(required)_: Term to search for\n  - `limit` _(optional)_: Number of articles to retrieve (1–50). Default: `10`\n\n---\n\n## 💬 Example Output\n\n```\nTitle: NASA's Artemis Mission Update\nPublished: 4/10/2025\nSource: NASA\nSummary: NASA announced updates to its upcoming Artemis II mission...\nURL: https://www.nasa.gov/article/artemis-update\n---\n```\n\n---\n\n## 🧱 Tech Stack\n\n- [Model Context Protocol SDK](https://modelcontextprotocol.org)\n- [Space Flight News API](https://spaceflightnewsapi.net)\n- [`node-fetch`](https://www.npmjs.com/package/node-fetch) – HTTP client\n- [`zod`](https://zod.dev) – Schema validation for tool parameters\n\n---\n\n## 🐛 Debugging\n\nThe server logs detailed request info via `console.error()`, including:\n\n- Requested URL\n- HTTP status code\n- Trimmed response body (for easier inspection)\n\n---\n\n## 📄 License\n\nMIT License\n\n---\n\nMade with 💫 and curiosity for the stars by WMs784.\n\n---\n\n# 🛰️ Space Flight News MCP サーバー\n\nこのプロジェクトは [Model Context Protocol (MCP)](https://modelcontextprotocol.org) に対応したサーバーで、[Space Flight News API](https://spaceflightnewsapi.net) と連携し、宇宙開発に関する最新ニュース記事を提供します。AI アシスタントや MCP 互換クライアントから利用できるツールを公開しています。\n\n---\n\n## 🚀 主な機能\n\n- 🔍 キーワードによる宇宙ニュース記事の検索\n- 🆕 最新の宇宙ニュースの取得\n- 🔌 標準入出力 (stdio) を使った MCP 通信に対応\n- 📦 TypeScript、`node-fetch`、`zod` による構成\n\n---\n\n## 📦 必要環境\n\n- **Node.js** v18 以上\n- **npm** または **yarn**\n\n---\n\n## 🛠️ インストール\n\n```bash\ngit clone https://github.com/your-username/space-flight-news-mcp.git\ncd space-flight-news-mcp\nnpm install\n```\n\n---\n\n## ▶️ 実行方法\n\nMCP サーバーを起動するには以下のコマンドを使用します：\n\n```bash\nnpm run build\nnpm start\n```\n\n標準入出力を介して通信する形式で起動します。これは Claude、ChatGPT などの AI エージェントとの統合に適しています。\n\n---\n\n## 🧰 提供ツール一覧\n\n### `get-latest-articles`\n\n最新の宇宙ニュースを取得します。\n\n- **パラメータ:**\n  - `limit` _(任意)_: 取得する記事数（1 ～ 50）。デフォルトは `10`\n\n---\n\n### `search-articles`\n\n指定したキーワードで宇宙ニュース記事を検索します。\n\n- **パラメータ:**\n  - `keyword` _(必須)_: 検索キーワード\n  - `limit` _(任意)_: 取得する記事数（1 ～ 50）。デフォルトは `10`\n\n---\n\n## 💬 出力例\n\n```\nTitle: NASAのアルテミス計画アップデート\nPublished: 2025/04/10\nSource: NASA\nSummary: NASAは今後のアルテミスIIミッションの最新情報を発表しました...\nURL: https://www.nasa.gov/article/artemis-update\n---\n```\n\n---\n\n## 🧱 使用技術\n\n- [Model Context Protocol SDK](https://modelcontextprotocol.org)\n- [Space Flight News API](https://spaceflightnewsapi.net)\n- [`node-fetch`](https://www.npmjs.com/package/node-fetch) – HTTP リクエスト\n- [`zod`](https://zod.dev) – パラメータバリデーション\n\n---\n\n## 🐛 デバッグ情報\n\nサーバーは以下の情報を `console.error()` 経由で詳細にログ出力します：\n\n- リクエスト URL\n- HTTP ステータスコード\n- レスポンス本文（300 文字までトリム）\n\n---\n\n## 📄 ライセンス\n\nMIT ライセンス\n\n---\n\n💫 WMs784 の宇宙への好奇心によって作られました。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwms784%2Fspace_flight_news","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwms784%2Fspace_flight_news","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwms784%2Fspace_flight_news/lists"}