← Registry

Game Development

changegamer.ai

Provides access to ChangeGamer resources for game developers.

x402 supported1 endpoint14 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://changegamer.ai/mcp

No auth detected

MCP server metadata

Name
changegamer
Version
1.0.5
Capabilities
tools.listChanged

Known tools 14

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.

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, feed URLs — plus an editorial block (guide count, words, newest publish) merged at runtime from the static articles index.

Potential side effects
list_articles

List all ChangeGamer editorial guides (always free, separate from the licensable corpus): cluster-first hub/spoke graph with every article's title, search intent, word count, takeaways count and variant URLs.

Inferred read-only
get_article

Fetch one ChangeGamer guide (editorial article) by slug as full Markdown with its metadata header.

Inferred read-only
search

Keyword search across ALL ChangeGamer content (resources and editorial guides) with server-side ranking: term hits in title weigh most, then tags, then description.

Inferred read-only
get_cluster

Fetch one ChangeGamer guide cluster (topic bundle) from the free editorial layer: pillar metadata, every sub-article with variant URLs, and the pillar’s full Markdown body.

Inferred read-only
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 and is being refreshed.

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.