API Tools
hadhr.com
Provides structured interfaces to query Hadhr's company overview, services, and project matching for integration with AI assistants and procurement agents.
ENDPOINT 1
https://hadhr.com/mcp
MCP server metadata
- Name
- hadhr
- Version
- 1.0.0
Known tools 10
get_company_overviewReturn Hadhr's public company overview as structured data for search engines, LLMs, procurement agents, and AI assistants.
Inferred read-onlylist_servicesReturn Hadhr's public service taxonomy for workforce attendance, construction labor marketplace, analytics, and API / CLI / MCP integrations.
Inferred read-onlymatch_project_scopeClassify whether a public request fits Hadhr's construction workforce attendance, marketplace, support, or integration flows before routing it.
Inferred read-onlyprepare_project_inquiryPrepare a Hadhr project, marketplace, support, or integration inquiry draft.
Inferred read-onlylist_service_areasReturn Hadhr's public service-area and location-precision policy without exposing unapproved exact project coordinates.
Inferred read-onlyread_public_resourceRead one Hadhr public structured resource, such as /data/company.json, /data/services.json, /data/agent-routing.json, or /data/project-inquiry-schema.json.
Inferred read-onlyhadhr-site-overviewReturn a concise overview of Hadhr, including the public pages, public APIs, and the most useful discovery endpoints for agents.
Inferred read-onlyopen-company-registrationReturn the public company registration URL and the minimal operational guidance needed to register a company on Hadhr.
Inferred read-onlyopen-worker-onboardingReturn the public worker onboarding URL and explain where worker-facing onboarding begins on Hadhr.
Inferred read-onlycontact-hadhr-salesReturn the public contact page URL for sales, demos, and customer success follow-up.
Inferred read-onlyCONNECT 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]
url = "https://hadhr.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hadhr": {
"type": "http",
"url": "https://hadhr.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hadhr
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": {
"url": "https://hadhr.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hadhr": {
"type": "http",
"url": "https://hadhr.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hadhr",
"transport": "streamable-http",
"url": "https://hadhr.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hadhr.com was fetched 2026-07-25T19:52:39.933Z and is being refreshed.
hadhr.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.