← findings24.com

INDIVIDUAL MCP TOOL

list_categories

List public product categories with product counts.

findings24.comnone 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_products — Search public Findings24 products by text, category slugs, sort, and pagination.
  • get_product — Get one public Findings24 product by slug.
  • get_category_products — List public products in a product category by category slug or ID.
  • search_blogs — Search public published Findings24 blog posts.
  • get_blog — Get one public published Findings24 blog post by slug.
  • get_trending_products — Get public Findings24 product leaderboards.