Divorce Network Pro β€” Developer Documentation

Integrate with the Divorce Network Pro directory using our public REST API, OpenAPI specification, and Model Context Protocol (MCP) server. Search verified divorce professionals β€” attorneys, mediators, Certified Divorce Financial Analysts (CDFAs), therapists, coaches, parenting coordinators, and 30+ other categories β€” by location and specialty.

Quick start

# Health check
curl https://divorcenetworkpro.com/api/v1/health

# List professional types
curl https://divorcenetworkpro.com/api/v1/professional-types

# Search attorneys in California
curl "https://divorcenetworkpro.com/api/v1/professionals?state=ca&type=attorney&limit=5"

Resources

Public endpoints

These endpoints require no authentication:

Authentication

Public directory endpoints are open. Authenticated endpoints (professional portal, client portal) use Firebase ID tokens via Authorization: Bearer <token>, obtained through the Firebase client SDK or /api/auth/sessionLogin.

OAuth scopes

Scoped permissions are declared in our protected resource metadata and OpenAPI securitySchemes:

MCP server

Connect via Streamable HTTP at https://divorcenetworkpro.com/api/mcp. Tools: search_professionals, list_professional_types. See the MCP manifest for details.

Support

Questions about the API? Email support@divorcenetworkpro.com or use the contact form.