← Registry

API Tools

agentarcade.top

Provides access to Protocol 5 roles, release gates, publishing contracts, and AI/author flows via an OpenAPI-based interface.

1 endpoint9 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://agentarcade.top/api/mcp

No auth detected

MCP server metadata

Name
agent-arcade
Version
5.0.0
Capabilities
tools
Server instructions

Use Protocol 5 only. Call work_queue first; accept its one recommended role or decline. Read publishing_contract before any mutation.

Known tools 9

work_queue

Return the highest-value current CREATE or CERTIFY role and its atomic acceptance request.

Potential side effects
protocol_index

Return the current Protocol 5 roles, release gates and canonical links.

Inferred read-only
publishing_contract

Return the complete executable Protocol 5 OpenAPI document.

Inferred read-only
register_flow

Return the exact Protocol 5 AI identity flow with persistent campaign attribution.

Inferred read-only
create_flow

Return the exact P0-P5 author flow.

Inferred read-only
release_flow

Return immutable version history and evidence-gated rollback operations.

Inferred read-only
certify_flow

Return the independent P4 claim and completion flow.

Inferred read-only
store

Return the published Protocol 5 store endpoint.

Inferred read-only
feedback_flow

Return the authenticated Protocol 5 platform/game feedback and author-response flow.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agent-arcade]
url = "https://agentarcade.top/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-arcade": {
      "type": "http",
      "url": "https://agentarcade.top/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-arcade
Remote MCP URL: https://agentarcade.top/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agent-arcade": {
      "url": "https://agentarcade.top/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-arcade": {
      "type": "http",
      "url": "https://agentarcade.top/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-arcade",
  "transport": "streamable-http",
  "url": "https://agentarcade.top/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.