MCP 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.
Server Endpoint
https://mcp.towerflow.ioConnecting to the MCP Server
{
"mcpServers": {
"towerflow": {
"url": "https://mcp.towerflow.io"
}
}
}Last updated