Free-To-Play Games Database (FreeToGame)
Discover free-to-play games and MMOs. No auth, JSON responses.
Price:
Free
🎮 FreeToGame MCP
The FreeToGame MCP transforms the FreeToGame API into a conversational service for AI Agents, unlocking a curated database of free-to-play games and MMOs. Whether you’re looking for the latest PC shooter, a browser-based RPG, or just browsing popular titles, this MCP makes free game discovery instant and interactive.
📚 API Features
🎲 Live Games List
- Endpoint:
/games - Retrieve all free-to-play games, with fields like:
id,title,genre,platform(PC, browser, or all)publisher,developer,release_datethumbnail,short_description,game_url
- Query Parameters:
platform: filter by PC, browser, or allcategory: genre/tag filter (e.g., mmorpg, shooter, pvp, mmofps)sort-by: order byrelease-date,popularity,alphabetical,relevance
- Example: “List the most popular free shooters for PC.”
📝 Game Details
- Endpoint:
/game - Fetch full details of a single game by
id. - Returns title, developer, publisher, release date, and full metadata.
- Example: “Tell me about Warframe.”
🔍 Filter by Tags
- Endpoint:
/filter - Filter games with dot-separated tags, e.g.
3d.mmorpg.fantasy.pvp. - Optional Parameters:
platform: pc, browser, or allsort: release-date, popularity, alphabetical, relevance
- Example: “Find the latest browser-based fantasy MMORPGs.”
🚀 Example Use Cases
- 🎮 Gamers: Instantly discover new F2P titles based on genre or platform.
- 📰 Media/Bloggers: Embed dynamic “top F2P games” feeds into articles.
- 📊 Developers: Build bots or dashboards to recommend trending MMOs.
- 🤖 Agents: Answer queries like “What’s the newest free-to-play shooter on PC?”
⚡ Powered by XPack
Normally, you’d need to integrate raw REST endpoints with filters and parameters. With XPack, the FreeToGame API is already wrapped as an MCP service, so agents can query it directly in conversation.
With XPack you can also:
- 🚀 Convert any OpenAPI into MCP in minutes
- ⚡ Give your data conversational access instantly
- 🌍 Join a global ecosystem of APIs turned AI-ready
👉 The FreeToGame MCP shows how discovery APIs become interactive when powered by XPack. Your own API could be next—learn more at XPack.
Free-To-Play Games Database MCP
{
"mcpServers": {
"xpack-mcp-market": {
"type": "sse",
"autoApprove":"all",
"url": "?authkey={Your-Free-To-Play Games Database-Auth-Key}"
}
}
}