SingleStore

SingleStore MCP Connector for Claude

A+

Equip your AI agent to natively interact with your SingleStore database. Execute raw SQL queries, perform semantic vector searches, list workspaces, and audit billing directly from the terminal.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Grant your AI agent (like Claude or Cursor) absolute read-and-write sovereignty over your SingleStore infrastructure. The SingleStore MCP equips your LLM to act as a fully autonomous database administrator. Stop navigating external dashboards to check schema details or run complex search queries.

What you can do

  • Execute SQL Queries — Execute raw SQL natively from your AI agent using execute_sql.
  • Semantic Vector Search — Perform semantic vector similarity searches natively against your data with vector_search.
  • Workspace & Billing Administration — Survey your server clusters with list_workspaces, list databases with list_databases, and audit billing usage via get_billing_usage.
sqlsemantic-searchreal-time-analyticsdatabase-administrationvector-embeddingsdata-infrastructure

6 tools expose this connector's capabilities to your AI agent.

execute_sql

Use read-only SQL statements whenever possible. Executes a SQL query on a SingleStore database

get_billing_usage

Retrieves billing and usage metrics

list_databases

Lists all databases within a specific workspace

list_organizations

Lists organizations associated with the account

list_workspaces

Lists all SingleStore workspaces

vector_search

Performs a DOT_PRODUCT vector similarity search

See how to talk to your AI agent using SingleStore.

List all my available workspaces.

I've successfully identified 2 distinct workspaces assigned to your account: - **Workspace A** (ID: ws_ab12) - **Workspace B** (ID: ws_ef56)

List all databases within workspace ID 1234, and then find the first 5 records in 'users_db'.

The databases configured for workspace 1234 includes 'users_db' and 'logs_db'. After executing a `SELECT * FROM users LIMIT 5`, here are the detailed user rows you requested.

Yes! The `execute_sql` tool executes anything provided. Make sure to embed an API token that possesses read-only or strictly limited privileges to prevent accidental data destruction.

Related Connectors