Changegamer
Official5 toolsby beneb89
Agent-first resource directory for AI agents: protocols, security, RAG, memory, evals, and more.
Resource directory for AI agents covering protocols, security, RAG, and evaluations.
Captured live from the server via tools/list.
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.
No parameters.
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.
Parameters (2)
- slugstringrequired
Resource slug (e.g. "getting-started")
- api_keystring
Access key for premium resources
get_access_info
Return current access and pricing information for ChangeGamer resources.
No parameters.
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.
Parameters (2)
- querystringrequired
Search keywords, e.g. "retrieval augmented generation" or "mcp auth"
- limitinteger
Maximum number of results (default 10).
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.
No parameters.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://changegamer.ai/mcpclaude_desktop_config.json
{
"mcpServers": {
"changegamer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://changegamer.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.