← digitalassistanthub.com
INDIVIDUAL MCP TOOL
get_started
Get the signup URL and step-by-step instructions to create your own private AI agent on Digital Assistant Hub.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent endpoint
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
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.get_pricing— Get current plan pricing for Digital Assistant Hub (Starter $4.99/mo, Pro $50/mo, Business $100/mo).