Gives you access to Disney character data through a remote MCP gateway hosted by Pipeworx. The source doesn't list specific tools, but it's designed to work with Pipeworx's ask_pipeworx interface where you ask questions in plain English rather than calling individual tools. You can connect to just the Disney endpoint or hook into the full Pipeworx gateway for 780+ data sources. Runs over streamable HTTP, so no local installation needed. Useful if you're building something that needs Disney character information and want a quick integration without managing your own API client or scraping anything yourself.
Disney character database MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 780+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"disney": {
"url": "https://gateway.pipeworx.io/disney/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 780+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Disney data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured