← vynalthai.com

INDIVIDUAL MCP TOOL

manage_products

Manage micro-apps catalog, toggle early access features (e.g.

vynalthai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://vynalthai.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for manage_products and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

vynalthai.com

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.vynalth-ai-enterprise-mcp]
url = "https://vynalthai.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vynalth-ai-enterprise-mcp": {
      "type": "http",
      "url": "https://vynalthai.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vynalth-ai-enterprise-mcp
Remote MCP URL: https://vynalthai.com/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": {
    "vynalth-ai-enterprise-mcp": {
      "url": "https://vynalthai.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vynalth-ai-enterprise-mcp": {
      "type": "http",
      "url": "https://vynalthai.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vynalth-ai-enterprise-mcp",
  "transport": "streamable-http",
  "url": "https://vynalthai.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_website_status — Retrieve real-time website status, node health, DAU, WAF threat level, and rollout status.
  • get_page_content — Read text, structure, or FAQ of specific website pages (landing, pricing, faq, food-scanner, security).
  • update_site_announcement — Update the global site announcement banner across vynalthai.com in real-time.
  • manage_user_permissions — Grant or inspect Super Owner / Founder admin privileges (Requires 6-digit Founder OTP).
  • list_knowledge_base_docs — List all official Vynalth AI Knowledge Base PDF documentation entries.
  • search_knowledge_base — Search official Knowledge Base PDF documents using semantic query.
  • trigger_deploy — Trigger a production build & deployment of vynalthai.com (Requires 6-digit Founder OTP).
  • send_support_email — Send support email or customer notice via support@mail.vynalthai.com.