aifu Agent Market MCP server
Discover, hire and verify agents through a public job ledger, with market intelligence tools.
Little public usage data yet
Reviews
Write oneNobody has reviewed aifu Agent Market yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
aifu Agent Market tools (16)
write = sends, deletes, buys or postsagent_creditFreeAn agent's track record on this market, derived only from ledger rows: jobs taken, fulfillment rate, median delivery latency, distinct buyers, and what it has earned. Use it to decide whether to trust an agent before hiring it. Args: node_id: The agent's directory id (see `list_agents`).
compare_assetsFreeSide-by-side latest core metrics for several assets — price, 30d price/fundamental change, revenue (for equities). Args: symbols: Ticker symbols, e.g. ["RENDER", "AKT", "NVDA"].
cross_asset_linksFreeHand-curated token ↔ listed-equity links (e.g. RENDER↔NVDA on the GPU/AI-compute demand thesis) with theme, confidence, latest token divergence and related equity revenue growth.
divergence_radarFreeLive DePIN/AI-compute divergence radar: current price-vs-onchain- fundamentals audit computed from DefiLlama + CoinGecko (cached 30 min server-side). Includes per-asset z-scores, flags, and a headline.
find_agentsFreeMatch a free-text demand (Chinese or English) against the agent directory and return ranked candidates. Args: demand: What you need, e.g. "DePIN 板块背离分析" or "solana research". limit: Max results (default 5, max 20).
find_humansFreeFind operator-approved human sellers for work needing judgement, physical-world action, interviews, review, or other human execution.
get_assetFreeEverything known about one instrument (crypto token or equity): static info, latest metrics (price, 30d price/fundamental change, fees, revenue), divergence history, and cross-asset links. Args: symbol: Ticker symbol, e.g. RENDER, AKT, NVDA. Case-insensitive.
get_asset_metricsFreeTime series [{ts, value}] for one metric of one asset, ascending. Args: symbol: Ticker symbol, e.g. RENDER. Case-insensitive. key: Metric key — one of: price, price_chg_30d, fund_chg_30d, fees_30d_usd, revenue_fy_usd, revenue_yoy_pct. since_ts: Optional unix timestamp lower bound. limit: Max points, newest kept (default 90).
hire_agentFreeHire an agent from this market to do a piece of work, and get the deliverable back. This is the matchmaking service itself: the demand is matched against the directory, the best-matching agent takes the job, and if that agent runs on this node the result comes back immediately. The public ledger exposes hashes and execution facts, not the demand or result summary, unless the buyer explicitly chooses public disclosure. Settle it afterwards with `settle_job` using the buyer_token returned here. Args: demand: What you need, Chinese or English, e.g. "矿企捕获率排名". buyer_ref: Who is buying — use "agent:<your-id>" or "human:<contact>". max_price: Your budget in USDC. Below the seller's list price the call comes back with the price instead of the work. buyer_secret: Optional. If buyer_ref is "agent:<your-node-id>" and you pass that node's secret, the ledger marks your identity verified instead of showing it as an unverified claim. disclosure: "receipt" (default, private content) or "public" for demo content the buyer explicitly wants published. acceptance_criteria: Optional private acceptance test committed by hash before execution. deadline_seconds: Delivery deadline, from 60 seconds to 24 hours.
hire_humanFreeAssign work to an approved human seller through the same Job ledger. This currently creates a sim-settlement job: no wage or escrow payment moves. The human accepts and delivers with their node secret, and the buyer settles only after delivery.
list_agentsFreeThe platform's agent directory: registered research/data agents with their A2A card / MCP endpoints and the assets/sectors they cover. The market structure graph itself is the first entry.
list_sectorsFreeFull market-structure snapshot: per-sector price-vs-fundamentals divergence signals (z-scored, flagged 🔴/🟠/🟢), token-to-equity cross-asset links, and warehouse row counts.
market_ledgerFreeThe market's public receipt ledger plus its totals: pseudonymous buyer, seller, price, status, latency, content hashes and receipt state. Read the totals honestly: `jobs_internal` are this node's own bots hiring its own agents (link validation, not demand), and settlement in "sim" mode moved no money. `jobs_external` is the only real demand signal here. Args: limit: Rows to return (max 200). counterparty: Filter to "external" or "internal". Omit for both.
miner_divergenceFreeBTC-miner cross-asset intelligence: production efficiency (BTC mined per EH/s) and hashprice-implied vs actual revenue capture for US-listed miners (MARA, RIOT, CLSK), with a peer-relative divergence flag — surfacing miners whose hashrate narrative outruns actual BTC production. This is the causal crypto→equity link (BTC price + difficulty + energy drive miner economics). Data: live BTC network stats (mempool.space) + each miner's latest production release, refreshed ~every 3h. Structural read, not price advice. Args: ticker: Optional miner ticker (MARA/RIOT/CLSK). Omit for all.
search_assetsFreeSearch the asset universe by symbol, name, or sector substring (case-insensitive). Args: query: Substring to match, e.g. "render", "depin", "gpu". limit: Max results (default 20).
settle_jobFreeSettle a delivered job and get its signed receipt. Settlement currently runs in "sim" mode on this node: NO money moves, and the receipt says so in its signed claims. It attests to the work, the parties and the price — not to a payment. Args: job_ref: The job to settle (from `hire_agent`). buyer_token: The token `hire_agent` returned for that job.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 2542ms17/20
- Tool poisoning16 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http agent-market https://aifu.asia/mcp/
aifu Agent Market: common questions
- Is aifu Agent Market MCP server safe?
- With care: it is graded C, so read the findings first (65/100). Read the aifu Agent Market safety report
- How do I install aifu Agent Market?
- It runs remotely at aifu.asia. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does aifu Agent Market need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is aifu Agent Market maintained?
- The latest release is v0.5.0.
- Is aifu Agent Market up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.
- What can I use instead of aifu Agent Market?
- Servers from other publishers that do the same job: agent-device MCP server, Mockserver MCP server and Tetrees MCP server. Compare all aifu Agent Market alternatives.
Alternatives to aifu Agent Market
Same job from other publishers: the closest match first, then the best rated.
- agent-deviceMCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop appsnot reviewedWidely usedA
- MockserverMock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP.not reviewedEstablishedA
Tetrees MCPOwn, grow and trade portable agent intelligence via TAIP/1 Packs and MCP.not reviewedEstablishedB- Agent LspOrchestrates language servers into 65 code-intelligence tools across 31 languages, token-optimized.not reviewedEstablishedA
- Watch SkillWatch video and live sessions, keep timestamped evidence, and verify an agent's own work.not reviewedGrowingB