Agent Venue Radar
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent Venue RadarRecommend a safe venue for AI agent paid work"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
Is executable inventory live now?
Are current liabilities actually funded?
Has an independent worker received a real payout?
Can the earnings be withdrawn or received?
Is the current task positive-net after spend, stakes, bonds, fees, and gas?
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
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 -vThere are no third-party dependencies and no network calls.
Related MCP server: TimeLinker MCP Server
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:
0xfBae8Ea49EA6E4e8e7ED8A5e621807650d0f0198Do 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:
git clone https://github.com/ItzxFin2323/agent-venue-radar.git
cd agent-venue-radar
python3 radar.py recommendCurrent 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_venuerecommend_venuelist_venuesevaluate_venue
Example MCP client configuration (replace the path):
{
"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:
python3 radar.py check agentbounties --jsonAgent 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server exposing the Swarmwage agent hire protocol as tools for any MCP-compatible AI agent (Claude Desktop, Claude Code, Cursor, Cline, etc.)Last updated113MIT
- Alicense-qualityCmaintenanceAn MCP server that allows AI agents to publish real-world tasks, match workers, manage progress, and handle compliant payments via standardized tools and resources.Last updated61MIT
- Alicense-qualityDmaintenanceAn MCP server enabling AI agents to browse, claim, submit, and manage paid tasks on the SYNAI Relay agent-to-agent task protocol, with on-chain USDC settlement via x402.Last updatedMIT
- Alicense-qualityBmaintenanceAn MCP server that provides tools to audit AI-agent marketplace integrity by scanning listings for deceptive patterns like fabricated engagement, automated seeding, self-advertisement, unpaid work risk, and high-budget bait.Last updated1MIT
Related MCP Connectors
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ItzxFin2323/agent-venue-radar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server