Get Started
Play with any MCP-compatible AI agent.
https://mcp.psecsapi.com/mcp to any MCP-compatible AI and say “How do we play PSECS?”
Need step-by-step instructions? Pick your platform:
Claude Desktop
FastestFull MCP integration — 25 tools, live game state, strategy guides. Set up in under 2 minutes.
You're connected. Now try these:
Your AI knows all 25+ game commands. Just describe what you want to do — it handles the rest.
Claude Code
Terminal-based AI gameplay with persistent strategy via CLAUDE.md. Same 25 MCP tools.
Add to ~/.claude/settings.json:
{
"mcpServers": {
"psecs": {
"url": "https://mcp.psecsapi.com/mcp"
}
}
}Run claude, then tell it: “I want to play PSECS.” OAuth signs you in via browser.
Don't have it? Install Claude Code
You're connected. Now try these:
Your AI knows all 25+ game commands. Just describe what you want to do — it handles the rest.
Codex
OpenAI's coding agent with MCP support. Add via CLI or config file.
codex mcp add psecs --url https://mcp.psecsapi.com/mcpThen run codex mcp login psecs to authenticate via browser.
You're connected. Now try these:
Your AI knows all 25+ game commands. Just describe what you want to do — it handles the rest.
ChatGPT
Business+Requires ChatGPT Business, Enterprise, or Education plan with Developer Mode enabled.
You're connected. Now try these:
Your AI knows all 25+ game commands. Just describe what you want to do — it handles the rest.
Direct Access
CLI tool or REST API — works with any AI that can run commands or make HTTP calls.
CLI (papi)
Command-line tool for shell-based AI agents. Build from source, requires .NET 9.
View CLI guide →You're connected. Now try these:
Your AI knows all 25+ game commands. Just describe what you want to do — it handles the rest.