Star Wars API
0
Provides an MCP server for querying Star Wars universe data via SWAPI.
关于
Leveraging the Model Context Protocol, this server facilitates queries to the vast Star Wars universe by consuming the public SWAPI. It is ideal for integrations, architectural studies, and demonstrations of layered architecture in Node.js/TypeScript environments, offering structured access to data on characters, films, starships, vehicles, species, and planets.
主要功能
- Provides data on Star Wars characters, films, starships, vehicles, species, and planets
- Adheres to a layered architecture (Domain, Infrastructure, Application, Interface)
- Integrates with the public Star Wars API (SWAPI)
- Built with Node.js and TypeScript
- 0 GitHub stars
- Offers a robust solution for MCP-based data access
使用案例
- Integrating Star Wars data into other applications
- Developing MCP-based services
- Studying and demonstrating layered architectural patterns (e.g., DDD)