GameAnalytics Documentation
Official2 toolsby gameanalytics
Search GameAnalytics docs: Unity, Unreal, iOS, Android SDK and API guides for mobile game analytics.
Search GameAnalytics documentation for mobile game SDK and API integration guides.
Captured live from the server via tools/list.
docs_search
Search the documentation for relevant pages. Returns matching documents with URLs, snippets, and relevance scores. Use this to find information across all documentation.
Parameters (2)
- querystringrequired
The search query string
- limitinteger
Maximum number of results to return (1-20, default: 16)
docs_fetch
Fetch the complete content of a documentation page. Use this after searching to get the full markdown content of a specific page.
Parameters (1)
- urlstringrequired
The full URL of the page to fetch (e.g., "https://docs.example.com/docs/getting-started")
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://mcp.docs.gameanalytics.comclaude_desktop_config.json
{
"mcpServers": {
"analytics-docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.docs.gameanalytics.com"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.