# Cincopa — MCP server on mcp.ai > Connect your Cincopa account and use 5 tools for video and audio straight from your AI agent. Connect with your own API key. Cincopa is a comprehensive media platform offering tools for uploading, managing, and customizing multimedia content, including videos, images, and audio, with robust APIs for seamless integration. By: mcp.ai · official Page: https://mcp.ai/cincopa ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cincopa?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/cincopa/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cincopa/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/cincopa/skill.md Postman collection (v2.1): https://mcp.ai/cincopa/postman.json ## Tools - cincopa_asset_upload_from_url(fid?: string, rid?: string, type?: string, input: string) — Tool to upload a new asset directly from a provided external URL and receive a status ID for tracking. Use when you need to import media from a remote source and optionally specify a gallery or existi - cincopa_asset_upload_from_url_abort(status_id: string) — Tool to abort an ongoing asset upload-in-progress by providing its status ID. Use when an upload is no longer needed, was initiated by mistake, or is taking too long. - cincopa_asset_upload_from_url_get_status(status_id: string) — Tool to check the status of an asset upload initiated via URL by its status ID. Use after calling 'Upload Asset From URL' to poll for completion. - cincopa_get_upload_iframe(fid?: string, rrid?: string) — Tool to get an upload iframe URL for embedding an upload widget. Use when you need to generate an HTML iframe for uploading media to a Cincopa gallery. - cincopa_ping() — Tool to validate API connection. Use after obtaining a valid api_token to confirm connectivity. ## Example prompts - "What can I do in Cincopa?" - "Show me a summary of my Cincopa account" ## Links Docs: https://mcp.ai/docs/mcps/cincopa Website: https://mcp.ai/mcps/cincopa