nohumans-mcp
Find and vet paid x402 API services before an agent spends money on them, with live reliability scores and recency-weighted probing.
README
nohumans.directory — MCP Server
Find and vet paid x402 API services before an agent spends money on them.
A discovery and trust layer for paid x402 services. Every listing is re-probed every 15 minutes, and each carries a recency-weighted reliability score built from that probe history — so an agent can check whether an endpoint actually responds before paying for it.
Free. No API key. No signup. No account.
Live stats: https://nohumans.directory · REST API: https://api.nohumans.directory
Why this exists
Most x402 directories are catalogs: they list what exists. None of them tell you whether a listing still works.
This one probes every endpoint it lists, every 15 minutes, and keeps the history.
A listing moves unverified → verified only after sustained clean probes, and
falls to failing when it stops responding. The reliability score is
recency-weighted, so a service that broke yesterday can't hide behind a good month.
Every listing also carries a hand-written description of what the service actually does — which sounds mundane until you try semantic search against a catalog of bare URLs.
Installation
Remote server, streamable HTTP. No install, no build step, no credentials.
Claude Code
claude mcp add --transport http nohumans https://api.nohumans.directory/mcp
Claude Desktop / any stdio-only client
{
"mcpServers": {
"nohumans": {
"command": "npx",
"args": ["mcp-remote", "https://api.nohumans.directory/mcp"]
}
}
}
Direct remote connection
https://api.nohumans.directory/mcp
Transport: streamable-http · Authentication: none · Cost: free
Agent Skill
For agents that support the Agent Skills standard
(Claude Code, Codex, and others), install the skill so the agent knows how
to use the tools below intelligently — when to prefer verified listings,
how to read score/status, and how to report a real outcome via
tx_hash:
mkdir -p ~/.claude/skills/nohumans-directory
curl -o ~/.claude/skills/nohumans-directory/SKILL.md \
https://raw.githubusercontent.com/jalcodev/nohumans-mcp/main/skills/nohumans-directory/SKILL.md
Tools
find_paid_service
Search paid x402 services by capability, price ceiling, and minimum reliability score. Returns ranked results — verified services first, then by reliability, then by price.
| Parameter | Type | Description |
|---|---|---|
query |
string | Free-text search across service names and descriptions |
category |
string | Exact category filter, e.g. data.fx, infra.trust |
max_price |
number | Maximum price per call, in USDC |
min_score |
number | Minimum reliability score, 0–1 |
limit |
number | Max results, 1–50 (default 10) |
get_service_details
Full record for a single service: pricing, accepted chains, request and response schemas, current status, reliability score, median latency, and probe count — everything an agent needs before making a paid call.
| Parameter | Type | Description |
|---|---|---|
id |
string | Listing ID, as returned by find_paid_service |
Example
An agent that needs FX rates and won't pay more than half a cent, and refuses to touch anything with a reliability score under 0.9:
find_paid_service(query="fx rates", max_price=0.005, min_score=0.9)
Returns matching services with their live reliability scores and median latency, so the agent can pick one and pay with confidence.
REST API
The same data is available over plain HTTP, no MCP client required:
# Search
curl 'https://api.nohumans.directory/v1/discover?q=fx&max_price=0.005&min_score=0.9'
# Full detail for one listing
curl 'https://api.nohumans.directory/v1/listings/{id}'
# Live directory stats
curl 'https://api.nohumans.directory/v1/stats'
# What agents search for and can't find
curl 'https://api.nohumans.directory/v1/demand'
Agent-readable docs: /llms.txt
Listing a service
Self-serve, no account:
curl -X POST https://api.nohumans.directory/v1/listings \
-H 'content-type: application/json' -d '{
"name": "Your service",
"description": "What it does, in a sentence an agent can act on.",
"endpoint_url": "https://api.example.com/v1/thing",
"category": "data.example",
"price_amount": 0.001,
"price_currency": "USDC",
"chains": ["base"]
}'
Submissions land as unverified and are probed within 15 minutes. Sustained
clean probes promote a listing to verified; sustained failures demote it.
Ranking is earned by uptime, never sold.
Save the claim_token from the response — it's your edit key, shown once.
Full submission guide, including the HTTP 402 requirement that causes most rejected listings: SUBMITTING.md
How verification works
- Every listing is probed every 15 minutes from independent infrastructure.
- A live x402 endpoint answers an unpaid request with HTTP
402and payment requirements — that alone proves liveness and protocol conformance. Probes never send payment. - Reliability scores are recency-weighted: recent behaviour dominates.
- Status lifecycle:
unverified → verified → failing → delisted. - Probes originate from our infrastructure, not from sellers. Reliability cannot be self-reported.
License
MIT for this documentation. The directory service itself is free to use.
Contact
hello@nohumans.directory
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。