Loading...
Loading...
MCP Server
Connect Claude, Cursor, or any MCP-compatible AI assistant directly to your Ponzinomics project. Read docs, manage quests, check leaderboards, and deploy sites — all through natural language.
npm install -g @ponzinomics/mcp
# or
pnpm add -g @ponzinomics/mcpThe MCP server reads credentials in this priority:
PONZINOMICS_API_KEY + PONZINOMICS_PROJECT_ID~/.ponzinomics/credentials.json — shared with the CLI after running ponzinomics loginAdd to your claude_desktop_config.json:
{
"mcpServers": {
"ponzinomics": {
"command": "npx",
"args": ["-y", "@ponzinomics/mcp"],
"env": {
"PONZINOMICS_API_KEY": "your-api-key",
"PONZINOMICS_PROJECT_ID": "your-project-id"
}
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
projects
List and inspect projects
quests
Create, update, and list quests
leaderboard
Query rankings and stats
points
Award, deduct, and check balances
builder
Deploy and configure sites
search
Search documentation