ai.gethal/mcp
Official7 toolsgethal.ai
Public MCP for gethal.ai — autonomous AI sales agent. Pricing, features, book a demo.
Integration with gethal.ai autonomous AI sales agent for pricing and demo booking.
Captured live from the server via tools/list.
get_company_info
Returns the company name, operator, contact email, homepage, and a short description of gethal.ai.
No parameters.
get_pricing
Returns the gethal.ai pricing plans (Solo, Team, Enterprise) with both monthly and yearly rates plus included features.
Parameters (1)
- billingstring
Which billing cadence to return. Defaults to "both".
get_features
Returns the six core features of gethal.ai with one-line descriptions.
No parameters.
get_use_cases
Returns representative B2B sales use cases (outbound prospecting, market expansion, partner-channel sales) with example prompts.
No parameters.
describe_hal
Explains how the HAL autonomous sales agent works: the six-stage pipeline (find → research → qualify → quality control → draft → send) and key traits.
No parameters.
get_customer_profile
Returns the target customer profile for gethal.ai (industries, team sizes, regions, representative use cases) and any public reference customers.
No parameters.
book_demo
Submits a demo request. A human at A Cloud Frontier will follow up by email. Use only with the prospect's explicit consent.
Parameters (3)
- namestringrequired
Full name of the prospect.
- emailstringrequired
Work email address.
- companystring
Company name (optional).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gethal.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.