Syncello Documentation
Syncello provides AI-powered tools for automating workflows across Tape, Podio, and ShareFile. Access these tools via MCP (Model Context Protocol) or REST API.
Quick Links
MCP Server
Connect Claude Desktop or other MCP clients to Syncello tools.
REST API
Execute tools directly via HTTP with JWT authentication.
Tools Reference
Browse all available tools for Tape, Podio, and ShareFile.
Example Usage
MCP (Claude Desktop)
Claude Prompt
List all apps in my Tape workspaceREST API
cURL
curl -X POST https://api.syncello.io/v1/tools/tape/listApps \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{"workspace_id": 12345}'