Your agent is now an MCP server
Connect Claude, Cursor, or any MCP client to your workspace agent — your product knowledge, answerable from wherever your team already works.
Your Asks agent knows your product better than any document does — so we made it callable from outside Asks. Every workspace can now expose its agent as a remote MCP server: connect it to Claude, Cursor, or any MCP-compatible client with an API key, and ask it questions from wherever you already work.
Your engineer can ask the agent about refund policy edge cases from inside their editor. Your ops team can query it from Claude while writing macros. Same knowledge, same guardrails — new front doors. And it works the other direction too: your agent can call your MCP servers as tools, configured under AI Agent → MCP Servers.
{ "mcpServers": {"acme-support": {"url": "https://api.asks.app/v1/mcp","headers": { "Authorization": "Bearer ask_..." }}} }
Connect a client in two steps
- 1Turn on the MCP serverAt Integrations → MCP, enable the server. You name the tool clients see, write the description that tells their LLMs when to call it, and can optionally expose a read-only search_knowledge tool over your published knowledge base.
- 2Mint a key and connectThe page generates an API key with the right scopes and fills it into ready-to-copy snippets for Claude Code and Cursor. Any generic MCP client works the same way: HTTP transport, the endpoint URL, and a Bearer header — plain JSON-RPC over POST, no SSE stream or session to manage.

The other direction: tools for your agent
Under AI Agent → MCP Servers, your agent can consume external MCP servers as tools. Add a server by URL, pick the authentication — none, bearer token, or an API-key header, with secrets encrypted at rest — and Asks discovers its tools (up to 40 per server). Each tool gets its own switch, so you control exactly what the agent may call; an enable switch pauses a whole server without deleting it, and if a tool call fails mid-conversation, the agent answers without it rather than exposing the error to the customer.


Plans allow 1 connected server on Starter, 3 on Business, and 10 on Premium. Prefer custom actions when the capability is a plain HTTP call against your own API; reach for MCP when a system already speaks the protocol or ships many tools at once.
See what's new in your workspace
Everything on this page is live today. Asks trains on your website and resolves customer conversations on every channel — free to try, live in minutes.