Developer HubMCP Protocol Server
Anthropic Model Context Protocol (MCP)

Agento AI by WebCore Studio MCP Server

Connect Claude Desktop, Cursor, Antigravity, and LangChain autonomous AI agents directly to Agento AI tools via the Model Context Protocol.

Claude Desktop & Cursor Integration

Add the following configuration to your claude_desktop_config.json:

{
  "mcpServers": {
    "agento-ai": {
      "command": "npx",
      "args": ["-y", "@webcorestudio/agento-cli", "mcp"],
      "env": {
        "AGENTO_API_URL": "https://orderagentapp.webcorestudio.dev",
        "AGENTO_BUSINESS_ID": "<YOUR_BUSINESS_UUID>"
      }
    }
  }
}

Available MCP Tools

list_hospital_appointments

Query consultation bookings by doctor, date, or status.

book_hospital_appointment

Book OPD token and dispatch WhatsApp confirmation.

get_diagnostic_reports

Fetch patient lab test results and AI summaries.

trigger_cron_scanner

Run background appointment reminders and surveys.