← hypelive.io
INDIVIDUAL MCP TOOL
get_business_details
Get HypeLive's company details (legal name, address, phone, email, social channels, area served) as a Schema.org Organization.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
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.hypelive-io]
url = "https://www.hypelive.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hypelive-io": {
"type": "http",
"url": "https://www.hypelive.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hypelive-io
Remote MCP URL: https://www.hypelive.io/api/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": {
"hypelive-io": {
"url": "https://www.hypelive.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hypelive-io": {
"type": "http",
"url": "https://www.hypelive.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hypelive-io",
"transport": "streamable-http",
"url": "https://www.hypelive.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— List HypeLive's paid live-commerce / marketing services with pricing, as Schema.org.list_tools— List HypeLive's free interactive tools/calculators (rate, ROI, TikTok fee, e-commerce profit), as Schema.org.get_service— Get one HypeLive service or tool by its slug, as a Schema.org Service.ask— Natural-language search over all HypeLive services and tools (NLWeb list mode); returns the best Schema.org matches.