ENDPOINT 1
https://agp.hcompany.ai/mcp
MCP server metadata
- Name
- hai-agents
- Version
- 2.14.7
Known tools 9
run_agentStart an agent on a task; return the answer or a session handle to wait on.
Inferred read-onlywait_for_sessionPoll a session: with ``wait`` long-poll for the answer, else return the current snapshot.
Inferred read-onlylist_agentsList agents the caller can run: their org's agents plus the public ``h/`` ones.
Inferred read-onlyread_fileRead a file from a browser session's machine; returns base64 content and metadata.
Inferred read-onlywrite_fileWrite base64-encoded content to a file on a browser session's machine.
Potential side effectsCONNECT 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.hai-agents]
url = "https://agp.hcompany.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hai-agents": {
"type": "http",
"url": "https://agp.hcompany.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hai-agents
Remote MCP URL: https://agp.hcompany.ai/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": {
"hai-agents": {
"url": "https://agp.hcompany.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hai-agents": {
"type": "http",
"url": "https://agp.hcompany.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hai-agents",
"transport": "streamable-http",
"url": "https://agp.hcompany.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://agp.eu.hcompany.ai/mcp
MCP server metadata
- Name
- hai-agents
- Version
- 2.14.7
Known tools 9
run_agentStart an agent on a task; return the answer or a session handle to wait on.
Inferred read-onlywait_for_sessionPoll a session: with ``wait`` long-poll for the answer, else return the current snapshot.
Inferred read-onlylist_agentsList agents the caller can run: their org's agents plus the public ``h/`` ones.
Inferred read-onlyread_fileRead a file from a browser session's machine; returns base64 content and metadata.
Inferred read-onlywrite_fileWrite base64-encoded content to a file on a browser session's machine.
Potential side effectsCONNECT 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.hai-agents]
url = "https://agp.eu.hcompany.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hai-agents": {
"type": "http",
"url": "https://agp.eu.hcompany.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hai-agents
Remote MCP URL: https://agp.eu.hcompany.ai/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": {
"hai-agents": {
"url": "https://agp.eu.hcompany.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hai-agents": {
"type": "http",
"url": "https://agp.eu.hcompany.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hai-agents",
"transport": "streamable-http",
"url": "https://agp.eu.hcompany.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.