INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://changegamer.ai/mcp
Connect to this endpoint to inspect the live schema for get_payment_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
list_resources— List all ChangeGamer resources with metadata and absolute URLs.get_resource— Fetch a ChangeGamer resource by slug.get_access_info— Return current access and pricing information for ChangeGamer resources.search_resources— Search the ChangeGamer corpus by keyword.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.get_full_corpus— Return the ENTIRE corpus including premium resource bodies in one document — the keyed deliverable of the Corpus/Enterprise license.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.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.