MCP Server
Give Claude, ChatGPT, and other AI assistants direct access to the Game Industry Library.
1. Get your API key
Each AI assistant connects with its own key. Keys are revocable and scoped to your account.
2. Install
Claude Desktop
Download the bundle, double-click to install, and paste your API key when prompted.
Claude Code & other clients
Add the connection config from Step 1 to ~/.claude.json (Claude Code) or your client's MCP config file.
What your AI can do
The server exposes 19 tools across four areas:
Search
search, search_in_document, get_facets
Hybrid full-text + semantic search across the library, plus keyword search inside a single document.
Retrieve
get_document, get_pages, get_figures, get_tables, get_claims, get_entities
Fetch full text (no truncation), specific page ranges, charts with structured data, parsed tables, fact-checked claims, and companies/games mentioned.
Browse
list_documents, list_recent, list_popular, list_tags, list_collections, list_writers
Filter by type, tag, year range, writer, or collection. Surface what is new or trending.
Cite & relate
get_citation, get_similar, get_related, get_glossary_term
Generate citations (APA, BibTeX, MLA, Chicago, Harvard), find similar reports, and look up industry terminology.
Rate limits
- Free: 100 requests/day
- Subscribers: 2,000 requests/day
- Resets at midnight UTC
Security
Keys are stored as SHA-256 hashes. The full key is shown only once at creation — treat it like a password and revoke it if compromised.