# Project Bubble — MCP server on mcp.ai > Connect your Project Bubble account and use 3 tools for project management straight from your AI agent. Connect with your own API key. ProProfs Project is a project management tool that helps teams plan, collaborate, and deliver projects efficiently. By: mcp.ai · official Page: https://mcp.ai/project_bubble ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_project_bubble?ms=1787296020000 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/project_bubble/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/project_bubble/ 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/project_bubble/skill.md Postman collection (v2.1): https://mcp.ai/project_bubble/postman.json ## Tools - project_bubble_data_api_get_data_type_fields(data_type: string) — Retrieves the field schema for a specific Bubble data type, returning metadata about each field including its name, data type, and whether it's required. Use this after discovering available data type - project_bubble_data_api_get_objects(count?: string, limit?: integer, cursor?: string, data_type: string, descending?: string, sort_field?: string, constraints?: string, ignore_fields?: string) — Tool to retrieve a list of objects for a specified data type. Use when you need to list items with optional filters, sorting, and pagination. - project_bubble_data_api_get_record(id: string, type: string) — Retrieves a single record by its unique ID from a specified data type (table/collection). Use this when you need to fetch detailed information about a specific record and you already know its ID. The ## Example prompts - "What can I do in Project Bubble?" - "Show me a summary of my Project Bubble account" ## Links Docs: https://mcp.ai/docs/mcps/project_bubble Website: https://mcp.ai/mcps/project_bubble