Ask AI (semantic MCP finder)
The marketplace has ~200 servers. Ask AI lets you skip the browsing: describe what you need in plain language, and the model picks the matching servers for you, ranked best-first, in the grid.How to use it
- Open the marketplace.
- In the search box, type a need rather than a keyword — e.g. “manage my Postgres database”, “automate my GitHub pull requests”, “read and send Slack messages”.
- Click Ask AI (next to the search box) — or just press Enter.
How it works
- The runtime sends your configured provider a compact JSON of the whole catalog (each server’s id, name, category, tags, and a short description) plus your request.
- The model returns the ids that genuinely satisfy the need, most relevant first.
- The runtime validates those ids against the real catalog (so it can never surface an invented server) and shows them in ranked order.
When to use Ask AI vs. search
- Search — you know the server’s name or a keyword (“github”, “postgres”).
- Ask AI — you know the outcome you want but not which server does it (“something to let me query my analytics warehouse”).
Requirements & errors
- Needs a configured provider. With none set up, you’ll get “No AI provider is configured — finish onboarding first.”
- If the model finds nothing, the grid says so and suggests rephrasing or browsing by category.
- Network/model failures show a toast and leave you in normal browsing.
Endpoint
Under the hood this isPOST /api/mcp/ask { query } → { query, matches: [mcpId, …] }. See HTTP API.