stape-mcp-server
Verified Safeby 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
wrangler devSecurity 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
mcp-server-cloudflare
Enable Large Language Models (LLMs) to interact with and automate tasks across various Cloudflare services through a standardized Model Context Protocol (MCP).
google-tag-manager-mcp-server
This server acts as a middleware proxy for Model Context Protocol (MCP) clients to interact with the Google Tag Manager API, enabling AI agents to manage GTM accounts, containers, workspaces, and various resources like tags, triggers, and variables securely via Google OAuth.
mcp-servers
An MCP server providing create, read, update, and delete (CRUD) operations for cloud storage, specifically Google Cloud Storage, with capabilities for file listing and intelligent access control.
portaljs-mcp-server
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing AI agent tools to interact with PortalJS datasets for search, retrieval, and data preview.