← pickleball3.com

INDIVIDUAL MCP TOOL

list_paddle_brands

List normalized brand names and public review counts in the current snapshot.

pickleball3.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://pickleball3.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_paddle_brands 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

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

.mcp.json

{
  "mcpServers": {
    "pickleball3": {
      "type": "http",
      "url": "https://pickleball3.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pickleball3": {
      "type": "http",
      "url": "https://pickleball3.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pickleball3",
  "transport": "streamable-http",
  "url": "https://pickleball3.com/mcp"
}
MCP Inspector

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

Related tools

  • search_paddles — Search the current public Pickleball3 paddle catalog with deterministic bounded filters.
  • get_paddle — Get one exact public paddle record with scores, measured metrics, canonical citations and an eligible sponsored purchase link when available.
  • compare_paddles — Compare two to four exact public paddles without generating a personalized recommendation or inventing missing measurements.