Gives Claude access to the comprehensive Game of Thrones universe data from An API of Ice and Fire, covering books, characters, and houses from George R.R. Martin's series. Runs through Pipeworx's gateway infrastructure, which means you get their ask_pipeworx tool that lets you query the data in plain English rather than calling specific endpoints. Useful if you're building GoT fan tools, writing analysis about the series, or need structured data on Westeros families and character relationships. The gateway approach is nice because you can add this alongside 250+ other data sources Pipeworx supports without managing separate server configs for each one.
An API of Ice and Fire MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"anapioficeandfire": {
"url": "https://gateway.pipeworx.io/anapioficeandfire/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ 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 Anapioficeandfire data" })
The gateway picks the right tool and fills the arguments automatically.
MIT