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:…
Déduit des transports déclarés par cette annonce (stdio, streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Forge n’a pas mené à bien d’échange tools/list contre cet endpoint et n’a donc aucune observation de ce que le serveur expose. Rien ici ne dit qu’il n’expose rien.
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…