nohumans-mcp
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., "@nohumans-mcpFind me paid APIs for sentiment analysis that cost under $0.001 and have high reliability"
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.
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. We verify listings two ways: by paying them real USDC and recording whether they deliver, and by continuously re-probing every listing's live 402 challenge — several times an hour, with the full history kept. Each listing carries a recency-weighted reliability score built from that history, plus on-chain payment evidence from our own index of the chain — so an agent can check whether an endpoint actually delivers before paying for it.
Free. No API key. No signup. No account.
Live stats: https://nohumans.directory/stats · 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 — let alone whether anyone actually pays it, or whether it delivers when paid.
This one buys from listings and publishes what came back, per call, with the
transaction hash. It probes every endpoint continuously 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. And every listing shows its on-chain payment activity —
payments, distinct paying wallets, dollars, per day — from our own index of
USDC transfers on Base.
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.
Related MCP server: x402search
Installation
Remote server, streamable HTTP. No install, no build step, no credentials.
Claude Code
claude mcp add --transport http nohumans https://api.nohumans.directory/mcpClaude 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/x402_version/on-chain payment evidence, 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.mdTools
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 |
| string | Free-text search across service names and descriptions |
| string | Exact category filter, e.g. |
| number | Maximum price per call, in USDC |
| number | Minimum reliability score, |
| 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, probe count, protocol
version (x402_version), and on-chain payment evidence — 30-day totals, a
per-day series (onchain_daily), how many listings share the payment address,
and the sampled payment shape (x402-signed vs plain transfers vs other) —
everything an agent needs before making a paid call.
Parameter | Type | Description |
| string | Listing ID, as returned by |
resolve_endpoint
The reverse lookup: you already hold an endpoint URL — from another catalog, a
prompt, a config file — and want this directory's verdict on it before paying.
Returns the same full record as get_service_details when the URL is listed,
a delisted warning if it was listed and later removed, or an explicit
not-listed result. Not-listed means never checked here, not unsafe.
Parameter | Type | Description |
| string | The endpoint URL exactly as held, query string included |
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:
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Find and vet x402 payment APIs before your agent pays one: uptime, price, on-chain volume.
Trust layer for the x402 economy - check any service before you pay. Scores, discovery, routing.
Discover and call pay-per-request (x402) APIs, ranked by reliability, latency and price.
Discover and price paid agent services across the live x402 network, by three.ws.
Related MCP Servers
- AlicenseAqualityCmaintenanceDiscovers and routes across 251+ x402-enabled payment services with smart routing strategies (cheapest, fastest, most trusted) and signed attestations. Provides real-time health monitoring, facilitator compatibility checks, and service quality scoring for the x402 agent payment ecosystem.54MIT
- AlicenseAqualityDmaintenanceSearch 14,000+ x402-enabled HTTP APIs by keyword. Agents pay $0.01 USDC per search via x402 micropayments on Base mainnet — no API keys or accounts required.1552MIT
- AlicenseNot gradedqualityDmaintenanceDiscovers and queries x402-payable APIs at runtime — enables autonomous agents to find, evaluate, and pay for services via USDC micropayments on Base without API keys or subscriptions.MIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP-compatible agents to discover and call x402 paid services from a directory of over 2,000 APIs.Apache 2.0
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/jalcodev/nohumans-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server