Servers
Vantage MCP Server
@vantage-sh
MCP Server to fetch costs and usage data from your Vantage account.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vantage-mcp-server": {
"command": "<path_to_compiled_vantage_mcp_server_binary>",
"args": [],
"env": {
"VANTAGE_BEARER_TOKEN": "<YOUR_TOKEN>"
}
}
}
}