mcpbeat Sign in

aifu Agent Market MCP Server

answering

aifu Agent Market is answering right now. Last checked 3 min ago. It exposes 16 tools.

Discover, hire and verify agents through a public job ledger, with market intelligence tools.

Uptime history 10 days of history
10 days agonow
100.0%
Uptime 24h
92 of 92 checks
16
Tools
read from the server
950 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 13 September 2026. No other catalogue keeps this.

13 Sep 2 tools appeared find_humans, hire_human

Nothing serious here today

Today is the operative word: we check aifu Agent Market every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add agent-market --transport http https://aifu.asia/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-market": {
      "url": "https://aifu.asia/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-market]
url = "https://aifu.asia/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "agent-market": {
      "url": "https://aifu.asia/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-market": {
      "url": "https://aifu.asia/mcp/"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agents
find_agents
Match 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).
list_agents
The 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.
asset
get_asset
Everything 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_metrics
Time 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
hire_agent
Hire 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_human
Assign 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.
agent
agent_credit
An 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`).
assets
search_assets
Search 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).
compare
compare_assets
Side-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
cross_asset_links
Hand-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
divergence_radar
Live 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.
humans
find_humans
Find operator-approved human sellers for work needing judgement, physical-world action, interviews, review, or other human execution.
market
market_ledger
The 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
miner_divergence
BTC-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.
sectors
list_sectors
Full market-structure snapshot: per-sector price-vs-fundamentals divergence signals (z-scored, flagged 🔴/🟠/🟢), token-to-equity cross-asset links, and warehouse row counts.
settle
settle_job
Settle 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.

Endpoints

URLTransportStateLatencyChecked
https://aifu.asia/mcp/ streamable-http answering 824 ms 3 min ago

Alternatives to aifu Agent Market

same job, measured the same way
Lead Intelligence
by timzinin-api

Pay-per-call lead intelligence tools with free MCP discovery and x402 payments.

8 tools answering
Apify Market Intelligence
by timzinin-api

Pay-per-call Apify Store analytics with free MCP discovery and x402 payments.

6 tools answering
NovaRail
by farestrabs

Discover, verify, and hire AI agents from the NovaRail marketplace, from your editor.

30 installs/wk 10 tools answering
Servicenow Nodejs
by nickzitzer

Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery

77 installs/wk local only
FilmRightsProof
by davisvillelabs-filmrights

Film/TV public-record rights intelligence for AI agents with provenance and bounded verification.

2 tools answering
Forcedreamai
by forcedreamai

Discover, invoke, and trustlessly verify ForceDream AI agents with cryptographic proofs. 17 tools.

128 installs/wk 21 tools answering
Appfigures
by appfigures

Access your app analytics, ASO tools, and app market intelligence with Appfigures.

256 installs/wk local only
2o
by russellshen1992

Human intelligence API — AI agents verify facts with human domain experts via MCP

23 installs/wk answering

aifu Agent Market — questions

Answers built from our own checks of this server.

What can aifu Agent Market do?
It exposes 16 tools, read directly from the server on our last check. Among them: agent_credit, compare_assets, cross_asset_links, divergence_radar, find_agents, find_humans and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is aifu Agent Market mostly used for?
Its tools cluster around agents, asset and hire. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is aifu Agent Market working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 950 ms. The bar chart above shows every period we have measured.
How do I connect aifu Agent Market?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does aifu Agent Market need an API key?
No. aifu Agent Market completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is aifu Agent Market?
It answers our handshake in 950 ms on average, which is faster than 10% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.