# changegamer MCP server

Agent-first resource directory for AI agents: protocols, security, RAG, memory, evals, and more.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-beneb89-changegamer
- Repository: https://github.com/beneb89/changegamer
- Website: https://changegamer.ai

## Install
- Endpoint: https://changegamer.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://changegamer.ai/mcp

## Tools
- list_resources - List all ChangeGamer resources with metadata and absolute URLs. Returns slug, title, description, category, tags, updated date, premium flag, and HTML/Markdown/JSON variant URLs. No body content. Endpoint: https://changegamer.ai/mcp
- get_resource - Fetch a ChangeGamer resource by slug. Free resources return full metadata and Markdown body. Premium resources require a valid api_key; without one a payment-required object is returned. Endpoint: https://changegamer.ai/mcp
- get_access_info - Return current access and pricing information for ChangeGamer resources. Endpoint: https://changegamer.ai/mcp
- search_resources - Search the ChangeGamer corpus by keyword. Ranks resources by relevance across title, description, tags, category, and body, and returns metadata plus HTML/Markdown/JSON URLs (no body content). Use this to find resources before fetching them with get_resource. Endpoint: https://changegamer.ai/mcp
- 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. Premium resources appear as a stub with a purchase link, not their body. Use this to ingest everything in a single call; the response is large. Endpoint: https://changegamer.ai/mcp
- get_full_corpus - Return the ENTIRE corpus including premium resource bodies in one document — the keyed deliverable of the Corpus/Enterprise license. Requires a Corpus- or Enterprise-tier api_key (a Starter key unlocks premium resources but NOT the corpus file); without an entitled key a payment-required/upgrade object is returned. The free, premium-stubbed version is get_corpus. Endpoint: https://changegamer.ai/mcp
- 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. Same data as /api/pricing.json. Endpoint: https://changegamer.ai/mcp
- 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. Same data as /api/payment.json. Endpoint: https://changegamer.ai/mcp
- 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. A small freshness/size signal to poll before deciding whether to re-ingest. Same data as /api/stats.json. Endpoint: https://changegamer.ai/mcp
- check_access - Verify an access key and report what it unlocks. Returns valid:true/false; when valid, the tier, when it was created, the premium slugs it unlocks, and that it grants the gated /api/corpus.full.jsonl + get_full_corpus deliverable. Never returns the key, email, or Stripe session. Use this to confirm a freshly-purchased key works before relying on it. Endpoint: https://changegamer.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.beneb89
- Version: 1.0.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 23, 2026
- Source: https://registry.modelcontextprotocol.io
