← cenufiltrs.lv

INDIVIDUAL MCP TOOL

cf_search_facets

Get available search filters (brands, categories, price range) for a query.

cenufiltrs.lvnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.cenufiltrs.lv/mcp

No auth detected

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

cenufiltrs.lv

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

.mcp.json

{
  "mcpServers": {
    "cenufiltrs": {
      "type": "http",
      "url": "https://mcp.cenufiltrs.lv/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • cf_search_offers — Search offers on cenufiltrs.
  • cf_render_search_results — Turn a canonical cf_search_offers structured response into a compact branded CenuFiltrs HTML resource for MCP hosts that support component rendering.
  • cf_list_offers — List offers with filtering by product or retailer.
  • cf_price_summary — Get price summary for a product: min/max/avg prices across all retailers.
  • cf_price_history — Get price history for a product over a period (up to 365 days, when records are available).
  • cf_deal_analysis — Analyze if current price is a good deal: score, trend, comparison with historical prices.
  • cf_list_products — List products from the catalog with pagination.
  • cf_get_product — Get detailed product information including offers, prices, and attributes.