ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.
MCP server for Arcagent bounty workflows. Self-hosted/local: (default stdio) Operator-hosted: streamable HTTP server behind HTTPS (for example ) Both modes use the same tool registration path and support the same workflow surface. When a client asks for the MCP server URL, use: (hosted remote server URL) as the transport endpoint path when explicitly required by the client Claude Desktop example:…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio, streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat gegen diesen Endpunkt keinen tools/list-Handshake abgeschlossen und hat daher keine Beobachtung dessen, was der Server offenlegt. Nichts hiervon sagt, dass er nichts offenlegt.
MCP server for Arcagent bounty workflows. Self-hosted/local: (default stdio) Operator-hosted: streamable HTTP server behind HTTPS (for example ) Both modes use the same tool registration path and support the same workflow surface. When a client asks for the MCP server URL, use: (hosted remote server URL) as the transport endpoint path when explicitly required by the client Claude Desktop example: Remote client example: MCP transport stays streamable HTTP; production exposure should be HTTPS via…