← entangleeq.com

INDIVIDUAL MCP TOOL

assess_readiness

Use this when a user wants a first-pass readiness check for French/EU pay transparency obligations before requesting an EntangleEQ demo.

entangleeq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.entangleeq.com/api/mcp-public

No auth detected

Connect to this endpoint to inspect the live schema for assess_readiness and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: entangleeq-public
Remote MCP URL: https://www.entangleeq.com/api/mcp-public

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": {
    "entangleeq-public": {
      "url": "https://www.entangleeq.com/api/mcp-public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search — Use this when a ChatGPT user asks about EntangleEQ, Egapro, Directive UE 2023/970, pay transparency, Inclusion Depth Score, or EntangleEQ public product information.
  • fetch — Use this when ChatGPT needs the full public text for a specific EntangleEQ page returned by search.
  • simulate_index_2027 — Use this when a French employer (or their advisor) asks what the reform of the French gender-equality index (Index Egapro) means for them, or wants to look up a company's current published index by SIREN or company name.
  • request_demo_lead — Use this ONLY after a user has explicitly agreed to be contacted by EntangleEQ, to submit their demo request.