battle-arena-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BATTLE_ARENA_URL | No | Base URL of the Battle Arena API | https://battle-arena.manus.space |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_strategiesA | List all available battle strategies (both student-created and example strategies). Returns strategy IDs, names, fighting styles, and sources. |
| get_strategy_codeA | Get the source code of a specific strategy by its ID. Useful for analyzing how a strategy works. |
| run_battleA | Run a 1v1 battle between two strategies. You can specify strategies by ID (from the available list) or provide custom strategy code. Returns the winner, final HP, and total turns. |
| run_tournamentA | Run a round-robin tournament between multiple strategies. All strategies fight each other once. Returns a leaderboard with wins/losses and all match results. |
| get_game_rulesA | Get the game rules and constants (damage values, ranges, stamina costs, grid size, etc.). Useful for understanding the game mechanics when designing strategies. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Oscarlight/battle-arena-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server