Component Overview
Wherobots’ Agentic Tools consist of the following components that work together to provide our agentic experience:MCP Server
MCP Server
Agent Skills
Agent Skills
Wherobots CLI
Wherobots CLI
Why use Wherobots’ agentic tools?
Wherobots’ agentic tools connect your AI assistant to Wherobots Cloud and your local development environment so you can interact with your spatial data, catalogs, and jobs in a more intuitive way.Explore your spatial catalog conversationally
Explore your spatial catalog conversationally
Generate Spatial SQL without memorizing functions
Generate Spatial SQL without memorizing functions
Submit and monitor Wherobots jobs from your editor
Submit and monitor Wherobots jobs from your editor
Get Wherobots-aware AI assistance
Get Wherobots-aware AI assistance
wherobots CLI commands, valid MCP tool calls, and accurate notebook code on the first try.Before you start
- Positron installed.
-
A Wherobots Account within a Community, Professional, Innovation, or Enterprise Organization. See Create a Wherobots Account.
Organization Availability: Available to all Wherobots Organization Editions.
- Community Edition Organizations can create and run local notebooks against the Tiny and Micro runtimes.
- Professional, Innovation, or Enterprise Organizations are required for job submission, the Wherobots MCP server, and additional compute tiers. For more information, see Upgrade Organization or Organization Editions.
- An AI assistant extension installed in your editor (for AI-assisted features).
-
Node.js and npm installed on your system (required for installing Agent Skills via
npx).
Install the extension
Run the following command in your terminal:Configure the extension
After installation, set your API key to connect to Wherobots Cloud.Open the Command Palette
>wherobots:.
Set your API key
- If you don’t have an API key yet, click
Wherobots: Generate API Key on Wherobots Cloudto create one. - Click
Wherobots: Set API Keyand enter your existing or newly created Wherobots API key when prompted, then press Enter.
Verify the installation
To confirm the extension is installed and configured correctly:Open the Command Palette
>wherobots:.
Confirm available commands
Wherobots: Set API KeyWherobots: Create WorkspaceWherobots: Submit JobWherobots: Refresh WorkspacesWherobots: Open SettingsWherobots: Install Jupyter Extension
Configure the MCP Server
The Wherobots MCP Server enables AI assistants to explore your spatial data catalogs, generate Spatial SQL, and execute queries. Configure it manually:Add the MCP server
- Type MCP: Add Server and select it.
- Select HTTP (HTTP or Server-Sent Events) as the server type.
- Enter the URL:
https://api.cloud.wherobots.com/mcp/ - Enter a name for the server (e.g.,
wherobots-mcp-server).
Add your API key
mcp.json file opens automatically. Add a headers object with your Wherobots API key:Reload your editor
Install Agent Skills
Agent Skills give your AI assistant domain-specific knowledge about Wherobots workflows, APIs, and best practices.
The Wherobots extension sidebar showing the Create Workspace button. Specific UI details vary by editor.
Pin the extension
Select the extension

The Activity Bar context menu with the Wherobots extension checked. Specific UI details vary by editor.
Verify installation
- Open your AI assistant’s chat panel.
- Select Agent as the chat mode (if available).
- Ask a test question:
- If successful, the assistant will call
list_catalogsand display your available tables. - Open the Command Palette and type MCP: List Servers to confirm the server appears.

