← sportega.it

INDIVIDUAL MCP TOOL

search_products

Search public storefront products by text, categories, price, and availability.

sportega.itnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.sportega.it/mcp

No auth detected

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

sportega.it

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

.mcp.json

{
  "mcpServers": {
    "sportega": {
      "type": "http",
      "url": "https://www.sportega.it/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "sportega",
  "transport": "streamable-http",
  "url": "https://www.sportega.it/mcp"
}
MCP Inspector

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

Related tools

  • get_product — Get public product detail, including variants when available.
  • get_product_variants — Get public variants, option values, prices, and availability for a product.
  • get_offer — Get the current public price, currency, availability, and expected delivery date for a product.
  • list_categories — List root categories or direct children of a category, optionally within a tree.
  • get_delivery_and_returns — Get delivery options and returns rules for a supported destination country.