# Tidy — MCP server on mcp.ai > Connect your Tidy account and use 10 tools for scheduling and booking straight from your AI agent. Connect with your own API key. TIDY helps to maintain a clean house. A rental. Your employee's workspace. Your home. All automated through TIDY. By: mcp.ai · official Page: https://mcp.ai/tidy ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_tidy?ms=1787293620000 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/tidy/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/tidy/ 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/tidy/skill.md Postman collection (v2.1): https://mcp.ai/tidy/postman.json ## Tools - tidy_create_address(city?: string, unit?: string, notes?: object, address: string, country: string, parking: object, postal_code: string) — Tool to create a new address record with location data, parking information, and access instructions. Use when you need to add a new property address to Tidy. - tidy_create_pro(name: string, email: string) — Tool to add a Pro to the Priority List for all addresses in a customer account. Use when syncing professional service provider information from another application into TIDY. - tidy_delete_address(address_id: string) — Tool to remove an address from the system by its unique identifier. Use when you need to delete an address that has no active scheduled jobs. Important: Addresses with active jobs cannot be deleted an - tidy_list_all_addresses() — Tool to retrieve all addresses sorted by creation date with most recent first. Use when you need to view all property addresses in the Tidy system. - tidy_list_all_jobs(page?: integer, status?: string, per_page?: integer, address_id?: string, to_do_list_id?: string) — Tool to retrieve all jobs associated with an account with optional filtering by address_id, status, or to_do_list_id. Use when you need to view or manage jobs in the Tidy system. - tidy_list_available_booking_time_slots(address_id: integer, service_type_key: string) — Tool to retrieve available booking time slots from professionals in your network for the next 4 weeks. Use when you need to find instantly available times to book a service. - tidy_list_guest_reservations() — Tool to retrieve all guest reservations sorted by creation date with most recent first. Use when you need to view or manage guest bookings in the Tidy system. - tidy_list_to_do_lists(address_id?: string) — Tool to retrieve all active address to-do lists with optional filtering by address_id, sorted by creation date with most recent first. Use when you need to view or manage to-do lists in the Tidy syste - tidy_retrieve_address(address_id: string) — Tool to retrieve the details of an existing address by its unique identifier. Use when you need to view complete information about a specific address including parking and access notes. - tidy_update_address(notes?: object, parking?: object, address_id: string) — Tool to update parking details and access notes for an existing address. Use when you need to modify parking information or property access instructions. Important: Cannot update address, unit, postal ## Example prompts - "What can I do in Tidy?" - "Show me a summary of my Tidy account" ## Links Docs: https://mcp.ai/docs/mcps/tidy Website: https://mcp.ai/mcps/tidy