← digitalassistanthub.com

INDIVIDUAL MCP TOOL

about

Get a detailed overview of Digital Assistant Hub: the private agentic AI assistant with autonomous auto-research, MCP support, tenant isolation, vibe coding workflows, and WhatsApp/Gmail integrations.

digitalassistanthub.comnone authenticationAvailability not checked

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 endpoint

digitalassistanthub.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.digitalassistanthub-com]
url = "https://digitalassistanthub.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "digitalassistanthub-com": {
      "type": "http",
      "url": "https://digitalassistanthub.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "digitalassistanthub-com": {
      "type": "http",
      "url": "https://digitalassistanthub.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "digitalassistanthub-com",
  "transport": "streamable-http",
  "url": "https://digitalassistanthub.com/mcp"
}
MCP Inspector

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

Related tools

  • get_pricing — Get current plan pricing for Digital Assistant Hub (Starter $4.99/mo, Pro $50/mo, Business $100/mo).
  • get_started — Get the signup URL and step-by-step instructions to create your own private AI agent on Digital Assistant Hub.