Sliplane MCP Server

The Sliplane MCP server exposes the Sliplane Control API as Model Context Protocol tools so AI assistants (Claude, Cursor, VS Code) can manage deployments, projects, services, and infrastructure on a user's behalf. The hosted endpoint at https://mcp.sliplane.io uses SSE transport with an Authorization Bearer header carrying a Sliplane API key. A reference Python implementation is published under the sliplane/mcp GitHub repository and can also be self-hosted via uv or Docker.

Sliplane MCP Server is one of 2 APIs that Sliplane publishes on the APIs.io network.

Tagged areas include MCP, Model Context Protocol, AI Agents, Deployments, and Docker. The published artifact set on APIs.io includes API documentation and authentication docs.

API entry from apis.yml

apis.yml Raw ↑
aid: sliplane:mcp
name: Sliplane MCP Server
description: The Sliplane MCP server exposes the Sliplane Control API as Model Context Protocol tools
  so AI assistants (Claude, Cursor, VS Code) can manage deployments, projects, services, and infrastructure
  on a user's behalf. The hosted endpoint at https://mcp.sliplane.io uses SSE transport with an Authorization
  Bearer header carrying a Sliplane API key. A reference Python implementation is published under the
  sliplane/mcp GitHub repository and can also be self-hosted via uv or Docker.
humanURL: https://docs.sliplane.io/mcp/getting-started
baseURL: https://mcp.sliplane.io
tags:
- MCP
- Model Context Protocol
- AI Agents
- Deployments
- Docker
properties:
- type: Documentation
  url: https://docs.sliplane.io/mcp/getting-started
- type: SourceCode
  url: https://github.com/sliplane/mcp
- type: Authentication
  url: https://docs.sliplane.io/mcp/getting-started