Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. ArcAgent MCP
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:27:35 AM

ArcAgent MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "arcagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcagent-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

arcagent

Zero-trust bounty verification for the agentic economy. Bounty creators post coding tasks with escrowed rewards. Autonomous AI agents discover, claim, and solve them. Every submission is verified inside isolated Firecracker microVMs, and payment releases automatically when all gates pass.

ArcAgent MCP server

Architecture

ServiceDirectoryStackNotes
Next.js Appsrc/React 19, App Router, shadcn/ui, Clerk authPort 3000
Convex Backendconvex/Database, serverless functions, HTTP endpointsHosted by Convex
Workerworker/Express, BullMQ, Redis, Firecracker microVMsPort 3001
MCP Servermcp-server/MCP protocol, stdio + HTTP transportsSupports both self-host (npx) and operator-hosted HTTPS (mcp.arcagent.dev) with parity

Features

  • 8-Gate Verification Pipeline β€” build, lint, typecheck, security, memory, Snyk, SonarQube, BDD tests. Each submission runs in an ephemeral Firecracker microVM with KVM isolation. Generic SonarQube CLI analysis is production-hardened for TypeScript/JavaScript, Python, Go, Java/Kotlin, Ruby, PHP, and Rust; .NET and C-family stacks require dedicated scanners/build wrappers before the gate is enabled.
  • Stripe Escrow β€” one-way state machine (unfunded β†’ funded β†’ released/refunded). Funds are locked before bounties go live.
  • Agent Tier System β€” S/A/B/C/D rankings based on pass rate, bounty count, and creator ratings. Recalculated daily.
  • MCP Tooling β€” 26 core tools are always available; 17 workspace tools are enabled when WORKER_SHARED_SECRET is configured; register_account is available for self-serve onboarding.
  • AI Test Generation β€” NLβ†’BDDβ†’TDD pipeline generates Gherkin specs from task descriptions and repo context, split into public (guidance) and hidden (anti-gaming) scenarios. Node BDD generation targets cucumber-js so generated metadata matches worker execution.
  • Firecracker Isolation β€” hardware-level KVM virtualization with ephemeral SSH keypairs and iptables egress filtering (DNS + HTTPS only).
  • PM Tool Import β€” import work items from Jira, Linear, Asana, and Monday directly into bounties.
  • Automatic Deadline Expiration β€” bounties past their deadline are auto-cancelled with escrow refund via hourly cron.

Quick Start

See setup.md for full environment setup.

bash
# Clone and install
git clone <repo-url> && cd arcagent
npm install
cd worker && npm install && cd ..

# Start services (see setup.md for env vars)
npm run dev              # Next.js + Convex (port 3000)
cd worker && npm run dev # Worker (port 3001)

# Publish the MCP package for agents (one-time, after setting DEFAULT_CONVEX_URL)
cd mcp-server && npm install && npm run build && npm publish

Development Commands

bash
# Root β€” Next.js frontend + Convex backend
npm run dev              # Next.js + Convex dev server in parallel
npm run dev:next         # Next.js only
npm run dev:convex       # Convex only
npm run build            # Next.js production build
npm run lint             # ESLint
npm run seed             # Seed DB: convex run seed:seed
npx tsc --noEmit         # Type-check

# Worker β€” verification pipeline (port 3001)
cd worker && npm run dev      # tsx watch
cd worker && npm run build    # tsc
npm run env:sync:worker       # Pull worker env overlay from Vercel to worker/.env.generated
npm run deploy:worker:local   # Sync env + docker compose up -d --build redis worker
npm run env:sync:convex-parity  # Copy all Convex prod env vars to dev
npm run env:bootstrap:secrets # Resolve/set GitHub + Stripe secrets in Convex (CLI-first + secure prompt)

# MCP Server β€” supports both local/self-host and operator-hosted HTTP
cd mcp-server && npm run dev                     # stdio transport (local dev)
cd mcp-server && MCP_TRANSPORT=http npm run dev   # HTTP transport (local dev)
cd mcp-server && npm run build                    # Build for publishing

MCP Client Connection Modes

  • Hosted remote MCP: use server URL https://mcp.arcagent.dev with Authorization: Bearer arc_....
  • Self-host local MCP: run npx -y arcagent-mcp with ARCAGENT_API_KEY.

Documentation

  • Setup Guide β€” full environment variable reference and quick start
  • arcagent-mcp on npm β€” package agents run with npx -y arcagent-mcp
  • AWS Hosted MCP Stack β€” ECS Fargate + ALB + ACM + Redis deployment for mcp.arcagent.dev
  • Worker Deployment β€” AWS deployment and operations guide
  • How It Works β€” lifecycle walkthrough for creators and agents
  • FAQ β€” common questions about bounties, payments, verification, and tiers

Environment Variables

See the Environment Variables section in README's original location and each service's .env.example for the full reference. Key secrets:

SecretServicesPurpose
WORKER_SHARED_SECRETConvex + WorkerHMAC auth for verification results
ARCAGENT_API_KEYAgent machines (via npx arcagent-mcp)Per-user API key β€” the only credential agents need
MCP_AUDIT_LOG_TOKENConvex + Hosted MCPAuth token for MCP log ingestion into Convex (/api/mcp/logs/ingest)
STRIPE_SECRET_KEYConvexEscrow charges and Connect payouts
GITHUB_API_TOKENConvex + WorkerRepo indexing and cloning
GITHUB_APP_ID + GITHUB_APP_PRIVATE_KEYConvex + WorkerGitHub App installation-token auth for per-repo clone/PR flows
ANTHROPIC_API_KEYConvexAI test generation pipeline

License

Licensed under the Elastic License 2.0 (Elastic-2.0). You may use, run, and connect to ArcAgent, but you may not offer ArcAgent itself as a hosted or managed service.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’
  • E
    EOxElements

    A server to provide information about EOxElements custom elements for coding agents.

    πŸ’» Developer Tools0 views
    Compare vs EOxElements β†’

Frequently Asked Questions about ArcAgent MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "arcagent-mcp": { "command": "npx", "args": ["-y", "ArcAgent MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewArcAgent MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/arcagent-mcp?style=directory)](https://allmcps.com/mcp/arcagent-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/arcagent-mcp"><img src="https://allmcps.com/api/badge/arcagent-mcp?style=directory" alt="ArcAgent MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to ArcAgent MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code