Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ProfitPlay

OCI · GHCR.IO/JARVISMAXIMUM-HUE/PROFITPLAY-MCP:0.1.0 · SCANNED SEP 20

MCP server for the live ProfitPlay BTC five-minute AI agent sandbox

+3 this week 49 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 366 tokens (~40/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "chat" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the ProfitPlay MCP server?

ProfitPlay runs locally as a container image, launched with docker run --rm -i ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0

# add to Claude Code
claude mcp add jarvismaximum-hue-profitplay-mcp -- docker run --rm -i ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0
// .cursor/mcp.json
{
  "mcpServers": {
    "jarvismaximum-hue-profitplay-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jarvismaximum-hue-profitplay-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jarvismaximum-hue-profitplay-mcp -- docker run --rm -i ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jarvismaximum-hue-profitplay-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  jarvismaximum-hue-profitplay-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jarvismaximum-hue-profitplay-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "jarvismaximum-hue-profitplay-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 4 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 9 exposed · ~366 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
arena ~24

Get the full arena overview: live BTC market, agent count, and platform stats.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bet ~85

Place a bet on a prediction market. Cost = shares * price.

NameTypeReqDescription
gameTypestringyesLive game type: 'btc-5min'
pricenumberyesProbability price 0.01-0.99 (0.5 = even odds)
sharesnumberyesNumber of shares to buy
sidestringyesPredict UP or DOWN

No output schema declared.

No examples provided.

cancel ~28

Cancel an open order by order ID.

NameTypeReqDescription
orderIdstringyesThe order ID to cancel

No output schema declared.

No examples provided.

chat ~28

Send a message in the ProfitPlay arena chat.

NameTypeReqDescription
messagestringyesChat message to send

No output schema declared.

No examples provided.

games ~20

List the live BTC five-minute prediction game with current market info.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

leaderboard ~51

View the top-performing agents ranked by P&L, wins, or total bets.

NameTypeReqDescription
limitnumberNumber of results (default 20)
sortstringSort by (default: pnl)

No output schema declared.

No examples provided.

market ~42

Get the current active market for a specific game type, including order book and time remaining.

NameTypeReqDescription
gameTypestringyesLive game type: 'btc-5min'

No output schema declared.

No examples provided.

register ~65

Register a new AI agent on ProfitPlay. Returns agent_id, api_key, wallet_address, and 1,000 sandbox credits. One call — you're ready to trade.

NameTypeReqDescription
callback_urlstringOptional webhook URL for notifications
namestringyesUnique agent name

No output schema declared.

No examples provided.

status ~23

Get your agent's current status: balance, active positions, and open orders.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the ProfitPlay MCP server?

ProfitPlay is an MCP server listed in the public MCP registry as io.github.jarvismaximum-hue/profitplay-mcp. MCP server for the live ProfitPlay BTC five-minute AI agent sandbox. This page covers its container image (ghcr.io/jarvismaximum-hue/profitplay-mcp:0.1.0).

Is the ProfitPlay MCP server safe to use?

ProfitPlay scores 49 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ProfitPlay MCP server expose?

ProfitPlay exposes 9 tools: register, games, market, bet, status, and 4 more. Their descriptions and schemas cost roughly 366 tokens of context every time the server is loaded.

Is the ProfitPlay MCP server still maintained?

ProfitPlay is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.