← elec-mate.com

INDIVIDUAL MCP TOOL

bs7671_lookup_regulation

Fetch the full text of a specific BS 7671:2018+A4:2026 regulation by its number (e.g.

elec-mate.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

elec-mate.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.elec-mate-com]
url = "https://www.elec-mate.com/api/public/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "elec-mate-com": {
      "type": "http",
      "url": "https://www.elec-mate.com/api/public/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "elec-mate-com": {
      "type": "http",
      "url": "https://www.elec-mate.com/api/public/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "elec-mate-com",
  "transport": "streamable-http",
  "url": "https://www.elec-mate.com/api/public/v1/mcp"
}
MCP Inspector

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

Related tools

  • bs7671_lookup_table — Fetch a BS 7671:2018+A4:2026 table by number (e.g.
  • bs7671_search — Search Elec-Mate's canonical UK electrical content store — 46k+ verified chunks across BS 7671:2018+A4:2026 + IET Guidance Note 3 (9th Ed) + IET On-Site Guide (9th Ed).
  • calculate_zs_max — Calculate the maximum permitted earth fault loop impedance (Zs) for an MCB per BS 7671:2018+A4:2026 Reg 411.4.4.
  • calculate_disconnection_time — Maximum permitted disconnection time per BS 7671:2018+A4:2026 Table 41.1.
  • calculate_voltage_drop — Voltage drop calculation per BS 7671:2018+A4:2026 Appendix 4 Tables 4D1A/4D1B.
  • pwi_install_time — Typical labour time for a UK electrical job — aggregated from Elec-Mate's verified UK electrical data dataset (199k+ UK electrical records).
  • pwi_common_defects — Most-frequent defects an inspector finds in a category — sourced from Elec-Mate's verified UK electrical data.
  • pwi_eicr_codes — EICR observation codes (C1/C2/C3/FI) typically applied to faults in this category.