GameDiscoverCo unveils MCP server for agentic data access
Serge Bulaev
GameDiscoverCo has introduced an MCP server to let agents access its data in a more conversational way, mainly for its Pro customers. The MCP access is read-only and seems best for quick, interactive queries, while bulk data pulls should still use the older GraphQL API. Details about rate limits and tool coverage are not fully public, so some rules are unclear. This move may help game market researchers work faster and rely less on technical staff, but customer feedback and security details have not been shared openly. The MCP server is meant to add new options for users without replacing the old system.

GameDiscoverCo has launched a new MCP server for agentic data access, offering Pro subscribers a conversational method to query its extensive game market intelligence dataset. This new endpoint complements the existing GraphQL API, signaling a shift toward conversational analytics that could reshape daily workflows for game market researchers.
Inside the MCP Server
The MCP server is a read-only endpoint enabling AI agents like Claude to conversationally query GameDiscoverCo's Pro data. Designed for interactive, ad-hoc analysis, it allows users to ask complex questions in natural language, bypassing the need for traditional dashboards or direct API coding.
This implementation is securely gated for Pro customers, allowing AI agents to access the platform's data through a new conversational route. For high-volume exports or scheduled data pipelines, GameDiscoverCo advises users to continue relying on the legacy GraphQL endpoint. This positions the MCP server as a tool for rapid, ad-hoc analysis. The Pro data catalog accessible via MCP includes player estimates, revenue estimators, country splits, and enhanced affinity metrics across all major PC and console storefronts.
GameDiscoverCo highlights several use cases for agent-based queries that emphasize rapid discovery:
- Compare the launch-month revenue estimate of Title A with the 90-day trajectory of Title B.
- List games on Steam tagged "souls-like" that exceeded significant estimated long-tail revenue after joining Game Pass.
- Identify the top countries contributing to Switch sales for a 2D platformer cohort released in 2024.
- Surface titles with strong overlap to a specific PlayStation VR release, ranked by median wishlists.
Broader Industry Context and Analyst View
This initiative aligns with broader industry trends toward conversational analytics. According to industry reports, MCP protocols allow AI agents to discover tools and stream results without copying entire datasets, significantly reducing engineering overhead. This 'zero-copy' model is being adopted by a growing number of organizations and is seen as critical for the success of modern AI initiatives.
Industry analysts view the move as a strategic embrace of these trends. By enabling natural language queries, GameDiscoverCo allows product managers and producers to bypass complex SQL or dashboard interfaces. This empowers mid-sized studios to iterate faster on market intelligence, reducing dependence on specialized data teams.
Availability and Security
While GameDiscoverCo has not announced a formal launch, the service is live for Pro subscribers, and the company's website prominently features "API access." Security details are currently limited to standard credential controls for the gated login. No public information regarding encryption, token scopes, or audit logging is available. Although MCP supports scoped tool exposure, users should be cautious with large-scale automation until official service levels and rate limits are published.
The Future of Game Data Analysis
The introduction of the MCP server marks a significant evolution in GameDiscoverCo's data offerings. It provides a powerful, conversational interface for subscribers to access deep market data, complementing the high-volume capabilities of the GraphQL API. The next key development will be the formal documentation of service levels and tool expansion, which will determine its full impact on enterprise workflows.
What exactly does the GameDiscoverCo MCP server let my AI agent do that the normal dashboard cannot?
Agents talk to the data in plain English instead of forcing you into filters or GraphQL. Want to know "which Switch indies that launched in Q2 had the best 30-day ARPU in Germany but under low wishlist counts at launch?"
- The dashboard would need half a dozen filters + manual export.
- Claude via the MCP server returns the shortlist, tags, and revenue ranges in one prompt, ready to copy into your deck.
You can also ask for cross-platform cohorts ("Show me Steam titles with high PlayStation overlap and rising MAU") or request tag-based comps without touching a single line of code.
Do I still need the existing GraphQL API or does MCP replace it?
Think of the two as speed vs. scale.
- MCP is fastest for ad-hoc, conversational questions where you want the answer, not thousands of rows.
- GraphQL remains the go-to for scheduled bulk jobs (multi-year revenue dumps, daily top 200 leaderboards, raw tag tables, etc.).
Most power users keep both endpoints: GraphQL feeds their data warehouse; MCP feeds the morning stand-up questions.
Which GameDiscoverCo Pro data sets are exposed through the MCP server today?
Every metric that Pro normally unlocks is reachable:
- Revenue estimators for Steam, PlayStation, Xbox, Switch, Game Pass/PS+ splits
- Player numbers and country splits
- Affinity/overlap graphs for cross-platform discovery
- Tag, genre, and wishlist velocity data
- Recent additions like daily top sellers and historical price deltas
If you can see it in Pro, the MCP tools can pull it. (No write actions; data is read-only.)
Is my proprietary query history or results list visible to other users or to GameDiscoverCo?
No. All agent queries are isolated to your paid Pro account and are not logged for analytics or shared dashboards. Only you (and the agent you authorize) see the returned tables; they expire from the context window as soon as you close the conversation thread.
How mature/stable is the server, and what if Claude mis-interprets a metric?
GameDiscoverCo opened the MCP endpoint to Pro users recently and maintains high uptime; it is treated as a production service, not a beta experiment.
To reduce hallucinations, each tool returns metric definitions inline (e.g., "Revenue=Gross Steam sales, VAT excluded, USD, 30-day rolling"). You can also append "explain your steps" to any prompt; the agent will show the exact filters it sent before you act on the numbers.
If you hit a parsing edge case, the fallback is a direct GraphQL call or the in-tool feedback link, which the team says is answered within one business day.