MCP server for InvestGame Arcadia — gaming industry investment deals and company data
Project description
investgame-mcp
MCP server for InvestGame Arcadia — gaming industry investment deals and company data.
Search 8,600+ gaming companies, 5,200+ M&A/investment deals, investor analytics, and portfolio exits.
Quick Start (recommended)
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"investgame": {
"command": "uvx",
"args": ["investgame-mcp"],
"env": {
"INVESTGAME_API_KEY": "your-api-key"
}
}
}
}
Restart Claude Desktop. Done — 6 tools available.
All Installation Methods
1. uvx (recommended, no install needed)
{
"mcpServers": {
"investgame": {
"command": "uvx",
"args": ["investgame-mcp"],
"env": { "INVESTGAME_API_KEY": "your-key" }
}
}
}
2. pip install
pip install investgame-mcp
{
"mcpServers": {
"investgame": {
"command": "investgame-mcp",
"env": { "INVESTGAME_API_KEY": "your-key" }
}
}
}
3. Claude Code (.mcp.json in project root)
{
"mcpServers": {
"investgame": {
"command": "uvx",
"args": ["investgame-mcp"],
"env": { "INVESTGAME_API_KEY": "your-key" }
}
}
}
4. From source
git clone https://github.com/InvestGameLtd/Arcadia.git
cd Arcadia
INVESTGAME_API_KEY=your-key python -m investgame_mcp.server
Get API Key
- Sign up at app.investgame.net
- Go to Profile → API Key → Generate
- Copy the key immediately (shown once)
- Set as
INVESTGAME_API_KEYin your MCP config
Tools
| Tool | Credits | What it does |
|---|---|---|
search_companies |
Free | Search and filter companies by name, type, sector, region, platform, features |
get_company |
1 | Full company profile: sector, platforms, deals, metrics, contacts, LinkedIn |
get_company_investment_stats |
1 | Investment analytics: activity, focus, portfolio exits (VC/PE/Strategic) |
get_company_exits |
1 | Portfolio exit details — M&A and IPO deals |
search_deals |
Free | Search deals by type, period, sector, size range, company |
get_deal |
1 | Full deal details: ~50 fields including participants, terms, financials |
Example Queries
- "Find all VC firms investing in mobile gaming"
- "Show me M&A deals over $100M in the last quarter"
- "Get investment stats for Tencent"
- "What are the recent IPOs in gaming?"
Credits & Limits
| Limit | Value |
|---|---|
| Weekly credits | 350 |
| Monthly credits | 1,200 |
| Rate limit | 30 requests/min |
| Search tools | Free (0 credits) |
| Detail tools | 1 credit each |
| Repeat access | Free (same entity = no charge) |
Credit balance is included in every response (_credits field).
Environment Variables
| Variable | Required | Default |
|---|---|---|
INVESTGAME_API_KEY |
Yes | — |
INVESTGAME_API_URL |
No | https://arcadia.investgame.net/api/v1 |
Coming Soon
- Remote server — connect via URL without local install (
"url": "https://...") - More tools — market data, company charts, XLSX export
- Smithery listing — one-click install from smithery.ai
- MCP resources — enum values, field descriptions for better agent understanding
- MCP prompts — pre-built query templates for common use cases
License
Proprietary. InvestGame Ltd.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file investgame_mcp-0.2.0.tar.gz.
File metadata
- Download URL: investgame_mcp-0.2.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd4209bfbd6ef1fdf3afa6228ad9e8c974f1aa16f5f1c2eb55ee6dcf7264ff63
|
|
| MD5 |
dee1aee3174fc921fae533c62421f06d
|
|
| BLAKE2b-256 |
8a68bb31dad3a5f68f3f766a7a5322fb775498cfdf45cb8f0b54113cc5c1cd22
|
File details
Details for the file investgame_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: investgame_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99d8970fc7fb489f2a072a3a44a64760fb6aea22664c62f6391ec5405988504f
|
|
| MD5 |
3dac8c0d06881d49cbbe15d14f954057
|
|
| BLAKE2b-256 |
e936f42870f75bc2c7b8f921a57067a4f9b0f572bf601aa647b22915a585d970
|