Our locally ran MCP server that runs the same logic as our remote MCP for tooling. To use this, simply install the package and set VANTAGE_TOKEN as an environment variable that is your Vantage token.
{
"mcpServers": {
"vantage": {
"command": "npx",
"args": [
"-y",
"vantage-mcp-server"
]
}
}
}