Honest framing: SmartAlex is agent-native by design and works exceptionally well with Claude Code (our MCP server is live and listed in the Claude MCP directory). It works equally well with other MCP clients like Cursor, VS Code, Windsurf, ChatGPT, and Gemini CLI. This is not an exclusive or official partnership with Anthropic. Claude Code is simply the smoothest way in.
Why it fits Claude Code so well
Claude Code is at its best when it can act safely and reversibly. SmartAlex is designed for exactly that:- Everything is a tool with an explicit scope. The server exposes 28 tools split into 14 read, 14 write, and 3 destructive operations. Every tool carries MCP annotations (
readOnlyHint,destructiveHint,idempotentHint), so Claude Code knows a call is a safe read, a retryable update, or a permanent delete before it runs it, and can confirm with you first. - Read and write are separable. Hand a reporting session a
readkey and it physically cannot create, start, or delete anything: a write attempt returns a403. Give a build session awritekey when you want it to ship. - Strict per-workspace isolation. Every credential resolves to exactly one workspace, enforced at the gateway. An agent connected to your workspace can only ever see and touch your workspace, never another tenant’s data.
Connect Claude Code to SmartAlex
The fastest path is the hosted cloud endpoint over OAuth: no install, no key to copy, no config file.1
Add the server
Run the cloud command above. Claude Code registers the SmartAlex MCP server and prompts you to authenticate.
2
Approve in your browser
OAuth opens in the browser. Approve access, and the token binds to your active workspace. Nothing to paste back.
3
Ask it to do something
Type a plain request, for example “show me my SmartAlex contacts”. Claude Code selects the right tool and runs it against your workspace.
Prefer a local API key? Generate one in the Developer Portal at
app.getsmartalex.com/developers (API Keys tab), then use the local command above. Keys come in two environments, sa_live_ (production) and sa_test_ (sandbox), and carry a read or write scope. The Developer Portal requires the Power Tools add-on ($29/month) and a super-admin role on the workspace. If you cannot see it, check both. A key is shown once at creation, so store it safely.What your agent can operate
Once connected, Claude Code can run the whole platform through conversation. The 28 tools (all prefixedsmartalex_) span eight domains:
The headline capability:
smartalex_create_agent takes a website URL, reads the business, generates an optimized prompt, and deploys a live voice agent in about 30 to 60 seconds. Underneath, SmartAlex runs a curated, high-accuracy speech, language, and voice stack, kept abstracted, so there is nothing for you to tune.
Example prompts
Real requests you can paste into Claude Code once it is connected:A full build, in one conversation
The point of building a voice agent from the terminal is that you never context-switch. A single Claude Code thread can carry a business from URL to live, calling agent: You stay in the loop for anything that writes or deletes, Claude Code does the mechanical work, and every action is scoped to your workspace.Embed the result on your site
When the agent is ready, ask Claude Code for the widget code (smartalex_get_widget_install_code) and drop it in. For a static site, paste this single tag just before the closing body tag:
useEffect injection.
Live today, coming soon
Live now
The MCP server (cloud and local) and Custom HTTP Tools are in production. These are the programmatic surfaces you build against today.
Coming soon
A public REST API and TypeScript SDK are in private beta. If a shipped REST API is a hard requirement right now, factor that into your timing.
Related
MCP getting started
Connect Claude Code, Cursor, VS Code, ChatGPT, or Gemini CLI in under two minutes.
What an AI agent can do
The full 28-tool operating surface, scopes, and isolation model.
Build with Cursor, v0, and Bolt
The same MCP server, from other AI-native builder tools.
Pricing and add-ons
Plans, included minutes, and the Power Tools add-on that unlocks API keys.

