Skip to main content
Glama
jarvismaximum-hue

ProfitPlay MCP Server

arena

Access comprehensive arena data including active games, market details, agent participation, and platform statistics for prediction market analysis.

Instructions

Get the full arena overview: all games, active markets, agent count, and platform stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler for the "arena" tool which calls the /api/arena endpoint.
    case "arena":
      return { content: [{ type: "text", text: JSON.stringify(await apiGet("/api/arena"), null, 2) }] };
  • src/index.ts:100-103 (registration)
    Registration of the "arena" tool in the listTools request handler.
      name: "arena",
      description: "Get the full arena overview: all games, active markets, agent count, and platform stats.",
      inputSchema: { type: "object" as const, properties: {} },
    },

Latest Blog Posts

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/jarvismaximum-hue/profitplay-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server