← pyrimid.ai

INDIVIDUAL MCP TOOL

pyrimid_register_affiliate

Get instructions to register as a Pyrimid affiliate agent.

pyrimid.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

pyrimid.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pyrimid-mcp]
url = "https://pyrimid.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pyrimid-mcp": {
      "type": "http",
      "url": "https://pyrimid.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pyrimid-mcp
Remote MCP URL: https://pyrimid.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pyrimid-mcp": {
      "url": "https://pyrimid.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pyrimid-mcp": {
      "type": "http",
      "url": "https://pyrimid.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pyrimid-mcp",
  "transport": "streamable-http",
  "url": "https://pyrimid.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • pyrimid_browse — Search the Pyrimid product catalog.
  • pyrimid_buy — Purchase a product from the Pyrimid network.
  • pyrimid_preview — Preview the payment split for a product without buying.
  • pyrimid_categories — List all product categories available on the Pyrimid network with product counts.
  • pyrimid_vendor_stats — Get vendor performance stats — total volume, sales count, products listed, affiliate payouts.
  • pyrimid_commission_check — Check affiliate commission earnings and performance for a given affiliate.