Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Nohumans.directory
N
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:40:30 PM

Nohumans.directory

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Curated, probe-verified directory of paid x402 APIs. Agents check it before spending money.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "nohumans-directory-2": {
      "command": "npx",
      "args": [
        "-y",
        "nohumans-directory-2"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

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

Terminal
claude mcp add --transport http nohumans https://api.nohumans.directory/mcp

Claude Desktop / any stdio-only client

config.json
{
  "mcpServers": {
    "nohumans": {
      "command": "npx",
      "args": ["mcp-remote", "https://api.nohumans.directory/mcp"]
    }
  }
}

Direct remote connection

Code
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:

bash
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.

ParameterTypeDescription
querystringFree-text search across service names and descriptions
categorystringExact category filter, e.g. data.fx, infra.trust
max_pricenumberMaximum price per call, in USDC
min_scorenumberMinimum reliability score, 0–1
limitnumberMax 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.

ParameterTypeDescription
idstringListing 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:

Code
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:

bash
# 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:

Terminal
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 402 and 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

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • N
    Nohumans.directory

    Curated, probe-verified directory of paid x402 APIs. Agents check it before spending money.

    πŸ’° Finance & Fintech0 views
    Compare vs Nohumans.directory β†’
  • O
    Ontario Protocol

    x402 trust scans, readiness checks, and pre-payment verification for agents calling paid APIs.

    πŸ’° Finance & Fintech0 views
    Compare vs Ontario Protocol β†’
  • Mcp logoMcp

    x402 micropayments for AI agents β€” credits-based, no wallets, no blockchain.

    πŸ’° Finance & Fintech1 views
    Compare vs Mcp β†’
  • X
    X402 List Mcp

    Read-only MCP server for the x402-list directory: discover x402 services and facilitator volume.

    πŸ’° Finance & Fintech0 views
    Compare vs X402 List Mcp β†’

Frequently Asked Questions about Nohumans.directory

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "nohumans-directory": { "command": "npx", "args": ["-y", "nohumans.directory"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNohumans.directory AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nohumans-directory-2?style=directory)](https://allmcps.com/mcp/nohumans-directory-2)
HTML Embed
<a href="https://allmcps.com/mcp/nohumans-directory-2"><img src="https://allmcps.com/api/badge/nohumans-directory-2?style=directory" alt="Nohumans.directory on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Nohumans.directory β†’Install in Claude DesktopInstall in CursorInstall in VS Code