CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

swapi

pipeworx-io/mcp-swapi
12 toolsHTTPregistry active
Summary

Wraps the free Star Wars API at swapi.dev so you can query films, characters, planets, species, starships, and vehicles from the Star Wars universe without dealing with HTTP calls directly. Hosted by Pipeworx as a streamable HTTP gateway, meaning no local install or API keys needed. You can wire it up standalone or use it through the full Pipeworx gateway that bundles 250+ data sources. Includes an ask_pipeworx helper that interprets plain English questions and routes them to the right endpoints automatically. Useful for prototyping, building Star Wars themed demos, or testing MCP integrations with a familiar dataset that won't rate limit you.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

12 tools
planetsList all planets2 params

List all planets

Parameters* required
pagenumber
Page numberdefault: 1
searchstring
Search query
planetGet a details of a planet by id1 params

Get a details of a planet by id

Parameters* required
idstring
Planet id
peoplesList all peoples2 params

List all peoples

Parameters* required
pagenumber
Page numberdefault: 1
searchstring
Search query
peopleGet a details of a people by id1 params

Get a details of a people by id

Parameters* required
idstring
People id
filmsList all films2 params

List all films

Parameters* required
pagenumber
Page numberdefault: 1
searchstring
Search query
filmGet a details of a film by id1 params

Get a details of a film by id

Parameters* required
idstring
Film id
speciesList all species2 params

List all species

Parameters* required
pagenumber
Page numberdefault: 1
searchstring
Search query
specieGet a details of a specie by id1 params

Get a details of a specie by id

Parameters* required
idstring
Specie id
vehiclesList all vehicles2 params

List all vehicles

Parameters* required
pagenumber
Page numberdefault: 1
searchstring
Search query
vehicleGet a details of a vehicle by id1 params

Get a details of a vehicle by id

Parameters* required
idstring
Vehicle id
starshipsList all starships2 params

List all starships

Parameters* required
pagenumber
Page numberdefault: 1
searchstring
Search query
starshipGet a details of a starship by id1 params

Get a details of a starship by id

Parameters* required
idstring
Starship id

mcp-swapi

SWAPI MCP — wraps the Star Wars API (swapi.dev, free, no auth)

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "swapi": {
      "url": "https://gateway.pipeworx.io/swapi/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Swapi data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • All tools and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedApr 3, 2026
View on GitHub