crea-realtor-ca
CREA publishes no official MCP server for any REALTOR.ca API. Searches of the DDF and Board API documentation, the MCP registries and npm turned up no CREA-operated hosted or stdio server, and there is no CREA GitHub organization to host one. The tools[] below are a CANDIDATE surface derived one-to-one from the operations in the two harvested OpenAPI documents, so an agent-facing server could be stood up over the existing contract. One community server does exist and is recorded separately under third_party[].
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 http
Tools
list_properties— List MLS System listings from the DDF Web API OData Property collection.get_property— Retrieve a single listing by PropertyKey (ListingKey).replicate_properties— Retrieve the master list of ListingKey + ModificationTimestamp pairs for incremental sync.replicate_properties_for_destination— Property replication list scoped to a single Destination (data feed).list_members— List REALTOR (agent) roster records from the DDF Web API Member collection.get_member— Retrieve a single REALTOR by MemberKey.replicate_members— Retrieve the master list of MemberKey + ModificationTimestamp pairs.replicate_members_for_destination— Member replication list scoped to a single Destination.list_offices— List brokerage office roster records from the DDF Web API Office collection.get_office— Retrieve a single office by OfficeKey.replicate_offices— Retrieve the master list of OfficeKey + ModificationTimestamp pairs.replicate_offices_for_destination— Office replication list scoped to a single Destination.list_open_houses— List current and future open house events tied to listings.get_open_house— Retrieve a single open house event by OpenHouseKey.list_destinations— List the DDF data feeds (Destinations) the calling credential can see.get_destination— Retrieve a single Destination (data feed) by DestinationKey.create_lead— Send a consumer enquiry to the listing REALTOR. This is the only write operation in the entire CREA API estate; set SuppressEmail=true when testing so no email reaches the agent.list_board_members— List member roster records from the Board API (requires Accept application/json).get_board_member— Retrieve a single board member by MemberNationalAssociationId.list_board_offices— List office roster records from the Board API.get_board_office— Retrieve a single board office by OfficeNationalAssociationId.
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.