← hadhr.com

INDIVIDUAL MCP TOOL

list_services

Return Hadhr's public service taxonomy for workforce attendance, construction labor marketplace, analytics, and API / CLI / MCP integrations.

hadhr.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

{
  "mcpServers": {
    "hadhr-com": {
      "type": "http",
      "url": "https://hadhr.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "hadhr-com",
  "transport": "streamable-http",
  "url": "https://hadhr.com/mcp"
}
MCP Inspector

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

Related tools

  • get_company_overview — Return Hadhr's public company overview as structured data for search engines, LLMs, procurement agents, and AI assistants.
  • match_project_scope — Classify whether a public request fits Hadhr's construction workforce attendance, marketplace, support, or integration flows before routing it.
  • prepare_project_inquiry — Prepare a Hadhr project, marketplace, support, or integration inquiry draft.
  • list_service_areas — Return Hadhr's public service-area and location-precision policy without exposing unapproved exact project coordinates.
  • read_public_resource — Read one Hadhr public structured resource, such as /data/company.json, /data/services.json, /data/agent-routing.json, or /data/project-inquiry-schema.json.
  • hadhr-site-overview — Return a concise overview of Hadhr, including the public pages, public APIs, and the most useful discovery endpoints for agents.
  • open-company-registration — Return the public company registration URL and the minimal operational guidance needed to register a company on Hadhr.
  • open-worker-onboarding — Return the public worker onboarding URL and explain where worker-facing onboarding begins on Hadhr.