gethal.ai
Public MCP for gethal.ai — autonomous AI sales agent. Pricing, features, book a demo.
Executive verdict
Current trust snapshot
trustsnap_da791626e745c1c2Own this MCP?
Claim ownership, prove control with a GitHub, DNS, or HTTP token challenge, revalidate now, publish a badge, and configure monitoring.
POST /v1/servers/ai.gethal/mcp/revalidateBadge embed
[](https://verify.sentinelsignal.io/servers/ai.gethal/mcp)
MCP TrustOps
TrustOps turns this report into operational controls: freshness SLAs, authenticated validation, semantic benchmarks, policy exports, alert subscriptions, badges, cost/compliance metadata, and runtime routing. Fresh trusted index decisions stay separate from long-tail inventory so stale scores do not masquerade as current evidence.
/v1/routeAlert subscription types
Production readiness class
Evidence confidence
Recommended for
Client compatibility verdicts
Client compatibility only means the server shape can work with a client. Production trust decision and write-action publishing are evaluated separately so a client-compatible server can still be blocked for production.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Errorstep_up_auth_probe• Missingconnector_replay_probe• Missing — Frozen tool snapshots must survive refresh.request_association_probe• Missing — Roots, sampling, and elicitation should stay request-scoped.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Error
Evidence provenance
action_safety_probe• OK
Evidence provenance
tool_snapshot_probe• Missingconnector_replay_probe• Missing
Why compatibility is limited by client
Remediation checklist
- No explicit blockers recorded.
Remediation checklist
- No explicit blockers recorded.
Remediation checklist
- No explicit blockers recorded.
Verdict traces
- No active alert triggers.
Client verdict trace table
| Verdict | Status | Checks | Winning source | Conflicts |
|---|---|---|---|---|
openai_connectors |
Partially client-compatible | initialize, tools_list, transport_compliance_probe, step_up_auth_probe, connector_replay_probe, request_association_probe | live_validation | none |
claude_desktop |
Client-compatible | initialize, tools_list, transport_compliance_probe | live_validation | none |
unsafe_for_write_actions |
Publishing allowed | action_safety_probe | live_validation | none |
snapshot_churn_risk |
Low | tool_snapshot_probe, connector_replay_probe | history | none |
Publishability policy profiles
- Search Fetch Only: Yes
- Write Actions Present: No
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: Yes
- Safe For Messages Api Remote Mcp: No
- Search Fetch Only: Yes
- Write Actions Present: No
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: Yes
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Passes
- oauth_discovery: Degraded
- frozen_tool_snapshot_refresh: Passes
- request_association: Passes
- remote_transport: Passes
- tool_discovery: Passes
- auth_connect: Passes
- safe_write_review: Passes
Authenticated validation sessions
Public validation is free. Authenticated validation is paid and proves scoped behavior, write-action safeguards, and authenticated tool execution.
/v1/verify/v1/ci/previewPublic server reputation
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| May 13, 2026 07:56:21 AM UTC | Latest validation: healthy | Score 72.1 with status healthy. |
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: https://gethal.ai
- Docs: none
- Support: none
- Icon: none
- Remote endpoint: https://gethal.ai/mcp
- Server card: none
Security posture
Tool capability & risk inventory
| Tool | Capabilities | Risk | Findings | Notes |
|---|---|---|---|---|
get_company_info |
read | Low | none | No explicit safeguard hints detected. |
get_pricing |
read admin | Medium | none | No explicit safeguard hints detected. |
get_features |
read | Low | none | No explicit safeguard hints detected. |
get_use_cases |
read | Low | none | No explicit safeguard hints detected. |
describe_hal |
read write | Medium | none | No explicit safeguard hints detected. |
get_customer_profile |
read filesystem | Low | none | No explicit safeguard hints detected. |
book_demo |
write network | Medium | none | No explicit safeguard hints detected. |
Write-action governance
Status detail: No unsafe write-action governance gaps detected on the latest validation.
| Tool | Risk | Flags | Safeguards |
|---|---|---|---|
| No high-risk tools were detected on the latest run. | |||
Action-controls diff
New actions
| Action | Risk | Flags |
|---|---|---|
| No newly added actions. | ||
Changed actions
| Action | Change types | Risk |
|---|---|---|
| No materially changed actions. | ||
Why this score?
Algorithmic score breakdown
Compatibility profiles
Connector URL: https://gethal.ai/mcp # No OAuth metadata detected. # Server: ai.gethal/mcp
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": ["mcp-remote", "https://gethal.ai/mcp"]
}
}
}
smithery mcp add "https://gethal.ai/mcp"
curl -sS https://gethal.ai/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Actionable remediation
| Severity | Remediation | Why it matters | Recommended action |
|---|---|---|---|
| High | Align session and protocol behavior with Streamable HTTP expectations | Clients increasingly rely on MCP-Protocol-Version, session teardown, and expired-session semantics. | Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.Playbook
|
| High | Associate roots, sampling, and elicitation with active client requests | Modern MCP guidance expects roots, sampling, and elicitation traffic to be tied to an active client request instead of arriving unsolicited on idle sessions. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| High | Expose /.well-known/oauth-protected-resource | Without a protected-resource document, OAuth clients cannot discover auth requirements reliably. | Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.Playbook
|
| High | Keep connector refreshes backward compatible | Managed connector clients freeze tool snapshots, so removed tools, new required args, and breaking output changes can break published integrations after refresh. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| High | Publish OAuth authorization-server metadata | Clients need authorization-server metadata to discover issuer, endpoints, and DCR support. | Publish /.well-known/oauth-authorization-server from your issuer and include registration_endpoint when supported.Playbook
|
| Medium | Adopt a current MCP protocol revision | Older protocol revisions reduce compatibility with newer clients and registry programs. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| Medium | Close connector-publishing gaps | Connector catalogs care about protocol recency, session behavior, auth clarity, and tool-surface stability. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| Medium | Document minimal scopes and return cleaner auth challenges | Modern clients expect granular scopes and step-up auth signals such as WWW-Authenticate scope hints. | Return granular scopes and WWW-Authenticate challenge hints instead of forcing overly broad auth upfront.Playbook
|
| Medium | Publish OpenID configuration | OIDC metadata improves token validation and client compatibility. | Expose /.well-known/openid-configuration with issuer, jwks_uri, and supported grants.Playbook
|
| Medium | Reduce tool-surface churn | Frequent add/remove or output-shape drift makes published connectors and cached tool snapshots brittle. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| Medium | Repair prompts/list or stop advertising prompts | Prompt metadata should either work live or be removed from the advertised capability set. | Only advertise prompts if prompts/list works and prompt arguments are documented.Playbook
|
| Medium | Repair resources/list or stop advertising resources | Resource metadata should either work live or be removed from the advertised capability set. | Only advertise resources if resources/list works and resources expose stable URIs/types.Playbook
|
| Medium | Support resumable HTTP sessions cleanly | Modern MCP clients increasingly expect resumable session behavior on streamable HTTP transports. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| Low | Expose modern utility surfaces like completions, pagination, or tasks | Utility coverage improves interoperability with larger clients and long-lived agent workflows. | Expose completions, pagination, and task metadata where supported so larger clients can plan and resume work safely.Playbook
|
| Low | Publish newer MCP capability signals | Roots, sampling, elicitation, structured outputs, and related metadata improve client understanding and ranking. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
Point loss breakdown
| Component | Current | Points missing |
|---|---|---|
| Transport Compliance | 0/4 | -4.0 |
| Resource Contract | 1.5/4 | -2.5 |
| Prompt Contract | 1.5/4 | -2.5 |
| Trust Confidence | 1.8/4 | -2.2 |
| Utility Coverage | 2/4 | -2.0 |
| Schema Completeness | 2/4 | -2.0 |
| Result Shape Stability | 2/4 | -2.0 |
| Registry Consistency | 2/4 | -2.0 |
| Rate Limit Semantics | 2/4 | -2.0 |
| Least Privilege Scope | 2/4 | -2.0 |
| Error Contract | 2/4 | -2.0 |
| Discovery Metadata | 2/4 | -2.0 |
Validation diff
Need at least two validation runs before diffing changes.
Tool snapshot diff & changelog
Need at least two validation runs before building a tool changelog.
Connector replay
Required-argument replay breaks
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument replay breaks detected. | ||
Output-schema replay breaks
| Tool | Removed properties | Added properties |
|---|---|---|
| No output-schema replay breaks detected. | ||
Transport compliance drilldown
Issues: missing_session_id, missing_protocol_header, bad_protocol_not_rejected
Request association
Utility coverage
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Passes |
|
| Read-only fetch flow | Degraded |
|
| OAuth-required connect | Degraded |
|
| Safe write flow with confirmation | Passes |
|
Registry & provenance divergence
| Field | Registry | Live server card |
|---|---|---|
| Title | n/a | gethal.ai |
| Version | n/a | 1.0.0 |
| Homepage | n/a | n/a |
Active alerts
No active alerts for the current server state.
Aliases & registry graph
| Identifier | Source | Canonical | Score |
|---|---|---|---|
ai.gethal/mcp |
official_registry | yes | 72.07 |
Alias consolidation
Source disagreements
| Field | What differs | Observed values |
|---|---|---|
| No source disagreements detected. | ||
Install snippets
Connector URL: https://gethal.ai/mcp # No OAuth metadata detected. # Server: ai.gethal/mcp
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": ["mcp-remote", "https://gethal.ai/mcp"]
}
}
}
smithery mcp add "https://gethal.ai/mcp"
curl -sS https://gethal.ai/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Agent access & tool surface
tools/list, prompts/list, and resources/list checks.ai.gethal/mcp.Claims & monitoring
No verified maintainer claim recorded.
Alert routing
| Watch | Team | Channels | Minimum severity |
|---|---|---|---|
| No active watch destinations. | |||
Maintainer analytics
Maintainer response quality
Maintainer annotations
No maintainer annotations have been recorded yet.
Maintainer rebuttals & expected behavior
No maintainer rebuttals or expected-behavior overrides are recorded yet.
Latest validation evidence
Failures
oauth_authorization_serverno authorization serveroauth_protected_resourceClient error '404 Not Found' for url 'https://gethal.ai/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404openid_configurationno authorization serverprompts_listJSON-RPC error -32601: Method not found: prompts/listresources_listJSON-RPC error -32601: Method not found: resources/listtransport_compliance_probeIssues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200).
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
OK | n/a | No high-risk write, destructive, or exec tools detected. |
advanced_capabilities_probe |
Missing | n/a | No advanced MCP capability signals detected. |
connector_publishability_probe |
Warning | n/a | Publishability blockers: transport compliance. |
connector_replay_probe |
Missing | n/a | No connector replay evidence recorded. |
determinism_probe |
OK | 13.0 ms | Check completed |
initialize |
OK | 35.2 ms | Protocol 2025-06-18 |
interactive_flow_probe |
OK | n/a | Check completed |
oauth_authorization_server |
Missing | n/a | no authorization server |
oauth_protected_resource |
Error | 27.8 ms | Client error '404 Not Found' for url 'https://gethal.ai/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
official_registry_probe |
OK | n/a | Check completed |
openid_configuration |
Missing | n/a | no authorization server |
probe_noise_resilience |
OK | 66.1 ms | Fetched https://gethal.ai/robots.txt |
prompt_get |
Missing | n/a | no prompt name |
prompts_list |
Error | 10.7 ms | JSON-RPC error -32601: Method not found: prompts/list |
protocol_version_probe |
Warning | n/a | Claims 2025-06-18; 1 release(s) behind 2025-11-25. |
provenance_divergence_probe |
OK | n/a | Check completed |
request_association_probe |
Missing | n/a | No request-association capabilities were advertised. |
resource_read |
Missing | n/a | no resource uri |
resources_list |
Error | 9.9 ms | JSON-RPC error -32601: Method not found: resources/list |
server_card |
OK | 105.3 ms | $schema, authentication, capabilities, contact |
session_resume_probe |
Warning | n/a | no session id |
step_up_auth_probe |
Missing | n/a | No OAuth or incremental-scope signals detected. |
tool_snapshot_probe |
Missing | n/a | no historical snapshot |
tools_list |
OK | 10.1 ms | 7 tool(s) exposed |
transport_compliance_probe |
Error | 10.6 ms | Issues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200). |
utility_coverage_probe |
Missing | 11.8 ms | No completions evidence; no pagination evidence; tasks missing. |
Raw evidence view
Show raw JSON evidence
{
"checks": {
"action_safety_probe": {
"details": {
"auth_present": false,
"confirmation_signals": [],
"safeguard_count": 0,
"summary": {
"bulk_access_tools": 0,
"capability_distribution": {
"admin": 1,
"filesystem": 1,
"network": 1,
"read": 6,
"write": 2
},
"destructive_tools": 0,
"egress_tools": 0,
"exec_tools": 0,
"high_risk_tools": 0,
"risk_distribution": {
"critical": 0,
"high": 0,
"low": 4,
"medium": 3
},
"secret_tools": 0,
"tool_count": 7
}
},
"latency_ms": null,
"status": "ok"
},
"advanced_capabilities_probe": {
"details": {
"capabilities": {
"completions": false,
"elicitation": false,
"prompts": false,
"resource_links": false,
"resources": false,
"roots": false,
"sampling": false,
"structured_outputs": false
},
"enabled": [],
"enabled_count": 0,
"initialize_capability_keys": [
"tools"
]
},
"latency_ms": null,
"status": "missing"
},
"connector_publishability_probe": {
"details": {
"blockers": [
"transport_compliance"
],
"criteria": {
"action_safety": true,
"auth_flow": true,
"connector_replay": true,
"initialize": true,
"protocol_version": true,
"remote_transport": true,
"request_association": true,
"server_card": true,
"session_resume": true,
"step_up_auth": true,
"tool_surface": true,
"tools_list": true,
"transport_compliance": false
},
"high_risk_tools": 0,
"tool_count": 7,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"connector_replay_probe": {
"details": {
"reason": "no_historical_snapshot"
},
"latency_ms": null,
"status": "missing"
},
"determinism_probe": {
"details": {
"attempts": 2,
"baseline_signature": "2882a69474e14e90fed8d22648bcce4cb196c1141c6877e9e136598fc95c0361",
"errors": [],
"matches": 2,
"stable_ratio": 1.0,
"successful": 2
},
"latency_ms": 13.0,
"status": "ok"
},
"initialize": {
"details": {
"headers": {
"content-type": "application/json; charset=utf-8"
},
"http_status": 200,
"payload": {
"id": 1,
"jsonrpc": "2.0",
"result": {
"capabilities": {
"tools": {
"listChanged": false
}
},
"instructions": "Anonymous read-only MCP for gethal.ai. Use these tools to learn about the product, pricing, target customers, and how the HAL agent works. The book_demo tool submits a demo request and emails a human at A Cloud Frontier.",
"protocolVersion": "2025-06-18",
"serverInfo": {
"name": "gethal.ai",
"title": "gethal.ai \u2014 Public MCP",
"version": "1.0.0"
}
}
},
"url": "https://gethal.ai/mcp"
},
"latency_ms": 35.19,
"status": "ok"
},
"interactive_flow_probe": {
"details": {
"oauth_supported": false,
"prompt_available": false,
"risk_hits": [],
"safe_hits": [
"consent"
]
},
"latency_ms": null,
"status": "ok"
},
"oauth_authorization_server": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"oauth_protected_resource": {
"details": {
"error": "Client error '404 Not Found' for url 'https://gethal.ai/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://gethal.ai/.well-known/oauth-protected-resource"
},
"latency_ms": 27.83,
"status": "error"
},
"official_registry_probe": {
"details": {
"direct_match": true,
"official_peer_count": 1,
"registry_identifier": "ai.gethal/mcp",
"registry_source": "official_registry"
},
"latency_ms": null,
"status": "ok"
},
"openid_configuration": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"probe_noise_resilience": {
"details": {
"headers": {
"content-type": "text/plain"
},
"http_status": 200,
"url": "https://gethal.ai/robots.txt"
},
"latency_ms": 66.13,
"status": "ok"
},
"prompt_get": {
"details": {
"reason": "no_prompt_name"
},
"latency_ms": null,
"status": "missing"
},
"prompts_list": {
"details": {
"headers": {
"content-type": "application/json; charset=utf-8"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Method not found: prompts/list"
},
"id": 3,
"jsonrpc": "2.0"
},
"url": "https://gethal.ai/mcp"
},
"latency_ms": 10.72,
"status": "error"
},
"protocol_version_probe": {
"details": {
"claimed_version": "2025-06-18",
"lag_days": 160,
"latest_known_version": "2025-11-25",
"releases_behind": 1,
"validator_protocol_version": "2025-03-26"
},
"latency_ms": null,
"status": "warning"
},
"provenance_divergence_probe": {
"details": {
"direct_official_match": true,
"drift_fields": [],
"metadata_document_count": 3,
"registry_homepage": null,
"registry_repository": null,
"registry_title": null,
"registry_version": null,
"server_card_homepage": null,
"server_card_repository": null,
"server_card_title": "gethal.ai",
"server_card_version": "1.0.0"
},
"latency_ms": null,
"status": "ok"
},
"request_association_probe": {
"details": {
"reason": "no_request_association_capabilities_advertised"
},
"latency_ms": null,
"status": "missing"
},
"resource_read": {
"details": {
"reason": "no_resource_uri"
},
"latency_ms": null,
"status": "missing"
},
"resources_list": {
"details": {
"headers": {
"content-type": "application/json; charset=utf-8"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Method not found: resources/list"
},
"id": 5,
"jsonrpc": "2.0"
},
"url": "https://gethal.ai/mcp"
},
"latency_ms": 9.87,
"status": "error"
},
"server_card": {
"details": {
"headers": {
"content-type": "application/json; charset=utf-8"
},
"http_status": 200,
"payload": {
"$schema": "https://modelcontextprotocol.io/schemas/2025-06-18/server-card.json",
"authentication": {
"type": "none"
},
"capabilities": {
"prompts": false,
"resources": false,
"tools": {
"listChanged": false
}
},
"contact": {
"email": "jan.verdier@acloudfrontier.com",
"url": "https://gethal.ai"
},
"content_policy": {
"ai_inference": true,
"ai_training": false,
"attribution_required": true
},
"description": "Anonymous read-only MCP for gethal.ai. Tools for product info, pricing, customer profile, HAL agent description, and demo booking.",
"documentation": "https://gethal.ai/llms.txt",
"name": "gethal.ai",
"protocolVersion": "2025-06-18",
"serverInfo": {
"name": "gethal.ai",
"title": "gethal.ai \u2014 Public MCP",
"version": "1.0.0"
},
"title": "gethal.ai \u2014 Public MCP",
"transport": {
"endpoint": "https://gethal.ai/mcp",
"type": "streamable-http"
},
"vendor": "A Cloud Frontier",
"version": "1.0.0"
},
"url": "https://gethal.ai/.well-known/mcp/server-card.json"
},
"latency_ms": 105.3,
"status": "ok"
},
"session_resume_probe": {
"details": {
"protocol_version": "2025-06-18",
"reason": "no_session_id",
"resume_expected": true,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"step_up_auth_probe": {
"details": {
"auth_required_checks": [],
"broad_scopes": [],
"challenge_headers": [],
"minimal_scope_documented": false,
"oauth_present": false,
"scope_specificity_ratio": 0.0,
"step_up_signals": [],
"supported_scopes": []
},
"latency_ms": null,
"status": "missing"
},
"tool_snapshot_probe": {
"details": {
"current_tool_count": 7,
"reason": "no_historical_snapshot"
},
"latency_ms": null,
"status": "missing"
},
"tools_list": {
"details": {
"headers": {
"content-type": "application/json; charset=utf-8"
},
"http_status": 200,
"payload": {
"id": 2,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"description": "Returns the company name, operator, contact email, homepage, and a short description of gethal.ai.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_company_info"
},
{
"description": "Returns the gethal.ai pricing plans (Solo, Team, Enterprise) with both monthly and yearly rates plus included features.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"billing": {
"description": "Which billing cadence to return. Defaults to \"both\".",
"enum": [
"monthly",
"yearly",
"both"
],
"type": "string"
}
},
"type": "object"
},
"name": "get_pricing"
},
{
"description": "Returns the six core features of gethal.ai with one-line descriptions.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_features"
},
{
"description": "Returns representative B2B sales use cases (outbound prospecting, market expansion, partner-channel sales) with example prompts.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_use_cases"
},
{
"description": "Explains how the HAL autonomous sales agent works: the six-stage pipeline (find \u2192 research \u2192 qualify \u2192 quality control \u2192 draft \u2192 send) and key traits.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "describe_hal"
},
{
"description": "Returns the target customer profile for gethal.ai (industries, team sizes, regions, representative use cases) and any public reference customers.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_customer_profile"
},
{
"description": "Submits a demo request. A human at A Cloud Frontier will follow up by email. Use only with the prospect's explicit consent.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"company": {
"description": "Company name (optional).",
"type": "string"
},
"email": {
"description": "Work email address.",
"type": "string"
},
"name": {
"description": "Full name of the prospect.",
"type": "string"
}
},
"required": [
"name",
"email"
],
"type": "object"
},
"name": "book_demo"
}
]
}
},
"url": "https://gethal.ai/mcp"
},
"latency_ms": 10.09,
"status": "ok"
},
"transport_compliance_probe": {
"details": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json; charset=utf-8"
},
"bad_protocol_payload": {
"id": 410,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"description": "Returns the company name, operator, contact email, homepage, and a short description of gethal.ai.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_company_info"
},
{
"description": "Returns the gethal.ai pricing plans (Solo, Team, Enterprise) with both monthly and yearly rates plus included features.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"billing": {
"description": "Which billing cadence to return. Defaults to \"both\".",
"enum": [
"monthly",
"yearly",
"both"
],
"type": "string"
}
},
"type": "object"
},
"name": "get_pricing"
},
{
"description": "Returns the six core features of gethal.ai with one-line descriptions.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_features"
},
{
"description": "Returns representative B2B sales use cases (outbound prospecting, market expansion, partner-channel sales) with example prompts.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_use_cases"
},
{
"description": "Explains how the HAL autonomous sales agent works: the six-stage pipeline (find \u2192 research \u2192 qualify \u2192 quality control \u2192 draft \u2192 send) and key traits.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "describe_hal"
},
{
"description": "Returns the target customer profile for gethal.ai (industries, team sizes, regions, representative use cases) and any public reference customers.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_customer_profile"
},
{
"description": "Submits a demo request. A human at A Cloud Frontier will follow up by email. Use only with the prospect's explicit consent.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"company": {
"description": "Company name (optional).",
"type": "string"
},
"email": {
"description": "Work email address.",
"type": "string"
},
"name": {
"description": "Full name of the prospect.",
"type": "string"
}
},
"required": [
"name",
"email"
],
"type": "object"
},
"name": "book_demo"
}
]
}
},
"bad_protocol_status_code": 200,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_session_id",
"missing_protocol_header",
"bad_protocol_not_rejected"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-06-18",
"session_id_present": false,
"transport": "streamable-http"
},
"latency_ms": 10.56,
"status": "error"
},
"utility_coverage_probe": {
"details": {
"completions": {
"advertised": false,
"live_probe": "not_executed",
"sample_target": null
},
"initialize_capability_keys": [
"tools"
],
"pagination": {
"metadata_signal": false,
"next_cursor_methods": [],
"supported": false
},
"tasks": {
"advertised": false,
"http_status": 200,
"probe_status": "missing"
}
},
"latency_ms": 11.82,
"status": "missing"
}
},
"failures": {
"oauth_authorization_server": {
"reason": "no_authorization_server"
},
"oauth_protected_resource": {
"error": "Client error '404 Not Found' for url 'https://gethal.ai/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://gethal.ai/.well-known/oauth-protected-resource"
},
"openid_configuration": {
"reason": "no_authorization_server"
},
"prompts_list": {
"headers": {
"content-type": "application/json; charset=utf-8"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Method not found: prompts/list"
},
"id": 3,
"jsonrpc": "2.0"
},
"url": "https://gethal.ai/mcp"
},
"resources_list": {
"headers": {
"content-type": "application/json; charset=utf-8"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Method not found: resources/list"
},
"id": 5,
"jsonrpc": "2.0"
},
"url": "https://gethal.ai/mcp"
},
"transport_compliance_probe": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json; charset=utf-8"
},
"bad_protocol_payload": {
"id": 410,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"description": "Returns the company name, operator, contact email, homepage, and a short description of gethal.ai.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_company_info"
},
{
"description": "Returns the gethal.ai pricing plans (Solo, Team, Enterprise) with both monthly and yearly rates plus included features.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"billing": {
"description": "Which billing cadence to return. Defaults to \"both\".",
"enum": [
"monthly",
"yearly",
"both"
],
"type": "string"
}
},
"type": "object"
},
"name": "get_pricing"
},
{
"description": "Returns the six core features of gethal.ai with one-line descriptions.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_features"
},
{
"description": "Returns representative B2B sales use cases (outbound prospecting, market expansion, partner-channel sales) with example prompts.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_use_cases"
},
{
"description": "Explains how the HAL autonomous sales agent works: the six-stage pipeline (find \u2192 research \u2192 qualify \u2192 quality control \u2192 draft \u2192 send) and key traits.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "describe_hal"
},
{
"description": "Returns the target customer profile for gethal.ai (industries, team sizes, regions, representative use cases) and any public reference customers.",
"inputSchema": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"name": "get_customer_profile"
},
{
"description": "Submits a demo request. A human at A Cloud Frontier will follow up by email. Use only with the prospect's explicit consent.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"company": {
"description": "Company name (optional).",
"type": "string"
},
"email": {
"description": "Work email address.",
"type": "string"
},
"name": {
"description": "Full name of the prospect.",
"type": "string"
}
},
"required": [
"name",
"email"
],
"type": "object"
},
"name": "book_demo"
}
]
}
},
"bad_protocol_status_code": 200,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_session_id",
"missing_protocol_header",
"bad_protocol_not_rejected"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-06-18",
"session_id_present": false,
"transport": "streamable-http"
}
},
"remote_url": "https://gethal.ai/mcp",
"server_card_payload": {
"$schema": "https://modelcontextprotocol.io/schemas/2025-06-18/server-card.json",
"authentication": {
"type": "none"
},
"capabilities": {
"prompts": false,
"resources": false,
"tools": {
"listChanged": false
}
},
"contact": {
"email": "jan.verdier@acloudfrontier.com",
"url": "https://gethal.ai"
},
"content_policy": {
"ai_inference": true,
"ai_training": false,
"attribution_required": true
},
"description": "Anonymous read-only MCP for gethal.ai. Tools for product info, pricing, customer profile, HAL agent description, and demo booking.",
"documentation": "https://gethal.ai/llms.txt",
"name": "gethal.ai",
"protocolVersion": "2025-06-18",
"serverInfo": {
"name": "gethal.ai",
"title": "gethal.ai \u2014 Public MCP",
"version": "1.0.0"
},
"title": "gethal.ai \u2014 Public MCP",
"transport": {
"endpoint": "https://gethal.ai/mcp",
"type": "streamable-http"
},
"vendor": "A Cloud Frontier",
"version": "1.0.0"
},
"server_identifier": "ai.gethal/mcp"
}
Known versions
1.0.0
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| May 13, 2026 07:56:21 AM UTC | Healthy | 72.1 | 321.7 ms | 7 |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| May 13, 2026 07:56:21 AM UTC | Healthy | 72.1 | 2025-06-18 | public | 7 | 0 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| May 13, 2026 07:56:21 AM UTC | Completed | Healthy | 321.7 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |