Game Development
changegamer.ai
Provides access to ChangeGamer resources for game developers.
ENDPOINT 1
https://changegamer.ai/mcp
MCP server metadata
- Name
- changegamer
- Version
- 1.0.3
Known tools 10
get_access_infoReturn current access and pricing information for ChangeGamer resources.
Inferred read-onlyget_corpusReturn the entire free corpus as one document (every free resource title, description, canonical URL, and full Markdown body) — the same content as /llms-full.txt.
Inferred read-onlyget_full_corpusReturn the ENTIRE corpus including premium resource bodies in one document — the keyed deliverable of the Corpus/Enterprise license.
Inferred read-onlyget_pricingReturn the full paid-offer catalog: every tier with price, currency, interval, checkout URL, what it unlocks, deliverables, and license grant — plus the free layer and premium slug list.
Inferred read-onlyget_payment_infoReturn the agent payment manifest: every way to pay (HTTP 402 + Bearer key, MCP, Stripe checkout, x402, RSL per-crawl), the exact 402 retry loop, what is always free, and the recommended path per use case.
Potential side effectsget_statsReturn corpus stats: total/free/premium counts, per-category counts, tag count, newest/oldest update dates, the 10 most recently updated resources, and feed URLs.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.changegamer]
url = "https://changegamer.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"changegamer": {
"type": "http",
"url": "https://changegamer.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: changegamer
Remote MCP URL: https://changegamer.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"changegamer": {
"url": "https://changegamer.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"changegamer": {
"type": "http",
"url": "https://changegamer.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "changegamer",
"transport": "streamable-http",
"url": "https://changegamer.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for changegamer.ai was fetched 2026-07-28T07:10:29.577Z.
changegamer.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.