Metaplane Connector for AI agents.
10 live capabilities
Manage data quality and observability for your production pipelines.
Waiting for input…
Why people use Metaplane
Metaplane for Data Quality Monitoring
With the Metaplane MCP, you can just ask your agent to check your monitor health or list your recent incidents. It pulls that data into your chat window instantly. You get a clear picture of your data health without ever leaving your workspace.
What Vinkius changes
You get instant answers about your data quality without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failed pipeline
An engineer asks the agent to list_incidents for the last hour to see why a production table is empty.
- Real-world use case 02
Verifying a new warehouse connection
A dev uses list_connection_schemas to confirm that the new Snowflake schemas are visible to the agent.
- Real-world use case 03
Auditing monitor health
A manager asks the agent to list_monitors to see which ones are currently running and which are failing.
Complete set · 10capabilities
The complete Metaplane capability set.
These are the exact actions your AI can choose when you ask it to work with Metaplane.
01—04
4 capabilities in this set.
Part of 10 available through Metaplane.
- 01 Capability
List monitors
See every data monitor currently configured in your account. This helps you see your full monitoring coverage.
- 02 Capability
List connection schemas
List all schemas for a specific data connection. Use this to verify that your tables are visible.
- 03 Capability
Trigger monitor run
Manually start a monitor run to check data quality right now. This is great for manual validation.
- 04 Capability
Get account info
Get your current account details from Metaplane. Use this to verify your connection status.
05—07
3 capabilities in this set.
Part of 10 available through Metaplane.
- 05 Capability
Get incident
Fetch the specific details for a single data incident. This helps you see the exact error message.
- 06 Capability
Get monitor
Retrieve the full metadata and status for a specific monitor. Use this to see if a check passed.
- 07 Capability
Get monitor runs
Look up the history of runs for a particular monitor. This shows you the trend of your data quality.
08—10
3 capabilities in this set.
Part of 10 available through Metaplane.
- 08 Capability
List configured alerts
See a list of all your active alert configurations. Use this to audit your notification rules.
- 09 Capability
List data connections
View every data source connection you have set up. This gives you a high level view of your stack.
- 10 Capability
List incidents
Get a full list of all your data incidents. Use this to see what's currently broken across your data.
Set up in minutes
One URL. Then ask Metaplane to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Metaplane from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZzPtEvduP33DM4pFjpxFzBv2qdMoX1IaKAzD75wY/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Metaplane, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Metaplane for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZzPtEvduP33DM4pFjpxFzBv2qdMoX1IaKAzD75wY/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Metaplane URL.
- Step 03
Save and start
Save the connection and enable Metaplane in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"metaplane": {
"url": "https://edge.vinkius.com/vk_preview_ZzPtEvduP33DM4pFjpxFzBv2qdMoX1IaKAzD75wY/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Metaplane
Open Agent mode in chat and ask: "Using Metaplane, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"metaplane": {
"url": "https://edge.vinkius.com/vk_preview_ZzPtEvduP33DM4pFjpxFzBv2qdMoX1IaKAzD75wY/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Metaplane
Ask Copilot: "Using Metaplane, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"metaplane": {
"url": "https://edge.vinkius.com/vk_preview_ZzPtEvduP33DM4pFjpxFzBv2qdMoX1IaKAzD75wY/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Metaplane
Open Cascade and ask: "Using Metaplane, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"metaplane": {
"url": "https://edge.vinkius.com/vk_preview_ZzPtEvduP33DM4pFjpxFzBv2qdMoX1IaKAzD75wY/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Metaplane
Ask Cline: "Using Metaplane, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add metaplane --transport http "https://edge.vinkius.com/vk_preview_ZzPtEvduP33DM4pFjpxFzBv2qdMoX1IaKAzD75wY/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Metaplane
Ask Claude: "Using Metaplane, show me...". 10 tools are ready
Where the request belongs
Work Metaplane can move forward.
This is for the data engineer who's tired of clicking through three different dashboards at 2am to find out why a production table is empty. It's for the analyst who needs to verify that a new schema is actually live before they start building a report.
Data Engineer
Uses this to quickly debug failed pipelines and check monitor run histories during on-call shifts.
Data Analyst
Checks data connection schemas and monitor health to ensure data is ready for reporting.
Data Ops Manager
Summarizes recent incidents and audits alert configurations for team status updates.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAxiom
Manage logs and observability data via Axiom. ingest data, run APL queries, and manage datasets or monitors directly from any AI agent.
Honeycomb
Automate observability via Honeycomb. manage datasets, queries, and markers directly from any AI agent.
Matillion (Cloud Data Integration & ELT)
Manage data pipelines via Matillion. audit ETL workflows, track execution statuses, and monitor cloud environments.
AppDynamics (Application Performance Monitor API)
Monitor application performance, business transactions, and infrastructure health rules directly from your AI agent.
Dynatrace (APM and Observability)
Monitor and manage your Dynatrace environment. query metrics, track problems, manage entities, and automate observability workflows directly from your AI agent.
Datadog
Monitor infrastructure, applications, and logs with unified observability that gives you full-stack visibility in real time.
Bring your own AI
Change the model, client or framework. Keep Metaplane connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Metaplane.
The practical details behind the request, access and result.
What is the Metaplane MCP for?
It's for managing your data quality and observability. You can ask your agent to check monitor statuses, find incidents, and view your data connections.
Can I use Metaplane MCP to see my database schemas?
Yes, you can use it to list schemas for any of your connected data sources. This helps you understand your data lineage without leaving your chat.
How do I check for recent data incidents with Metaplane MCP?
Just ask your agent to list your incidents. It will pull the latest alerts and give you a summary of what's broken and its current status.
Can I manually run a data check using Metaplane MCP?
Yes, you can trigger a specific monitor run on demand. This is great for verifying data quality before a big release.
Does Metaplane MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. You just need to connect your Metaplane API key.
How do I find my Metaplane API Key?
Log in to Metaplane, go to your Account Settings, and you can generate or copy your API Key from the API section.
Can I trigger a monitor run manually?
Yes! Use the trigger_monitor_run capability and provide the monitor ID to start a data quality check immediately.
Is my data observability data secure?
Absolutely. Your token is encrypted at rest and injected securely at runtime.
One connection away
Give your agent a direct line to Metaplane.
Connect Metaplane once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available