← boxofrules.com

INDIVIDUAL MCP TOOL

list_plugins

All Box Of Rules audio plugins: slug, name, pricing (free, paid, or see site), summary and links.

boxofrules.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.boxofrules.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_plugins and invoke it with your own arguments.

Indexed 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 server

boxofrules.com

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.box-of-rules-mcp]
url = "https://mcp.boxofrules.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "box-of-rules-mcp": {
      "type": "http",
      "url": "https://mcp.boxofrules.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: box-of-rules-mcp
Remote MCP URL: https://mcp.boxofrules.com/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": {
    "box-of-rules-mcp": {
      "url": "https://mcp.boxofrules.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "box-of-rules-mcp": {
      "type": "http",
      "url": "https://mcp.boxofrules.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "box-of-rules-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.boxofrules.com/mcp"
}
MCP Inspector

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

Related tools

  • get_plugin — Full details for one Box Of Rules plugin by slug (see list_plugins for slugs).
  • latest_posts — Recent Box Of Rules blog posts, live from the boxofrules.com content API.
  • analyser_info — What the Waveform Analyser measures, the free tier, credits and downloads.
  • brand_info — Who Box Of Rules is, links, support channels.