Supership MCP Server

Predeploy security scanner. 80+ patterns. Runs locally. Optional x402 attestation.

Local serverstdio

What is the Supership MCP server?

Supership MCP server exists for a simple reason — assistants are far more useful when they can act on Supership directly instead of describing what you should do. Predeploy security scanner. 80+ patterns. Runs locally. Optional x402 attestation.

What you get

The search engine and clearing house for the agent economy. Built by Crest Deployment Systems.

Setting it up

The server ships on npm as supership-scan, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

What the assistant can call

Once Supership is connected, these are the calls the assistant has available:

  • manifest — Search the whole x402 economy (52,000 services) for what you need. Ranked by distinct payers -- real adoption, not call counts. Free
  • procure — Fetch any source. supership fronts payment across any chain, delivers the goods, and returns a signed receipt. No wallet needed on the seller's
  • list_catalog — Browse a curated catalog of procurable sources
  • scan_directory — Scan a local directory for security issues before you ship
  • Endpoint — Price
  • Tools — The Tools tool exposed by this server

Before you rely on it

  • 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.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the supership mcp server does with a few real requests.

Choosing this one

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Supership's toolset — manifest, procure, list_catalog and 3 more — is a fair guide to whether it matches your workflow. It is maintained by andysalvo; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Supership's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
manifestSearch the whole x402 economy (52,000 services) for what you need. Ranked by **distinct payers** -- real adoption, not call counts. Free.
procureFetch any source. supership fronts payment across any chain, delivers the goods, and returns a **signed receipt**. No wallet needed on the seller's chain. First runs free.
list_catalogBrowse a curated catalog of procurable sources.
scan_directoryScan a local directory for security issues before you ship.
EndpointPrice
ToolsThe Tools tool exposed by this server.

How to install the Supership MCP server

{
  "mcpServers": {
    "supership-scan": {
      "command": "npx",
      "args": ["-y", "supership-scan"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Supership to manifest.
  • Use Supership to procure.
  • Use Supership to list catalog.

Frequently asked questions

It connects Supership to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (manifest, procure, list_catalog, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Supership directly.