rightmove-mcp.yml
Rightmove publishes NO official Model Context Protocol server. No mcp.* host, no @modelcontextprotocol package, no MCP entry in the Apigee portal catalogue and no mention of agents or MCP anywhere in the developer surface (searched 2026-07-26). A third-party npm package `rightmove-mcp-server` exists but is unaffiliated with Rightmove and is built on scraping the consumer website, not on the documented APIs — Rightmove exposes no public read/search API for listings. The tool set below is DERIVED from the four Commercial Listings API operations as a proposal for an agent-facing surface; it is not published by Rightmove and no MCPServer pointer is wired for this provider.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
get_commercial_property— Retrieve a commercial property listing by its agent-supplied reference.list_branch_commercial_properties— Retrieve the paged list of commercial properties for a branch, for reconciliation.upsert_commercial_property— Create or update a commercial property listing (building only, or building with spaces). Idempotent on the client-supplied reference.remove_commercial_property— Permanently remove a commercial property listing, with a removal reason.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.