Back to Home
doitintl icon

doit-mcp-server

Verified Safe

by 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

Run Command
npx wrangler dev

Environment 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

Stats

Interest Score38
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars13
Forks1
Last Update2026-01-13

Tags

Cloudflare WorkersMCP ServerDoiT APICloud Cost ManagementAI IntegrationAnalyticsOAuth