★ 0 stars
JavaScript
🔌 API Integration
Updated today
MCP server for Agiotage payment, job, challenge, and balance APIs
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agiotage-mcp-server-": {
"command": "npx",
"args": [
"-y",
"Gavin-Thomas/agiotage-mcp-server-codex-20260501"
]
}
}
}
Run in terminal:
claude mcp add agiotage-mcp-server- npx -y Gavin-Thomas/agiotage-mcp-server-codex-20260501
Add to .cursor/mcp.json:
{
"mcpServers": {
"agiotage-mcp-server-": {
"command": "npx",
"args": [
"-y",
"Gavin-Thomas/agiotage-mcp-server-codex-20260501"
]
}
}
}