Skip to main content
Public Preview Claude is Anthropic’s AI assistant, available as a native desktop app for macOS and Windows and a browser-based app. Both support MCP integrations through Claude’s connector Directory, where Wherobots can be added as an official connector.

Component Overview

Wherobots’ Agentic Tools consist of the following components that work together to provide our agentic experience:
Connects your AI assistant to Wherobots Cloud for catalog exploration, Spatial SQL generation, and query execution.
Gives your AI assistant domain-specific Wherobots knowledge for more accurate commands and fewer errors.
Wraps the full Wherobots API into a single binary for job submission, log streaming, and automation.

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.
The MCP Server connects your AI assistant to Wherobots Cloud so you can browse catalogs, databases, and table schemas (including Overture Maps and your own datasets) by asking questions in plain language instead of navigating the console.
Describe a geospatial task (e.g. “find buildings within 500m of this point”) and the MCP Server returns optimized Spatial SQL using WherobotsDB’s ST functions, spatial joins, and indexing patterns.
Use the CLI or the extension to submit Spark job runs, stream logs in real time, check resource metrics, and cancel jobs without leaving your editor or terminal.
Agent Skills teach your AI assistant Wherobots-specific APIs, query patterns, and workflow sequences so it produces correct wherobots CLI commands, valid MCP tool calls, and accurate notebook code on the first try.

Before you start

The following prerequisites are required:

Install and configure

When Wherobots is available in your Claude Directory as an official connector, each user can enable it from their own account. The same steps work in Claude on the web and Claude Desktop.
On Team and Enterprise plans, an Owner or Primary Owner may need to enable connectors for the organization before you can add Wherobots. If the connector does not appear or you cannot enable it, ask your team’s owner to enable it for the organization. Each user still authenticates individually after it is enabled. For more information, see Use Connectors to extend Claude’s capabilities.
1

Open Connectors in Claude

  1. Open the connectors page:
2

Enable the Wherobots connector

  1. In the Directory modal, search for wherobots.
  2. Select the official Wherobots Spatial AI Assistant.
  3. Click + to enable the Connector in your Claude Organization.
3

Complete OAuth

  1. A new browser tab will open to the Wherobots sign-in page.
  2. Sign in to Wherobots, select your Organization from the Organization access dropdown, and click Allow access.
    Wherobots OAuth consent screen prompting Claude access for the selected Organization

    Wherobots OAuth consent screen for Claude.

  3. Return to Claude. The Wherobots connector will appear in the Web section of the Connectors page. You have successfully connected Wherobots to Claude! You can now use the Wherobots connector in your Claude conversations and agentic workflows.

Verify installation

Ask a question in Claude:
If configured correctly, Claude calls the Wherobots MCP server (showing a tool such as list_catalogs) and returns the catalogs available in your Organization.

Troubleshooting

The following section details how to troubleshoot the installation of the Wherobots Spatial AI Assistant in Claude.

The Wherobots connector does not appear in the Directory

On Team and Enterprise plans, connectors must be enabled at the organization level before individual users can add them. If you search the Directory and Wherobots does not appear—or the option to add it is unavailable—ask your team’s Owner or Primary Owner to enable connectors for the organization. Once enabled at the org level, each user still completes the Install and configure steps and authenticates individually. See Use Connectors to extend Claude’s capabilities for details on connector permissions.

Sign-in or OAuth fails

If the consent screen does not complete or Claude reports it cannot connect:
  • Confirm you have a stable internet connection and an active Wherobots Account in a Professional, Innovation, or Enterprise Organization.
  • Make sure you selected the correct Organization from the Organization access dropdown before clicking Allow access.
  • On the Claude Connectors page, disconnect the Wherobots connector and reconnect to restart the OAuth flow.

Claude does not call the Wherobots MCP server

If Claude answers without invoking a Wherobots tool (such as list_catalogs):
  • Confirm the Wherobots connector is enabled on the Connectors page and toggled on for the conversation.
  • Start a new conversation and ask an explicitly geospatial question so Claude selects the connector:

Next steps

MCP Server Best Practices

Common tasks, example prompts, and cost considerations for the MCP Server.

MCP Server Demo Video

Watch the MCP Server automate catalog discovery, spatial queries, and notebook generation.

Agent Skills

Learn more about available skills and installation options.

MCP Server vs CLI

Understand when to use the MCP Server vs. the CLI.