studio-ghibli
@pipeworx/studio-ghibli
Studio Ghibli API MCP — Studio Ghibliの映画、キャラクター、ロケーション、種族、乗り物を扱うファン制作のAPI。キー不要。
Pipeworxの一部 — AIエージェントを1476以上のライブデータソースに接続するMCPゲートウェイ。
ツール
films(limit?)— 映画の一覧を取得film(id)— 単一の映画を取得people(limit?)/person(id)— キャラクターlocations(limit?)/location(id)— ロケーションspecies(limit?)/species_one(id)— 種族vehicles(limit?)/vehicle(id)— 乗り物
Related MCP server: SWAPI MCP Server
データソース
https://ghibliapi.vercel.app/
クイックスタート
MCPクライアント(Claude Desktop、Cursor、Windsurfなど)に追加します:
{
"mcpServers": {
"studio-ghibli": {
"url": "https://gateway.pipeworx.io/studio-ghibli/mcp"
}
}
}このエンドポイントが実際に提供するもの
https://gateway.pipeworx.io/studio-ghibli/mcp の tools/list は、上記の表のツールに加えて、共有のPipeworxメタツール — ask_pipeworx、discover_tools、search_within、remember/recall、およびゲートウェイ全体のその他のツール一式を返します。したがって、表示されるツール数はこの表よりも多くなります:単一パックのエンドポイントには現在、パック独自のツールに加えて約30の共有ツールがリストされています。接続のinitializeレスポンスは正確なスコープを示しており、その日の正式な回答となります。
これは意図的なものであり、偶然のマルチプレクシングではありません。メタツールにより、スコープ付き接続がこのパックがカバーしない質問に回答できるようになります — カタログ全体にルーティングするask_pipeworxを介して — 2つ目のMCPサーバーを追加することなく。現在、これらなしでパックエンドポイントをマウントする方法はありません。追加のスキーマがルーティングの価値よりも多くのコンテキストを消費する場合は、複数のパックエンドポイントに接続するのではなく、フルゲートウェイに一度接続してください。
または、フルPipeworxゲートウェイに接続すると、このパックのツールだけでなく、すべてのパックのツールが直接リストされます:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}どちらのURLも同じゲートウェイと同じ1476以上のデータソースに到達します。唯一の違いは、どのパックのツールが直接リストされるかです。ask_pipeworxはどちらからでもすべてのツールに到達できます。
ask_pipeworxでの使用
ツールを直接呼び出す代わりに、平易な英語で質問できます — これは上記のパックエンドポイントでもフルゲートウェイでも機能します:
ask_pipeworx({ question: "your question about Studio Ghibli data" })ゲートウェイが適切なツールを選択し、引数を自動的に入力します。
詳細
ライセンス
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