Skip to main content
Glama

@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/mcptools/list は、上記の表のツールに加えて、共有のPipeworxメタツールask_pipeworxdiscover_toolssearch_withinremember/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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides access to the SWAPI Star Wars API, enabling users to query characters, planets, films, species, vehicles, and starships with automatic pagination and caching.
    21
    10
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for querying the Star Wars universe via the SWAPI API, providing access to characters, films, starships, vehicles, species, and planets.
    ISC
  • F
    license
    B
    quality
    B
    maintenance
    A Model Context Protocol server that exposes Star Wars API data as MCP tools. It enables users to list available categories and retrieve character information.
    3
    140

View all related MCP servers

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)

View all MCP Connectors

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/pipeworx-io/mcp-studio-ghibli'

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