← Registry

Game Development

changegamer.ai

Provides access to ChangeGamer resources for game developers.

x402 supported1 endpoint10 known toolsFirst detected July 25, 2026Last detected August 5, 2026

ENDPOINT 1

https://changegamer.ai/mcp

No auth detected

MCP server metadata

Name
changegamer
Version
1.0.3
Capabilities
tools.listChanged

Known tools 10

list_resources

List all ChangeGamer resources with metadata and absolute URLs.

Inferred read-only
get_resource

Fetch a ChangeGamer resource by slug.

Inferred read-only
get_access_info

Return current access and pricing information for ChangeGamer resources.

Inferred read-only
search_resources

Search the ChangeGamer corpus by keyword.

Inferred read-only
get_corpus

Return 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-only
get_full_corpus

Return the ENTIRE corpus including premium resource bodies in one document — the keyed deliverable of the Corpus/Enterprise license.

Inferred read-only
get_pricing

Return 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-only
get_payment_info

Return 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 effects
get_stats

Return 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 effects
check_access

Verify an access key and report what it unlocks.

Inferred read-only

CONNECT 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.

Trust status Neutral

changegamer.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.