studio-ghibli
@pipeworx/studio-ghibli
Studio Ghibli API MCP — von Fans erstellte API zu Studio-Ghibli-Filmen, Charakteren, Orten, Spezies und Fahrzeugen. Ohne API-Schlüssel.
Teil von Pipeworx — einem MCP-Gateway, das KI-Agenten mit 1476+ Live-Datenquellen verbindet.
Tools
films(limit?)— Filme auflistenfilm(id)— einzelner Filmpeople(limit?)/person(id)— Charakterelocations(limit?)/location(id)— Ortespecies(limit?)/species_one(id)— Speziesvehicles(limit?)/vehicle(id)— Fahrzeuge
Related MCP server: SWAPI MCP Server
Datenquelle
https://ghibliapi.vercel.app/
Schnellstart
Fügen Sie es zu Ihrem MCP-Client hinzu (Claude Desktop, Cursor, Windsurf usw.):
{
"mcpServers": {
"studio-ghibli": {
"url": "https://gateway.pipeworx.io/studio-ghibli/mcp"
}
}
}Was dieser Endpunkt tatsächlich bereitstellt
tools/list unter https://gateway.pipeworx.io/studio-ghibli/mcp gibt die Tools in der obigen Tabelle plus die gemeinsamen Pipeworx-Meta-Tools zurück — ask_pipeworx, discover_tools, search_within, remember/recall und den Rest des gatewayweiten Sets. Die Anzahl der Tools, die Sie sehen, ist also größer als in dieser Tabelle: Ein Single-Pack-Endpunkt listet derzeit rund 30 gemeinsame Tools neben den eigenen des Packs auf. Die initialize-Antwort der Verbindung gibt ihren genauen Umfang an und ist die maßgebliche Antwort für einen bestimmten Tag.
Das ist beabsichtigt, kein versehentliches Multiplexing. Die Meta-Tools sind es, die es einer eingeschränkten Verbindung ermöglichen, eine Frage zu beantworten, die dieses Pack nicht abdeckt — über ask_pipeworx, das über den gesamten Katalog routet —, ohne dass Sie einen zweiten MCP-Server hinzufügen müssen. Es gibt derzeit keine Möglichkeit, einen Pack-Endpunkt ohne sie zu mounten; wenn die zusätzlichen Schemas Sie mehr Kontext kosten, als das Routing wert ist, verbinden Sie sich einmal mit dem vollständigen Gateway, statt mit mehreren Pack-Endpunkten.
Oder verbinden Sie sich mit dem vollständigen Pipeworx-Gateway, um die Tools jedes Packs direkt aufgelistet zu bekommen, statt nur die dieses einen:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Beide URLs erreichen dasselbe Gateway und dieselben 1476+ Datenquellen. Der einzige Unterschied besteht darin, welche Tools des Packs direkt aufgelistet sind; ask_pipeworx erreicht von beiden aus alle.
Verwendung mit ask_pipeworx
Statt Tools direkt aufzurufen, können Sie Fragen in einfachem Englisch stellen — das funktioniert sowohl mit dem Pack-Endpunkt oben als auch mit dem vollständigen Gateway:
ask_pipeworx({ question: "your question about Studio Ghibli data" })Das Gateway wählt das richtige Tool aus und füllt die Argumente automatisch aus.
Mehr
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides access to the SWAPI Star Wars API, enabling users to query characters, planets, films, species, vehicles, and starships with automatic pagination and caching.2110MIT
- AlicenseNot gradedqualityBmaintenanceEnables LLMs and clients to search for Star Wars characters, planets, and films by exposing SWAPI as MCP tools.1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for querying the Star Wars universe via the SWAPI API, providing access to characters, films, starships, vehicles, species, and planets.ISC
- FlicenseBqualityBmaintenanceA Model Context Protocol server that exposes Star Wars API data as MCP tools. It enables users to list available categories and retrieve character information.3140
Related MCP Connectors
SWAPI MCP — wraps the Star Wars API (swapi.dev, free, no auth)
Star Wars API (SWAPI) as a remote MCP server: films, people, planets, species, starships, vehicles.
Rick and Morty MCP — wraps the Rick and Morty API (free, no auth)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pipeworx-io/mcp-studio-ghibli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server