← jithox.com

INDIVIDUAL MCP TOOL

search_eprel_products

Search the queried source by model identifier, registration number, or supplier/brand + product group.

jithox.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://energy.mcp.jithox.com/mcp

No auth detected

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

jithox.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.com-jithox-eu-energy-label-preflight]
url = "https://energy.mcp.jithox.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-jithox-eu-energy-label-preflight": {
      "type": "http",
      "url": "https://energy.mcp.jithox.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-jithox-eu-energy-label-preflight": {
      "type": "http",
      "url": "https://energy.mcp.jithox.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-jithox-eu-energy-label-preflight",
  "transport": "streamable-http",
  "url": "https://energy.mcp.jithox.com/mcp"
}
MCP Inspector

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

Related tools

  • get_eprel_product_record — Structure ONE public record by its public record identifier: declared supplier/brand, product group, declared public fields, documents, missing fields, provenance and freshness.
  • get_eprel_energy_label_data — Structure the supplier-DECLARED energy-label / product-sheet data for one public record.
  • compare_eprel_product_metrics — Compare two or more COMPATIBLE records on their COMMON supplier-declared metrics — a value table only.
  • prepare_energy_label_preflight_receipt — Bundle the preflight lookups into one idempotent Ed25519-signed receipt committing to the FINGERPRINTED inputs, record references, sources, freshness and decision states — provable evidence of WHAT was looked up and WHEN.