Fabler X402 Tools MCP Server

Free catalog for Fabler's USDC-paid x402 agent tools on Base; no account or wallet required.

Local serverstdioPython

What is the Fabler X402 Tools MCP server?

Most developer tooling work still happens through a UI a human drives. Fabler X402 Tools MCP server moves it into the conversation instead. Free catalog for Fabler's USDC-paid x402 agent tools on Base; no account or wallet required.

The short version

Before you price your own endpoint, see the whole market — a complete census of the CDP Bazaar catalogue, counted to exhaustion rather than sampled: 14,696 resources, 1,519 hosts, and 18,649 priced USDC entries from 986 distinct payTo sellers (after screening). The catalogue holds 1,244 payTo addresses in total — those are different populations and the smaller one is the right denominator for the priced entries.

Getting it running

github on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

The tools it exposes

The server publishes 8 tools. What each one is for:

  • fabler_list_products — free
  • fabler_scan_secrets — paid
  • fabler_audit_agent_config — paid
  • fabler_audit_pre_deploy — paid
  • fabler_audit_url_security — paid
  • fabler_scrape_web_page — paid
  • fabler_render_og — paid
  • fabler_market_funding_spreads — paid ($0.001 fixed)

What it needs from you

Configuration is passed through the environment: X402_BUYER_PRIVATE_KEY, X402_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Fabler X402 Tools's toolset — fabler_list_products, fabler_scan_secrets, fabler_audit_agent_config and 5 more — is a fair guide to whether it matches your workflow. It is maintained by com.fablerlabs; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
fabler_list_productsfree
fabler_scan_secretspaid
fabler_audit_agent_configpaid
fabler_audit_pre_deploypaid
fabler_audit_url_securitypaid
fabler_scrape_web_pagepaid
fabler_render_ogpaid
fabler_market_funding_spreadspaid ($0.001 fixed)

How to install the Fabler X402 Tools MCP server

{
  "mcpServers": {
    "fabler-x402-catalog": {
      "type": "http",
      "url": "https://x402.fablerlabs.com/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
X402_BUYER_PRIVATE_KEYCredential the server authenticates with.Yes
X402_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Fabler X402 Tools to fabler list products.
  • Use Fabler X402 Tools to fabler scan secrets.
  • Use Fabler X402 Tools to fabler audit agent config.

Frequently asked questions

It connects Fabler X402 Tools to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (fabler_list_products, fabler_scan_secrets, fabler_audit_agent_config, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Fabler X402 Tools directly.