Back to Home
stape-io icon

stape-mcp-server

Verified Safe

by stape-io

Overview

This MCP server provides a standardized interface for AI models to interact with the Stape platform's container management, analytics, and billing functionalities, enabling automated orchestration and data retrieval.

Installation

Run Command
wrangler dev

Security Notes

The server implements robust input validation using Zod schemas for all tool parameters, which effectively prevents many common injection vulnerabilities. Error handling is designed to return structured messages without exposing raw stack traces. Authentication relies on an API key passed via the 'Authorization' header, and requests without it are correctly rejected (401 Unauthorized). No hardcoded sensitive secrets or direct use of dangerous functions like 'eval' or 'child_process' were found. The use of HTTPS for API communication, as implied by the remote endpoint configuration, is crucial for protecting the API key in transit. The core functionality is an API proxy, so its security depends heavily on the underlying Stape API's security model.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens800
Stars5
Forks4
Last Update2025-12-12

Tags

MCPStapeAPI WrapperContainer ManagementAnalyticsBillingCloudflare Worker