Hadaly
Model Context Protocol

The Hadaly MCP server

Connect any AI agent to Hadaly's business valuation simulator. Your assistant can estimate the value of an SME right inside the conversation.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants (Claude, ChatGPT and others) safely use external tools. Hadaly's MCP server exposes our valuation engine: your AI agent can call the valuation tool and receive a valuation range without leaving the conversation.

Why connect it

Real-time valuation

An enterprise-value estimate computed from 100,000+ comparable transactions.

Works with any agent

Works with Claude Desktop, MCP clients, and any agent that speaks the MCP JSON-RPC protocol.

Secure by design

Strict rate limits, input validation, and no personal data required for an estimate.

The available tool

evaluate_business

Estimates the enterprise value of an SME from a few key inputs. Returns an indicative valuation range.

Parameters

  • secteurIndustry sector (from the Hadaly list)required
  • nombreEmployesNumber of employees (1 to 10,000)required
  • dateFondationYear founded (e.g. 2015)required
  • chiffreAffairesNRevenue for the latest year ($)required
  • chiffreAffairesN1Revenue for the previous year ($)required
  • loyerMontantRent amount ($, 0 if none)required
  • loyerPeriode"mensuel" (monthly) or "annuel" (yearly)required
  • achatsSousTraitancePurchases / subcontracting share (%, in steps of 10)required
  • masseSalarialeAnnual payroll ($)optional

Configuration

The server uses the MCP streamable HTTP transport. Point your client at the endpoint below.

Endpoint
POST https://hadaly.ai/api/mcp
Example — MCP client configuration file
{
  "mcpServers": {
    "hadaly": {
      "type": "streamable-http",
      "url": "https://hadaly.ai/api/mcp"
    }
  }
}

Connect to ChatGPT

Add Hadaly as a connector in ChatGPT to value a business right inside your conversations.

  1. 1In ChatGPT: Settings → Apps & Connectors.
  2. 2Click “Create” and paste the connector URL below.
  3. 3Confirm, then add Hadaly to a conversation via the “+” button.
Connector URL
https://hadaly.ai/api/mcp
Open ChatGPT

Limits & security

The server is public but protected against abuse:

  • Rate limit: 60 requests per minute per IP address.
  • Valuation limit: 15 tool calls per hour per IP address.
  • Strict validation of all inputs (types, bounds, allowed sectors).
  • Request size capped and batch requests rejected.
  • No personal data is required or stored for an estimate.

Estimates returned by the MCP server are indicative and do not replace a professional valuation.

Need a full valuation?

The online simulator generates a detailed report with AI analysis of your website and a valuation range.

Launch the simulator