Vinkius
StarRocks

StarRocks MCP. Manage OLAP data, audit clusters via AI query.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

StarRocks MCP on Cursor AI Code Editor MCP Client StarRocks MCP on Claude Desktop App MCP Integration StarRocks MCP on OpenAI Agents SDK MCP Compatible StarRocks MCP on Visual Studio Code MCP Extension Client StarRocks MCP on GitHub Copilot AI Agent MCP Integration StarRocks MCP on Google Gemini AI MCP Integration StarRocks MCP on Lovable AI Development MCP Client StarRocks MCP on Mistral AI Agents MCP Compatible StarRocks MCP on Amazon AWS Bedrock MCP Support

Just plug in your AI agents and start using Vinkius.

StarRocks MCP Server connects your AI agent directly to a high-performance OLAP database. It lets you query data, check cluster health, and manage schemas using natural language prompts—no SQL terminal needed.

Your agent can list databases, retrieve full table structures via `get_table_schema`, monitor node status with `list_nodes`, or run complex analytical queries using `execute_query`.

This is for advanced database operations.

What your AI agents can do

Execute query

Runs any arbitrary SQL query against your StarRocks data set.

Get cluster info

Retrieves general status and metadata for the frontend nodes of the cluster.

Get storage usage

Checks the total disk usage and data size statistics across all cluster components.

+ 7 more capabilities included
Discover Database Structure

List all databases, then retrieve the specific schema or list tables within any given database.

Run Analytical Queries

Execute custom SQL queries on demand to pull real-time metrics and insights from your data warehouse.

Monitor Cluster Health

Check the status and metadata of all cluster nodes (FE and BE) or get overall system info via get_cluster_info.

Track Data Pipelines

List active data load jobs (list_jobs) and review materialized view definitions to track data movement.

Assess Storage Usage

Get total disk usage or specific storage statistics across the entire distributed cluster using get_storage_usage.

Supported MCP Clients

OAuth 2.0 Compatible
Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
Vinkius runs on Zendesk Zendesk
+ other MCP clients
Included with Plan

Waiting for input…

AI Agent

StarRocks MCP Server: 10 Tools for Database Operations

These tools give your agent the ability to list databases, check node status, retrieve schemas, and execute any arbitrary query needed to manage your OLAP infrastructure.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using StarRocks on Vinkius
execute019d8484

execute query

Runs any arbitrary SQL query against your StarRocks data set.

get019d8484

get cluster info

Retrieves general status and metadata for the frontend nodes of the cluster.

get019d8484

get storage usage

Checks the total disk usage and data size statistics across all cluster components.

get019d8484

get table schema

Pulls the full structure, including columns and types, for a specified table.

list019d8484

list databases

Returns a list of all databases available in the StarRocks cluster.

list019d8484

list jobs

Shows a list of active or completed data load jobs running through your pipelines.

list019d8484

list mvs

Lists all defined materialized views used for accelerating analytics queries.

list019d8484

list nodes

Provides detailed status information for every backend node in the cluster.

list019d8484

list tables

Lists all tables that exist inside a specified database.

list019d8484

list views

Retrieves a list of views defined within a specific StarRocks database.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with StarRocks, then connect any of our 4,900+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 4,900+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
StarRocks MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by StarRocks. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.

Debugging complex data pipelines used to take an hour of clicks and CLI work.

Today, if your data pipeline fails, you open the StarRocks Manager GUI. You click on 'Jobs,' then drill down into a specific job ID. Then you might have to manually check logs or run separate queries just to see which table failed and why. It's a multi-step process involving five different screens.

With this MCP Server, you tell your agent: 'Check the status of yesterday's data load.' The agent runs `list_jobs`, checks for failures, and uses `get_storage_usage` to confirm if the expected amount of data arrived—all in one chat exchange. You get the answer fast.

StarRocks MCP Server: 10 Tools for Database & Cluster Ops

You don't have to remember dozens of SQL commands or navigate deep menus just to check basic health. You can ask the agent, 'Are all my backend nodes online?' and it runs `list_nodes` instantly, giving you a clean pass/fail report.

The difference is control. Instead of being limited by what the GUI designer thought was necessary, your AI client gives you direct, conversational access to every core operation: schema checks, query execution, node monitoring, and more.

What you can do with this MCP connector

Forget wrestling with a terminal or writing boilerplate SQL just to check your data warehouse health. This server hooks up your agent straight to StarRocks, letting you run complex database operations using natural language—no command line needed. Your AI client acts like an expert DBA sitting right next to you.

Discovering the Data Structure
You can start by listing every database available in the cluster with list_databases. Once you've got a DB name, you pull a list of all tables inside it using list_tables, or check out defined views via list_views. To know exactly what columns you’re working with, run get_table_schema on any table to pull its full structure and data types.

Running Queries & Analyzing Insights
When you need answers, just use execute_query and run any SQL query against your entire StarRocks data set instantly. If you're optimizing performance, check out all defined materialized views using list_mvs. You can also track the lifeblood of your platform by viewing a list of active or completed data load jobs through list_jobs.

Monitoring Cluster Health
To make sure the platform isn't coughing up smoke, you can check overall system status and general metadata using get_cluster_info. For a detailed look at the actual backend components, list_nodes provides specific status information for every node in the cluster. If you gotta know how much space your data is eating up, run get_storage_usage to get disk usage and total data size statistics across all cluster parts.

Built · Hosted · Managed by Vinkius StarRocks MCP Server - Query Data & Manage Clusters with AI Server ID 019d8484-b82a-7173-9daa-5b0d62d872c7
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Common Questions About StarRocks MCP

How do I find out all available databases using list_databases? +

Just ask the agent to 'list all databases.' The tool list_databases runs automatically and gives you a clean list of every database name in your cluster, so you know what scope you're working with.

What is the difference between list_nodes and get_cluster_info? +

They provide different levels of detail. get_cluster_info gives you general system status for the frontend nodes, while list_nodes provides deep, specific metadata about every individual backend node.

Can I check a table's schema without listing databases first? +

No. The agent must establish context. You should start by using list_databases to narrow down the scope, and then use list_tables within that database before asking for the specific structure with get_table_schema.

How does the execute_query tool work? +

The execute_query tool runs standard SQL queries. You simply tell your agent what data you need, and it formats and executes the query for you, returning the results directly in the chat.

How do I use list_jobs to monitor the status of data ingestion pipelines? +

It lists all current and historical data load jobs. You can check which jobs are running, their completion status, or review past performance records for your analytical pipelines.

How do I use get_storage_usage to audit disk space across my StarRocks cluster? +

This tool retrieves detailed statistics on data storage consumption. It shows you the total disk usage and size metrics, letting you spot which part of your distributed cluster is running low on capacity.

After listing a database, how do I use list_tables to get all table names? +

It outputs a simple list of every table housed within the selected database. This helps you quickly enumerate available tables before needing to run schema checks or query data.

What is the purpose of list_mvs, and how do I check for materialized views? +

list_mvs lists all existing materialized views in your cluster. You use these MVs to pre-calculate common metrics, which significantly speeds up complex queries that rely on aggregated data.

How do I find my StarRocks FE Host and Port? +

The FE Host is the IP address or domain of your StarRocks Frontend node. The default HTTP port is 8030. You can verify these in your deployment configuration or by contacting your administrator.

Can I execute DELETE or UPDATE queries through this server? +

Yes. Use the execute_query tool. As long as your authenticated user has the necessary permissions in StarRocks, you can execute any valid SQL statement, including DDL and DML operations.

Is it possible to monitor cluster health through the agent? +

Yes! Use the get_cluster_info and list_nodes tools to retrieve real-time status for all Frontend and Backend nodes, helping you identify offline or overloaded nodes instantly.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for StarRocks. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.