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"
    }
  }
}

此端点实际提供什么

tools/listhttps://gateway.pipeworx.io/studio-ghibli/mcp 返回上表中的工具,以及共享的 Pipeworx 元工具ask_pipeworxdiscover_toolssearch_withinremember/recall 以及网关范围内的其余工具。因此你看到的工具数量比上表更多:单个包端点目前会列出大约 30 个共享工具,以及该包自身的工具。连接的 initialize 响应会说明其确切范围,并且是特定日期的权威答案。

这是有意为之,并非偶然的多路复用。元工具让限定范围的连接能够回答该包未覆盖的问题 — 通过 ask_pipeworx,它会在整个目录中路由 — 而无需你添加第二个 MCP 服务器。目前没有办法在不包含这些元工具的情况下挂载包端点;如果额外的 schema 消耗的上下文比路由带来的价值更多,请直接连接完整网关,而不是连接多个包端点。

或者连接到完整的 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