circle-exclamation
This documentation page is currently under development and may be updated frequently.

mcpMCP server

Towerflow provides an MCP (Model Context Protocol) server that allows AI agents, developer tools, and external applications to interact with the Towerflow platform in a standardized way.

Using the MCP protocol, compatible clients can automatically discover available tools and capabilities exposed by the platform without requiring manual integration.

Server Endpoint

The MCP server is available at:

https://mcp.towerflow.io

Clients connect to this endpoint to perform discovery and retrieve available tools.


Connecting to the MCP Server

To connect your MCP-compatible client, configure the server URL:

{
  "mcpServers": {
    "towerflow": {
      "url": "https://mcp.towerflow.io"
    }
  }
}

After configuration, the client will automatically perform a discovery request and list the available tools.

Last updated