# Streamtime — MCP server on mcp.ai > Connect your Streamtime account and use 4 tools for project management straight from your AI agent. Connect with your own API key. Streamtime is project management software for creative businesses including design studios, agencies, and architects. It offers job tracking, time tracking, scheduling, quoting, invoicing, and team collaboration tools. By: mcp.ai · official Page: https://mcp.ai/streamtime ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_streamtime?ms=1787293740000 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/streamtime/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/streamtime/ 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/streamtime/skill.md Postman collection (v2.1): https://mcp.ai/streamtime/postman.json ## Tools - streamtime_list_roles() — Retrieves all roles in the Streamtime organization. No parameters required. Returns role ID, name, and active status. Use this to discover available roles before assigning them to users or when you ne - streamtime_organisation_get_organisation() — Tool to retrieve your organisation’s details. Use after confirming your authentication to ensure you are operating within the correct organisation context. - streamtime_roles_get_role(role_id: string) — Tool to retrieve a role by ID. Use when you need to fetch details of a specific role after confirming its ID. - streamtime_users_list_saved_segments(user_id: string) — Retrieves all saved segments for a specific user. Saved segments are custom filters or views that a user has created and saved in Streamtime. Use this when you need to see what segment filters a user ## Example prompts - "What can I do in Streamtime?" - "Show me a summary of my Streamtime account" ## Links Docs: https://mcp.ai/docs/mcps/streamtime Website: https://mcp.ai/mcps/streamtime