General Tools
asistan7-24.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://asistan7-24.com/mcp
MCP server metadata
- Name
- asistan-7-24
- Version
- 0.1.0
Public tools for asistan 7/24, an AI assistant platform for clinics (voice, WhatsApp and Instagram). Use list_products / get_product for the product catalog, list_solutions / get_solution for clinic problem scenarios, get_pricing for plans and prices, and get_company_info for contact channels and complementary services. Use request_demo to submit a demo request for a clinic when the caller explicitly asks and provides their details. Except for request_demo, all data is public website content; nothing is user specific.
Known tools 7
list_productsList all asistan 7/24 products (AI voice assistant, WhatsApp/Instagram assistants, clinic automation tools) with slug, group and one-line summary.
Inferred read-onlyget_productGet the full public detail of one asistan 7/24 product by slug: description, features, target audience, setup steps and FAQs.
Inferred read-onlylist_solutionsList the clinic problem scenarios asistan 7/24 solves (missed calls, no-shows, after-hours messages) with slug and problem statement.
Inferred read-onlyget_solutionGet one asistan 7/24 solution scenario by slug: the problem, its cost to the clinic, how it is solved, related products and FAQs.
Inferred read-onlyget_pricingGet the public asistan 7/24 plans and monthly prices for the WhatsApp, Instagram and voice assistants, plus the custom clinic plan.
Inferred read-onlyget_company_infoGet public information about asistan 7/24: what it does, contact channels (WhatsApp, email, demo request) and the complementary services offered to clinics.
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.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.
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.