← folie-online.pl

INDIVIDUAL MCP TOOL

search-products-tool

Search products by keyword.

folie-online.plnone 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

folie-online.pl

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.folie-online-pl]
url = "https://www.folie-online.pl/mcp/shop"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "folie-online-pl": {
      "type": "http",
      "url": "https://www.folie-online.pl/mcp/shop"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: folie-online-pl
Remote MCP URL: https://www.folie-online.pl/mcp/shop

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": {
    "folie-online-pl": {
      "url": "https://www.folie-online.pl/mcp/shop"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "folie-online-pl": {
      "type": "http",
      "url": "https://www.folie-online.pl/mcp/shop"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "folie-online-pl",
  "transport": "streamable-http",
  "url": "https://www.folie-online.pl/mcp/shop"
}
MCP Inspector

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

Related tools