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

  • siteWebWebsite URL — Hadaly detects the sector (and founding year) automaticallyoptional
  • secteurIndustry sector (from the Hadaly list) — optional if siteWeb is providedrequired*
  • nombreEmployesNumber of employees (1 to 10,000)required
  • dateFondationYear founded (e.g. 2015) — optional if detectable from siteWebrequired*
  • 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

* Provide either secteur or siteWeb: if you give the website URL, the sector (and founding year if missing) is detected automatically by Hadaly's AI. An explicitly provided sector always takes priority.

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

Hadaly is a published app in ChatGPT. Add it in one click to value a business right inside your conversations.

  1. 1Open the Hadaly app page in ChatGPT via the button below.
  2. 2Click “Add” to connect the app to your ChatGPT account.
  3. 3In a conversation, mention Hadaly or ask for a business valuation.
Connector URL (manual setup)
https://hadaly.ai/api/mcp
Open the Hadaly app in 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