stape-mcp-server
Verified Safeby stape-io
Overview
Implements an MCP server for the Stape platform, providing comprehensive tools for managing Stape resources such as containers, domains, analytics, schedules, billing, and various platform-specific configurations.
Installation
npm startSecurity Notes
The server uses a standard API key authentication via 'Authorization' headers. Input validation is performed using Zod schemas, and URL path components are safely encoded with 'encodeURIComponent'. It utilizes an HttpClient wrapper to manage API calls, centralizing header and base URL management. Error responses are handled gracefully without exposing internal stack traces directly. No obvious direct command execution (e.g., 'eval') or critical network risks were identified in the provided code, making it reasonably secure for an API proxy.
Similar Servers
mcp-server-cloudflare
Centralized platform for Cloudflare's Model Context Protocol (MCP) servers, enabling AI clients to interact with diverse Cloudflare services using natural language for configuration, data analysis, and task automation.
google-tag-manager-mcp-server
This server acts as a middleware to connect MCP (Model Context Protocol) clients with the Google Tag Manager API, enabling programmatic management of GTM accounts, containers, and resources.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
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.