Back to Apps

AGS API MCP Server
Supports UIby accelbyte
Access AccelByte Gaming Services (AGS) APIs through a powerful OpenAPI-integrated MCP server.
0 stars
Works in:VS Code CopilotCursorGemini CLI
Exposes:ToolsResourcesPrompts
What it does
This server provides AI assistants with a direct bridge to AccelByte Gaming Services (AGS). It allows the AI to search, describe, and execute API requests on behalf of authenticated users, transforming game backend management into a conversational experience.
Tools
search-apis: Find AGS operations by description, tags, or service.describe-apis: Get full schemas for specific operations, including parameters and auth requirements.run-apis: Execute API requests (POST/PUT/PATCH/DELETE prompt for consent).get_token_info: Retrieve details about the current authenticated session.render_*: A suite of 16 visualization tools (bar, line, pie charts, etc.) to render API data.
Installation
For Claude Desktop, use the Custom Connector:
Name: ags-api, URL: your environment's MCP URL.
For config-file based setup:
{
"mcpServers": {
"ags-api": {
"command": "npx",
"args": ["-y", "mcp-remote", "<YOUR_AGS_MCP_URL>"]
}
}
}
Supported hosts
- VS Code Copilot
- Cursor
- Claude Code
- Antigravity
- Gemini CLI
- Claude Desktop
Quick install
npx -y mcp-remote <YOUR_AGS_MCP_URL>Information
- Pricing
- free
- Published
- 6/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{
"mcpServers": {
"ags-api": {
"type": "http",
"url": "<URL>"
}
}
}Gemini CLI
gemini mcp add --transport http ags-api <URL>Claude Desktop
Settings → Connectors → Add custom connector (Name: ags-api, URL: <URL>)VS Code Copilot
{
"servers": {
"ags-api": {
"type": "http",
"url": "<URL>"
}
}
}






