Stape MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Stape MCP Servershow me the request logs for my sGTM container"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Stape.io Model Context Protocol (MCP) Server 🚀
Enterprise-grade Model Context Protocol (MCP) server for Stape.io - the leading hosting platform for server-side Google Tag Manager (sGTM) and Meta Conversions API (CAPI) Gateways.
Connect AI agents like Cursor, Claude Desktop, and Antigravity directly to your Stape infrastructure to automate container management, custom domain SSL provisioning, power-ups, request logs debugging, and Stape Store NoSQL database operations.
🌟 Key Features
18 MCP Tools: Complete coverage of Account, Invoices, Container CRUD, Custom Domains, Power-ups, Request Logs, Stats, and Stape Store (NoSQL DB).
MCP Resources: Direct access to dynamic URIs (
stape://account,stape://containers,stape://container/{id}).MCP Prompts: Pre-configured system prompt templates (
debug_gtm_container_logs,configure_custom_domain).Robust Error Boundary: Custom
StapeErrorclass returning structured JSON payloads without corruptingstdio.Security First: Isolated API Key authentication via
STAPE_API_KEYenvironment variable.Enterprise Ready: Full TypeScript type safety, Zod input validation, Vitest test suite, Docker containerization, and GitHub Actions CI.
Related MCP server: Coolify MCP Server
🛠️ MCP Tools Reference
Account & Invoices
stape_get_account_info: Retrieve account details, user profile, billing plan, and currency balance.stape_get_invoices: Retrieve billing invoices and payment history.
Container Management
stape_list_containers: List all sGTM and Meta CAPI Gateway containers.stape_get_container: Retrieve detailed configuration for a specific container by identifier.stape_create_container: Create a new sGTM or Meta CAPI container.stape_update_container: Update container settings (name, region, GTM ID, plan).stape_delete_container: Delete an existing container.
Custom Domains
stape_list_domains: List custom domains configured for a container.stape_add_domain: Add a custom domain to a container.stape_remove_domain: Remove a custom domain from a container.stape_revalidate_domain: Re-trigger DNS verification for a custom domain.
Power-ups
stape_list_powerups: List active and available power-ups (Custom Loader, Cookie Keeper, GEO Headers, Anonymizer).stape_enable_powerup: Enable a power-up on a container.stape_disable_powerup: Disable a power-up on a container.
Logs & Statistics
stape_get_logs: Fetch outgoing/incoming request logs for debugging tracking tags.stape_get_stats: Retrieve request volume statistics (daily/domain breakdown).
Stape Store (NoSQL Key-Value DB)
stape_get_store_document: Read JSON document by key from Stape Store.stape_set_store_document: Create or update JSON document by key in Stape Store.stape_delete_store_document: Remove a JSON document from Stape Store.
⚡ Quick Start & Installation
1. Prerequisites
Node.js >= 18.0.0
Stape API Key from Account settings → API Keys on stape.io.
2. Build & Test
# Clone and enter directory
cd stape-mcp-server
# Install dependencies
npm install
# Run build
npm run build
# Run unit & integration tests
npm test🔌 AI Host Configuration
Cursor Integration
Add to your Cursor MCP config (.cursor/mcp.json):
{
"mcpServers": {
"stape": {
"command": "node",
"args": [
"/path/to/stape-mcp-server/dist/index.js"
],
"env": {
"STAPE_API_KEY": "your_stape_api_key_here"
}
}
}
}Claude Desktop Integration
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"stape": {
"command": "node",
"args": [
"/path/to/stape-mcp-server/dist/index.js"
],
"env": {
"STAPE_API_KEY": "your_stape_api_key_here"
}
}
}
}🐳 Docker Deployment
# Build image
docker build -t stape-mcp-server -f deployment/Dockerfile .
# Run container
docker run -e STAPE_API_KEY="your_api_key" stape-mcp-server📄 License
MIT License - see LICENSE for details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables AI assistants to interact with Coolify for complete infrastructure management including applications, databases, servers, deployments, and team operations. Provides 100% API coverage with 64 tools for managing the entire Coolify ecosystem through natural language.Last updated18266MIT
- AlicenseBqualityCmaintenanceEnables control and management of Coolify self-hosted PaaS instances, allowing you to deploy applications, manage databases, monitor servers, and execute operations directly from AI assistants.Last updated893727MIT
- Alicense-qualityDmaintenanceEnables management of Coolify instances to control applications, databases, and servers through the Model Context Protocol. It provides a comprehensive set of tools for deploying services and monitoring self-hosted infrastructure using natural language.Last updated262MIT
- AlicenseCqualityDmaintenanceEnables AI agents to manage server infrastructure through the 1Panel API, including Docker containers, databases, and system monitoring. It provides tools for website management, file operations, and application deployment via natural language commands.Last updated1529MIT
Related MCP Connectors
The agent-native cloud: database, functions, AI, storage, computers. 55 tools, one API key.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/webanalyticsprobd-maker/stape-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server