doit-mcp-server
Verified Safeby doitintl
Overview
Provides a Model Context Protocol (MCP) interface to the DoiT API, allowing Large Language Models (LLMs) to access and analyze cloud cost data, anomalies, reports, invoices, and support tickets for troubleshooting and analysis.
Installation
npx wrangler devEnvironment Variables
- DOIT_API_KEY
- CUSTOMER_CONTEXT
Security Notes
The server handles API keys through an OAuth flow and environment variables (DOIT_API_KEY), which is a standard and generally secure practice. JWT decoding uses `atob`, which is safe for decoding data, not executing code. Running on Cloudflare Workers provides a sandboxed environment, enhancing security. No 'eval' or other obviously dangerous patterns were found. Key management relies on secure configuration of environment variables/bindings in the Cloudflare environment.
Similar Servers
mcp
Enables AI assistants to interact with AWS DocumentDB databases, providing tools for connection management, database/collection operations, document querying, aggregation pipelines, query planning, and schema analysis. It acts as a bridge for safe and efficient database operations through the Model Context Protocol (MCP).
bifrost
A high-performance AI gateway with a unified interface for multiple LLM providers, offering real-time monitoring and configuration.
lunar
The Lunar MCP Server acts as an HTTP proxy, designed to intercept, analyze, and manage API traffic within a Python environment, applying policies for caching, throttling, queueing, and collecting data for observability.
heroku-mcp-server
The Heroku Platform MCP Server enables large language models (LLMs) to interact with and manage Heroku Platform resources through a set of specialized tools.