Wraps the FreeToGame.com API to pull data on free-to-play games without requiring authentication. The source doesn't list specific tools, but you'd expect operations like searching games, filtering by genre or platform, and fetching game details. Part of the Pipeworx gateway ecosystem, which lets you either use this standalone endpoint or connect to their unified gateway for access to 600+ data sources. Includes an ask_pipeworx tool that handles natural language queries instead of direct tool calls. Reach for this when you're building gaming recommendations, cataloging F2P titles, or need quick game metadata without API keys or rate limit hassles.
Videogames MCP — wraps Free-to-Play Games API (freetogame.com, free, no auth)
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": {
"videogames": {
"url": "https://gateway.pipeworx.io/videogames/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 Videogames data" })
The gateway picks the right tool and fills the arguments automatically.
MIT