INDIVIDUAL MCP TOOL
get_company_info
Get public information about asistan 7/24: what it does, contact channels (WhatsApp, email, demo request) and the complementary services offered to clinics.
LIVE ENDPOINT
https://asistan7-24.com/mcp
Connect to this endpoint to inspect the live schema for get_company_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
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.asistan-7-24]
url = "https://asistan7-24.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"asistan-7-24": {
"type": "http",
"url": "https://asistan7-24.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: asistan-7-24
Remote MCP URL: https://asistan7-24.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": {
"asistan-7-24": {
"url": "https://asistan7-24.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"asistan-7-24": {
"type": "http",
"url": "https://asistan7-24.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "asistan-7-24",
"transport": "streamable-http",
"url": "https://asistan7-24.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_products— List all asistan 7/24 products (AI voice assistant, WhatsApp/Instagram assistants, clinic automation tools) with slug, group and one-line summary.get_product— Get the full public detail of one asistan 7/24 product by slug: description, features, target audience, setup steps and FAQs.list_solutions— List the clinic problem scenarios asistan 7/24 solves (missed calls, no-shows, after-hours messages) with slug and problem statement.get_solution— Get one asistan 7/24 solution scenario by slug: the problem, its cost to the clinic, how it is solved, related products and FAQs.get_pricing— Get the public asistan 7/24 plans and monthly prices for the WhatsApp, Instagram and voice assistants, plus the custom clinic plan.request_demo— Submit a demo request on behalf of a clinic to asistan 7/24.