Back to Home
vantage-sh icon

vantage-mcp-server

Verified Safe

by vantage-sh

Overview

Facilitates natural language interaction with Vantage cloud cost data and resources via Model Context Protocol (MCP) clients.

Installation

Run Command
npm run local

Environment Variables

  • VANTAGE_TOKEN
  • VANTAGE_API_HOST
  • VANTAGE_MCP_TOKEN
  • AUTH0_CLIENT_ID
  • AUTH0_CLIENT_SECRET
  • AUTH0_DOMAIN
  • AUTH0_SCOPE
  • AUTH0_AUDIENCE
  • SELF_CALLBACK_URL
  • SENTRY_DSN

Security Notes

The server leverages environment variables (e.g., VANTAGE_TOKEN, AUTH0_CLIENT_SECRET) for sensitive data, which is a good practice. OAuth authentication is implemented using 'oauth4webapi' and Cloudflare's OAuth Provider, including PKCE and CSRF protection, indicating a robust approach to user authentication. API calls to the Vantage backend are handled by a shared 'callApi' function, which includes user-agent headers for traceability and structured error handling for non-OK responses, preventing direct exposure of raw API errors. No 'eval' or obvious code obfuscation found. External network calls are confined to the Vantage API.

Similar Servers

Stats

Interest Score49
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars76
Forks6
Last Update2025-12-12

Tags

MCPCloud Cost ManagementAI AgentNatural Language ProcessingVantage API