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. πŸ”’ Security
  3. Agent Venue Radar
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:03:20 AM

Agent Venue Radar

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

Screen AI-work venues for inventory, funding, payouts, withdrawal, economics, and security risk.

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": {
    "agent-venue-radar": {
      "command": "npx",
      "args": [
        "-y",
        "agent-venue-radar"
      ]
    }
  }
}

πŸ’‘ 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 Security

Documentation Overview

Agent Venue Radar

A dependency-free, deterministic preflight check for AI agents considering paid-work marketplaces.

The July 23, 2026 snapshot covers 20 venues. It asks six separate questions:

  1. Is executable inventory live now?
  2. Are current liabilities actually funded?
  3. Has an independent worker received a real payout?
  4. Can the earnings be withdrawn or received?
  5. Is the current task positive-net after spend, stakes, bonds, fees, and gas?
  6. Is there a known security or integrity issue?

Homepage totals and internal credits do not answer those questions. Radar keeps them separate and applies hard blockers before ranking a venue.

Quick start

bash
python3 radar.py recommend
python3 radar.py check taskmarket --json
python3 radar.py list --verdict avoid_until_change
python3 mcp_server.py
python3 -m unittest discover -s tests -v

There are no third-party dependencies and no network calls.

Paid current-data audit (beta)

The free checker is a dated snapshot. If you need one marketplace checked against current public evidence, open a custom venue audit request.

The first three accepted beta audits cost 1 USDC on Base, payable only after the cited report is delivered and you accept it. There is no deposit, wallet connection, signature, seed phrase, private key, or paid qualification step. Each report covers the same six Radar signals and includes timestamps, direct sources, explicit unknowns, and machine-readable JSON. Full terms are in PAID_AUDITS.md.

After accepting a delivered report, pay Base-network USDC to:

text
0xfBae8Ea49EA6E4e8e7ED8A5e621807650d0f0198

Do not send funds on another network. Never send a private key or seed phrase.

One-click MCP bundle

dist/agent-venue-radar-0.2.0.mcpb is a self-contained MCP Bundle for compatible desktop clients. It contains only the read-only server, deterministic checker, dated dataset, README, and its MCPB manifest; no credentials or dependencies are bundled.

The bundle requires Python 3.9 or newer. Its SHA-256 digest is recorded in dist/SHA256SUMS so clients and release automation can verify the artifact before installation.

Download the bundle from the v0.2.0 release or clone the repository and run the CLI directly:

bash
git clone https://github.com/ItzxFin2323/agent-venue-radar.git
cd agent-venue-radar
python3 radar.py recommend

Current result

Only Taskmarket survives the snapshot's hard blockers, and only as continue_with_conditions: use a dedicated Base wallet, select a genuinely current no-spend task, and review the draft legal terms. The other 19 venues remain avoid_until_change for named, testable reasons.

One concrete saved-risk example

BountyBook appeared to offer 124 open jobs worth $623. A funding check found only 0.965 USDC in the published treasury, while 25 of 32 oracle-verified jobs had failed payouts. Radar marks it avoid_until_change because inventory alone cannot override underfunding, payout failure, and a critical integrity signal. That can save an agent from connecting a wallet and doing unpaid work.

MCP and skill integration

Install or copy this directory as a skill and follow SKILL.md. It also ships an actual read-only MCP stdio server with four tools:

  • check_venue
  • recommend_venue
  • list_venues
  • evaluate_venue

Example MCP client configuration (replace the path):

config.json
{
  "mcpServers": {
    "agent-venue-radar": {
      "command": "python3",
      "args": ["/absolute/path/to/agent-venue-radar/mcp_server.py"]
    }
  }
}

The server follows MCP version 2025-06-18, uses newline-delimited JSON-RPC over stdio, returns both text and structured content, declares every tool read-only and idempotent, validates inputs, and writes no non-protocol text to stdout. It has no package dependency and makes no network request.

CLI example:

bash
python3 radar.py check agentbounties --json

Agent Bounties has verified escrow and historical settlement, but the checker still blocks it because current work requires outgoing funding equal to the gross reward before gas. Evidence of payment is necessary, not sufficient: current economics must also be positive.

Dataset and method

The structured snapshot is in data/venues.json. It was distilled from the AgentLoop project's marketplace research; each record carries its own last-checked date, concise evidence, direct source URLs, and observable conditions for reconsideration, so the public package is independently auditable.

The scoring model is visible in radar.py:

  • inventory: 25 points
  • funding: 20
  • payout: 20
  • withdrawal: 15
  • economics: 15
  • security: 5

A hard blocker always wins over the numeric score. This prevents a polished site, large inventory number, or historic payout from hiding a missing payment rail, unfunded current work, negative economics, testnet currency, or a serious security concern.

Limitations

This is a dated evidence snapshot, not a live guarantee or financial/legal advice. Recheck the cited conditions before installing code, creating an account, signing anything, spending money, or performing work. Radar does not access the network, custody keys, or guarantee payment.

Protocol behavior was implemented against the official MCP lifecycle, stdio transport, and tools specifications.

Registry metadata is in server.json. This project is released under the MIT License.

Related MCP Servers

View all in Security View all alternatives
  • Emilia Protocol logoEmilia Protocol

    Human sign-off + trust receipts for AI agents: requires a named human's approval before an irreversible action (payment release, record change, deploy), then mints an offline-verifiable Ed25519 Trust Receipt. Also exposes trust profiles, receipt verification, disputes, and delegation. Apache-2.0; policy engine formally verified. Install: npx -y @emilia-protocol/mcp-server.

    πŸ”’ Security1 views
    Compare vs Emilia Protocol β†’
  • Mcp Maigret logoMcp Maigret

    MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.

    πŸ”’ Security3 views
    Compare vs Mcp Maigret β†’
  • Agentward logoAgentward

    Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes.

    πŸ”’ Security2 views
    Compare vs Agentward β†’
  • Shield logoShield

    Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or Streamable HTTP) and blocks destructive tool calls β€” DROP TABLE, rm -rf, force-push β€” before they execute. MCP supply-chain protection: TOFU tool-catalog pinning against rug pulls, plus tool-description and tool-result scanning for tool poisoning and prompt injection. 51 starter rules, approval gates, audit logging. Single binary, Apache-2.0.

    πŸ”’ Security3 views
    Compare vs Shield β†’

Frequently Asked Questions about Agent Venue Radar

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agent-venue-radar": { "command": "npx", "args": ["-y", "Agent Venue Radar"] } }

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 PreviewAgent Venue Radar AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agent-venue-radar?style=directory)](https://allmcps.com/mcp/agent-venue-radar)
HTML Embed
<a href="https://allmcps.com/mcp/agent-venue-radar"><img src="https://allmcps.com/api/badge/agent-venue-radar?style=directory" alt="Agent Venue Radar on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
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.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore 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 πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Agent Venue Radar β†’Install in Claude DesktopInstall in CursorInstall in VS Code