← Registry

AI & Machine Learning

assistable.ai

Manages AI assistants within a subaccount.

1 endpoint15 known toolsFirst detected June 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.assistable.ai/mcp

No auth detected

Known tools 15

assistants_list

List assistants in a subaccount (excludes archived by default).

Inferred read-only
assistants_get

Fetch an assistant's full configuration by ID.

Inferred read-only
assistants_create

Create an assistant.

Potential side effects
assistants_update

Patch an assistant.

Inferred read-only
assistants_archive

Archive (soft-delete) an assistant.

Potential side effects
tools_list

List tools visible to a subaccount.

Inferred read-only
tools_get

Fetch a tool's full configuration.

Inferred read-only
tools_create_custom

Create a custom tool (toolType=CUSTOM).

Potential side effects
tools_update

Patch a custom tool.

Inferred read-only
tools_delete

Soft-delete a custom tool.

Potential side effects
contacts_list

List contacts in a subaccount.

Inferred read-only
contacts_get

Fetch a contact by ID.

Inferred read-only
conversations_list

List conversations in a subaccount.

Inferred read-only
appointments_list

List appointments in a subaccount within an optional date range.

Inferred read-only
calls_get

Fetch a call (status, recording, transcript) by ID.

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

.mcp.json

{
  "mcpServers": {
    "assistable-ai": {
      "type": "http",
      "url": "https://api.assistable.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "assistable-ai",
  "transport": "streamable-http",
  "url": "https://api.assistable.ai/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for assistable.ai was fetched 2026-07-28T02:19:45.599Z and is being refreshed.

Trust status Trusted

assistable.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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