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
- OpenAPI specification β machine-readable API surface
- llms.txt β agent instructions and when-to-use guidance
- MCP manifest β Model Context Protocol tools
- OAuth protected resource metadata β RFC 9728 scope discovery
- Agent skills index β when-to-use guidance for agents
Public endpoints
These endpoints require no authentication:
GET /api/v1/healthβ API health checkGET /api/v1/professional-typesβ List profession categoriesGET /api/v1/professionalsβ Search the directoryPOST /api/contactβ Contact support
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:
professionals:readβ Search and read public professional directory listingsprofessionals:writeβ Create and update your professional profile (requires professional account)services:readβ Read marketplace services for a professionalservices:writeβ Manage your marketplace services (requires professional account)client:readβ Read your client portal data (requires client account)client:writeβ Update your client portal profile and preferences (requires client account)
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.