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. Assay
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:03:34 AM

Assay

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 Repository

x402 service-quality oracle: check a service's paid-probe quality tier and score before paying it.

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": {
    "assay": {
      "command": "npx",
      "args": [
        "-y",
        "assay"
      ]
    }
  }
}

πŸ’‘ 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

Assay

The quality oracle for the x402 agent economy β€” x402 being the open protocol that lets machines pay for HTTP APIs with stablecoin micropayments. Assay pays real USDC to probe machine-payable services, verifies what actually comes back, and sells the resulting quality scores β€” every rating backed by an on-chain payment receipt and a Bitcoin-anchored evidence trail.

Live: assay.nominal-labs.com Β· Leaderboard Β· Agent guide (SKILL.md)

The problem

Agents are starting to buy API responses from other machines over x402 β€” HTTP 402 payment challenges settled in USDC on Base (Coinbase's Ethereum L2), no accounts, no invoices. Tens of thousands of services already advertise themselves in discovery catalogs like the Coinbase x402 Bazaar. But an agent holding a wallet has no way to know which of them actually deliver: whether payment settles, whether the response matches the advertised schema, whether the data is even true. The trust signals that exist score liveness β€” uptime, latency, payment telemetry. Nobody pays these services and verifies what actually comes back. Paying to find out is the only real test β€” so that's what Assay does, on a schedule, with its own money, so your agent doesn't have to.

How scoring works

Assay probes a curated set of x402 services several times a day, at randomized times, with real paid requests. Each probe is scored on four independent checks:

ComponentWeightQuestion it answers
Settlement40%Did payment settle and a response come back? (tx hash recorded)
Schema30%Does the response match the service's advertised output schema?
Ground truth20%Does the data agree with an independent reference source?
LLM judge10%Does the response deliver what the service claims to sell?

Weights renormalize over the components a service has data for. A service's composite score (0–100) is computed over its trailing 30 days of probes and publishes only once it has 20+ probes spread across days β€” no scores from thin evidence. Tiers: gold β‰₯ 85, ok β‰₯ 60, otherwise avoid.

Why the history can't be quietly rewritten

Scores are only as trustworthy as the evidence behind them, so the probe corpus is append-only and publicly anchored:

  • Every probe row (settlement result, response hash, paid amount, tx hash) becomes a leaf in a per-day Merkle tree; the root is anchored to Bitcoin via OpenTimestamps (OTS) after a safety lag.
  • Daily Merkle roots and their OTS proofs are public at /api/digests.
  • Anything that ever touches recorded history β€” migrations, re-anchoring β€” is logged in the open in docs/CORPUS-LOG.md.

The accumulating corpus is the point: anyone can copy the code, but nobody can backdate the evidence β€” the anchors prove when each day's records existed.

Using Assay

HTTP β€” the oracle itself is an x402 service at https://assay.nominal-labs.com. Paid endpoints answer with an HTTP 402 payment challenge that any x402 client settles automatically:

EndpointPriceReturns
GET /score/{url-encoded service URL}$0.005 USDC (Base)Composite, component breakdown, trend, probe count
GET /tier/{url-encoded service URL}freegold / ok / avoid / unrated verdict
GET /leaderboardfreeAll scored services, ranked
GET /api/digestsfreeDaily Merkle roots + OTS proofs

MCP server (Model Context Protocol β€” how AI assistants call external tools) β€” assay-oracle-mcp on npm and the official MCP registry. For Claude Code:

Terminal
claude mcp add assay -- npx -y assay-oracle-mcp

Spend guard β€” assay-x402-guard wraps your agent's paying fetch and throws before money moves to a service rated avoid:

server.ts
import { wrapFetchWithAssay } from "assay-x402-guard";
// payFetch = your x402-paying fetch (e.g. wrapFetchWithPayment from @x402/fetch)
const safeFetch = wrapFetchWithAssay(payFetch);

More background: SUMMARY.md (what/why) and docs/specs/ (design).

Development (any OS)

  1. cp .env.example .env and fill in (all vars documented in the example):
    • PROBE_WALLET_KEY: fresh dedicated wallet, ≀ $50 USDC on Base mainnet (no ETH needed β€” x402 "exact" settles via facilitator using EIP-3009 signatures)
    • ANTHROPIC_API_KEY: the LLM judge
  2. npm install && npm test (no network or wallet needed for the suite)
  3. npx tsx scripts/verify-env.mts β€” preflight; fails loudly on misconfiguration
  4. npm run dev β€” server on :3402 (localhost-bound by default) plus crons: catalog ingest (6h), probe sweeps (every 4h at :15 + jitter), daily digest anchoring
  5. Curate services to probe:
    • npm run curate -- list
    • write a template JSON (see docs/templates/), then npm run curate -- add <serviceUrl> <template.json>
  6. Ops dashboard: http://127.0.0.1:3402/dashboard (pause/resume, probe-now, retire/restore)

The money path is deliberately paranoid: a hard per-payment cap, a daily budget summed from actually-settled amounts, and fail-closed guards on unparsable payment requirements β€” all unit-tested with injected fakes.

Note that a fresh deployment starts with an empty corpus β€” the scores are only as good as the probe history behind them.

Production deploys

How the reference instance at assay.nominal-labs.com is operated (adapt for your own): commit to main, ship to the VPS as a git bundle, apply with git reset --hard + systemctl restart assay (provisioning and update runbook in deploy/README.md). The SQLite file at data/assay.db is the product β€” never recreate it; the VPS keeps daily on-box snapshots via /etc/cron.daily/assay-backup.

Payments: PAYMENTS_ENABLED=true + RECEIVE_WALLET_ADDRESS + a Coinbase Developer Platform (CDP) API key (CDP_API_KEY_ID/CDP_API_KEY_SECRET β€” the server auto-selects the CDP facilitator for Base mainnet when both are set).

Layout

  • src/ β€” the whole system: server + APIs, prober, scoring, digests, ingest, pages
  • mcp/ β€” assay-oracle-mcp: MCP server (check_service, get_score, top_services)
  • middleware/ β€” assay-x402-guard: wrapFetchWithAssay spend-guard for agents
  • tests/ β€” vitest; money-path logic unit-tested with injected fakes
  • scripts/ β€” preflight, wallet rotation, smoke tests; start-assay.* are legacy launchers from an earlier home-PC deployment, superseded by systemd
  • deploy/ β€” Caddyfile, systemd unit, provisioning runbook
  • docs/ β€” CORPUS-LOG.md (public integrity log), specs, templates

License

MIT β€” the whole repo, including the npm packages (mcp/ and middleware/). The code is freely reusable; the evidence corpus and its Bitcoin-anchored history are what a fresh deployment can't copy.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Mcp logoMcp

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

    πŸ’° Finance & Fintech1 views
    Compare vs Mcp β†’
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’
  • Seo Audit logoSeo Audit

    Score any site or Shopify store for AEO/GEO/LLMO readiness β€” how likely AI search is to cite it.

    πŸ’° Finance & Fintech0 views
    Compare vs Seo Audit β†’
  • R
    Ref Tools Ref Tools Mcp

    Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

    πŸ’° Finance & Fintech0 views
    Compare vs Ref Tools Ref Tools Mcp β†’

Frequently Asked Questions about Assay

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

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 PreviewAssay AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/assay?style=directory)](https://allmcps.com/mcp/assay)
HTML Embed
<a href="https://allmcps.com/mcp/assay"><img src="https://allmcps.com/api/badge/assay?style=directory" alt="Assay 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 and attach your website.

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 Assay β†’Install in Claude DesktopInstall in CursorInstall in VS Code