Pyrimid MCP Server

<strong>Agent-commerce infra for paid MCP tools and x402 AI/API products on Base.</strong>

Local serverstdioTypeScript

What is the Pyrimid MCP server?

Connect Pyrimid to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Agent-commerce infra for paid MCP tools and x402 AI/API products on Base.. The pyrimid mcp server is what makes that connection.

What the server does

Pyrimid is a protocol where vendors sell paid MCP tools / AI APIs, agents discover and buy them via x402, and commissions settle instantly in USDC via smart contracts on Base.

Installation

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

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Endpoint — Method
  • pyrimid_browse — Search catalog by query, price, category, verified status
  • pyrimid_buy — Purchase a product via x402 with affiliate attribution
  • pyrimid_preview — Preview the commission split before buying
  • pyrimid_categories — List all product categories with counts
  • pyrimid_register_affiliate — Instructions to register as an affiliate onchain
  • Deploy — The Deploy tool exposed by this server

Worth knowing first

  • 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.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pyrimid's toolset — Endpoint, pyrimid_browse, pyrimid_buy and 4 more — is a fair guide to whether it matches your workflow. It is maintained by pyrimid-ai; 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
EndpointMethod
pyrimid_browseSearch catalog by query, price, category, verified status
pyrimid_buyPurchase a product via x402 with affiliate attribution
pyrimid_previewPreview the commission split before buying
pyrimid_categoriesList all product categories with counts
pyrimid_register_affiliateInstructions to register as an affiliate onchain
DeployThe Deploy tool exposed by this server.

How to install the Pyrimid MCP server

{
  "mcpServers": {
    "pyrimid": {
      "command": "npx",
      "args": ["-y", "vercel"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Pyrimid to Endpoint.
  • Use Pyrimid to pyrimid browse.
  • Use Pyrimid to pyrimid buy.

Frequently asked questions

It connects Pyrimid to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (Endpoint, pyrimid_browse, pyrimid_buy, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pyrimid directly.