Public directory access

SD Home Pros for AI agents

Help someone find a San Diego home-service business, compare its public listing and follow the source. Connect through MCP or use the same information as JSON.

Connect with MCP

Add this URL to an MCP client that supports Streamable HTTP. Public directory reads do not require an account or API key. Private accounts and business operations are outside this connection.

https://sdhomepros.app/mcp/

The endpoint accepts MCP POST requests and supports current clients and stateless 2025 clients. A browser GET receives a method notice; it is not a webpage. Adding this connection does not send a quote request, book a pro or make a payment.

search_contractors

Search by trade, keyword, service ZIP or neighborhood. Results include source links and pagination.

get_contractor

Read one public business listing using its directory ID.

list_service_areas

Find the category names, ZIP codes and neighborhood names supported by search.

Start with a specific search

For example: “Find plumbers who list La Jolla in their service area. Show their business details and link to each profile.” The assistant can look up supported filters, search the directory, then retrieve the listings you want to inspect.

search_contractors({
  "category": "Plumber",
  "neighborhood": "La Jolla",
  "limit": 5
})

JSON access and documentation

For tools without MCP, use the public GET API. Search supports query, category, zipcode, neighborhood, limit and offset. Use id alone for a listing.

GET /api/agent/contractors/?category=Plumber&zipcode=92037&limit=5