Cube.dev MCP Server for Pydantic AIGive Pydantic AI instant access to 15 tools to Check Live, Check Ready, Convert Query, and more
Pydantic AI brings type-safe agent development to Python with first-class MCP support. Connect Cube.dev through Vinkius and every tool is automatically validated against Pydantic schemas. catch errors at build time, not in production.
Ask AI about this MCP Server for Pydantic AI
The Cube.dev MCP Server for Pydantic AI is a standout in the Brain Trust category — giving your AI agent 15 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from pydantic_ai import Agent
from pydantic_ai.mcp import MCPServerHTTP
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
server = MCPServerHTTP(url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
agent = Agent(
model="openai:gpt-4o",
mcp_servers=[server],
system_prompt=(
"You are an assistant with access to Cube.dev "
"(15 tools)."
),
)
result = await agent.run(
"What tools are available in Cube.dev?"
)
print(result.data)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Cube.dev MCP Server
Connect your Cube.dev instance to any AI agent to bridge the gap between natural language and your data warehouse. This server allows your agent to interact with Cube's semantic layer, ensuring consistent metrics and high-performance data retrieval.
Pydantic AI validates every Cube.dev tool response against typed schemas, catching data inconsistencies at build time. Connect 15 tools through Vinkius and switch between OpenAI, Anthropic, or Gemini without changing your integration code. full type safety, structured output guarantees, and dependency injection for testable agents.
What you can do
- Data Querying — Execute complex REST API queries using
load_queryto fetch aggregated data with measures, dimensions, and filters. - SQL Inspection — Use
get_sqlandexecute_cube_sqlto debug or run raw queries against the SQL API for deep data investigation. - Metadata Exploration — Retrieve cube definitions, views, and segments via
get_metato understand your data model without leaving the chat. - Performance Management — Trigger and monitor background pre-aggregation builds with
trigger_pre_aggregation_jobto ensure your dashboards stay fast. - Cloud Management — List deployments and environments if using Cube Cloud to manage your infrastructure context.
The Cube.dev MCP Server exposes 15 tools through the Vinkius. Connect it to Pydantic AI in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 15 Cube.dev tools available for Pydantic AI
When Pydantic AI connects to Cube.dev through Vinkius, your AI agent gets direct access to every tool listed below — spanning semantic-layer, data-modeling, sql-api, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Check live on Cube.dev
Check if Cube deployment is live
Check ready on Cube.dev
Check if Cube deployment is ready
Convert query on Cube.dev
Convert a SQL query to a REST API query format
Execute cube sql on Cube.dev
Execute a raw SQL query against the SQL API
Generate meta token on Cube.dev
Requires CUBE_CLOUD_API_KEY. Generate a JWT for the Metadata API
Get entity on Cube.dev
Get detailed metadata for a specific entity
Get meta on Cube.dev
Get metadata for cubes and views
Get pre aggregation job status on Cube.dev
Get status of pre-aggregation jobs
Get sql on Cube.dev
Useful for debugging. Get generated SQL for a Cube query
List data sources on Cube.dev
List configured data sources
List deployments on Cube.dev
Requires CUBE_CLOUD_API_KEY. List all Cube Cloud deployments
List entities on Cube.dev
List all cubes and views
List environments on Cube.dev
Requires CUBE_CLOUD_API_KEY. List environments for a deployment
Load query on Cube.dev
Use this to get aggregated data. Execute a Cube query and return results
Trigger pre aggregation job on Cube.dev
Trigger a pre-aggregation build job
Connect Cube.dev to Pydantic AI via MCP
Follow these steps to wire Cube.dev into Pydantic AI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install Pydantic AI
pip install pydantic-aiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.py and run: python agent.pyExplore tools
Why Use Pydantic AI with the Cube.dev MCP Server
Pydantic AI provides unique advantages when paired with Cube.dev through the Model Context Protocol.
Full type safety: every MCP tool response is validated against Pydantic models, catching data inconsistencies before they reach your application
Model-agnostic architecture. switch between OpenAI, Anthropic, or Gemini without changing your Cube.dev integration code
Structured output guarantee: Pydantic AI ensures tool results conform to defined schemas, eliminating runtime type errors
Dependency injection system cleanly separates your Cube.dev connection logic from agent behavior for testable, maintainable code
Cube.dev + Pydantic AI Use Cases
Practical scenarios where Pydantic AI combined with the Cube.dev MCP Server delivers measurable value.
Type-safe data pipelines: query Cube.dev with guaranteed response schemas, feeding validated data into downstream processing
API orchestration: chain multiple Cube.dev tool calls with Pydantic validation at each step to ensure data integrity end-to-end
Production monitoring: build validated alert agents that query Cube.dev and output structured, schema-compliant notifications
Testing and QA: use Pydantic AI's dependency injection to mock Cube.dev responses and write comprehensive agent tests
Example Prompts for Cube.dev in Pydantic AI
Ready-to-use prompts you can give your Pydantic AI agent to start working with Cube.dev immediately.
"Show me the metadata for all available cubes and views."
"Run a query to get the total count of orders grouped by status for the last 30 days."
"Trigger a pre-aggregation build for the 'Sales' cube."
Troubleshooting Cube.dev MCP Server with Pydantic AI
Common issues when connecting Cube.dev to Pydantic AI through Vinkius, and how to resolve them.
MCPServerHTTP not found
pip install --upgrade pydantic-aiCube.dev + Pydantic AI FAQ
Common questions about integrating Cube.dev MCP Server with Pydantic AI.
How does Pydantic AI discover MCP tools?
MCPServerHTTP instance with the server URL. Pydantic AI connects, discovers all tools, and generates typed Python interfaces automatically.Does Pydantic AI validate MCP tool responses?
Can I switch LLM providers without changing MCP code?
Explore More MCP Servers
View all →
Deel
10 toolsManage global contracts, team members, invoices, payments, time-off, and expenses — global HR for AI agents.

Fidelizador
8 toolsBuild customer loyalty programs with points, rewards, and engagement campaigns that keep shoppers coming back.

Eurostat Trade — EU International Commerce
5 toolsEU international trade data: imports and exports by partner country and product classification (SITC), industrial production index, retail trade volume, and services sector statistics for all 27 EU member states.

Alpaca Trading
14 toolsTrade stocks and crypto, access real-time market data, and manage your Alpaca brokerage account directly through any AI agent.
