These docs are available via a Model Context Protocol (MCP) server. Use this integration to find relevant guides, setup steps, and implementation details directly from your AI assistant with links back to the docs. Some ways you can use the Vantage Docs MCP include:
  • Find setup steps (e.g., connecting AWS, Azure, GCP)
  • Locate VQL examples for common questions
  • Understand feature behavior (alerts, dashboards, forecasting, etc.)
  • Pull exact page links to share in Slack, tickets, or PRs
You can use the Vantage Docs MCP along with the Vantage MCP to query your costs and see how to create monitoring resources, like alerts and reports. See the Use Case section for a sample workflow.

Server URL

  • Vantage Docs MCP server: https://docs.vantage.sh/mcp
  • Available tool: search
The search tool returns contextual results with titles and direct links to the matching documentation pages.

Quick Installation

From any docs page, open the contextual menu next to the page title and select one of the following options:
  • Copy page: Lets you copy the current docs page in Markdown format to paste as context for an AI agent.
  • Connect to Cursor: Opens the Tools & Integrations setup screen in Cursor to add the Vantage docs as a new integration.

Connect the Server to Your Tools

See the Model Context Protocol guide for more details.
1

Open Claude Connectors

Go to Claude Settings > Connectors (https://claude.ai/settings/connectors).
2

Add the Vantage Docs MCP server

Select Add custom connector, then enter:
  • Name: Vantage Docs
  • URL: https://docs.vantage.sh/mcp
3

Chat with the server

Save the connector. Open a new chat and click the attachments button (plus icon). Select the connector and ask it what tools you have available. You should see the Vantage Docs MCP search tool as an available tool.

Example Prompts

  • “Where do I find steps to connect Azure EA and what permissions are needed?”
  • “What’s the VQL to filter costs by a specific charge type?”
  • “How do I configure cost anomaly alerts and what thresholds are supported?”
  • “Link me to the page describing the Vantage MCP tools.”
  • “How do I export GCP billing data for Vantage?”

Use Case - Discover Anomalies and Set Up Monitoring

You’re investigating recent cost issues and want to set up proper monitoring to prevent future surprises.
1

Discover anomalies using the Vantage MCP

Ask your AI tool (connected to both MCP servers):
Check for any cost anomalies in our AWS costs from the last 30 days, particularly focusing on services that had unusual spending patterns.
Your assistant uses the Vantage MCP’s list-anomalies tool and finds several anomalies in EC2 and S3 services.
2

Research setup steps using the Vantage Docs MCP

Now ask for the setup documentation:
Search the Vantage docs for how to configure cost anomaly alerts and set up Jira integration for automatic issue creation when anomalies are detected.
Your assistant uses the Vantage Docs MCP search tool and finds:
  • Cost anomaly alerts configuration steps
  • Jira integration setup process
  • Alert threshold configuration options
3

Set up monitoring and automation in Vantage

Based on the provided guidance, you can now:
  • Configure anomaly alerts with appropriate thresholds
  • Set up Jira integration to automatically create tickets
  • Create dashboards to monitor the affected services
  • Set up Slack notifications for immediate awareness

Troubleshooting