Skip to main content
Glama

Star Wars MCP Server

by glaucia86
types.ts1.1 kB
export interface People { name: string; height: string; mass: string; hair_color: string; skin_color: string; eye_color: string; birth_year: string; gender: string; homeworld: string; films: string[]; species: string[]; vehicles: string[]; starships: string[]; created: string; edited: string; url: string; } export interface Planets { name: string; diameter: string; rotation_period: string; orbital_period: string; gravity: string; population: string; climate: string; terrain: string; surface_water: string; residents: string[]; films: string[]; url: string; created: string; edited: string; } export interface Films { title: string; episode_id: number; opening_crawl: string; director: string; producer: string; release_date: string; species: string[]; starships: string[]; vehicles: string[]; characters: string[]; planets: string[]; url: string; created: string; edited: string; } export interface SearchResponse<T> { count: number; next: string | null; previous: string | null; results: T[]; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/glaucia86/swapi-mcp-server-app'

If you have feedback or need assistance with the MCP directory API, please join our Discord server