← Registry

General Tools

asistan7-24.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint7 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://asistan7-24.com/mcp

No auth detected

MCP server metadata

Name
asistan-7-24
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

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_products

List all asistan 7/24 products (AI voice assistant, WhatsApp/Instagram assistants, clinic automation tools) with slug, group and one-line summary.

Inferred read-only
get_product

Get the full public detail of one asistan 7/24 product by slug: description, features, target audience, setup steps and FAQs.

Inferred read-only
list_solutions

List the clinic problem scenarios asistan 7/24 solves (missed calls, no-shows, after-hours messages) with slug and problem statement.

Inferred read-only
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.

Inferred read-only
get_pricing

Get the public asistan 7/24 plans and monthly prices for the WhatsApp, Instagram and voice assistants, plus the custom clinic plan.

Inferred read-only
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.

Potential side effects
request_demo

Submit a demo request on behalf of a clinic to asistan 7/24.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.