# Melo — MCP server on mcp.ai > Connect your Melo account and use 3 tools for analytics straight from your AI agent. Connect with your own API key. Melo provides a comprehensive API for accessing real-time, deduplicated real estate listings and market analytics across France. By: mcp.ai · official Page: https://mcp.ai/melo ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_melo?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/melo/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/melo/ 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/melo/skill.md Postman collection (v2.1): https://mcp.ai/melo/postman.json ## Tools - melo_get_cities(page?: integer, search?: string, per_page?: integer, country_code?: string) — Tool to retrieve a list of cities with optional filters. Use when you need to fetch available cities before processing location-specific data. - melo_list_searches(page?: integer, title?: string, order_title?: string, notification_enabled?: boolean) — Retrieves all property searches saved by the authenticated user from the Melo API. Use this tool to: - View all saved property searches with their filtering criteria - Check notification settings for - melo_simulate_webhook(endpoint: string, event_type: string) — Simulates sending a Melo webhook event to a specified endpoint for testing webhook integrations. This tool triggers the Melo API to send a sample webhook payload (either a property match or event noti ## Example prompts - "What can I do in Melo?" - "Show me a summary of my Melo account" ## Links Docs: https://mcp.ai/docs/mcps/melo Website: https://mcp.ai/mcps/melo