Skip to content

pipeworx-io/mcp-swapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcp-swapi

MCP server for Star Wars data via SWAPI. Free, no auth required.

Tools

Tool Description
search_people Search Star Wars characters by name
get_planet Get a planet by numeric ID
get_starship Get a starship by numeric ID
get_film Get a film by numeric ID

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "swapi_search_people",
      "arguments": { "query": "Luke" }
    },
    "id": 1
  }'

License

MIT

About

MCP server for Star Wars data via SWAPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors