# Raindear Leads Public-safe real estate investing command center for property leads, buyer networks, deal pipelines, outreach planning, contracts, analytics, and PlatPhormNews automation. Public-safe mode: Synthetic Sample Data. No real private leads, owner contacts, buyer contacts, outreach events, contracts, or revenue are exposed. Important routes: - Dashboard: https://raindeer.platphormnews.com/dashboard - API docs: https://raindeer.platphormnews.com/api/docs - OpenAPI: https://raindeer.platphormnews.com/openapi.json - MCP JSON-RPC: https://raindeer.platphormnews.com/api/mcp - Trust policy: https://raindeer.platphormnews.com/.well-known/trust.json Protected actions require PLATPHORM_API_KEY. Public API routes: - GET /api/v1/dashboard - GET /api/v1/properties - GET /api/v1/properties/{id} - GET /api/v1/buyers - GET /api/v1/buyers/{id} - GET /api/v1/deals - GET /api/v1/deals/{id} - GET /api/v1/activities - GET /api/v1/analytics - GET /api/v1/contracts/templates - GET /api/v1/demo/status - GET /api/v1/providers/status - GET /api/v1/sources - GET /api/v1/protected-actions - GET /api/v1/route-compliance - GET /api/v1/discovery-compliance Protected operation routes: - POST /api/v1/properties/import - POST /api/v1/buyers/import - POST /api/v1/leads/enrich - POST /api/v1/leads/score - POST /api/v1/dialer/call - POST /api/v1/email/send - POST /api/v1/sms/send - POST /api/v1/contracts/send - POST /api/v1/reports/export - POST /api/v1/providers/sync - POST /api/v1/admin/sync Public MCP tools: - get_dashboard - list_properties - get_property - list_buyers - get_buyer - list_deals - get_deal - list_recent_activities - get_analytics_summary - list_contract_templates - get_demo_status - list_lead_sources - get_provider_status - get_public_capabilities - get_agent_policy - list_agent_platforms - get_agent_platform - get_health - get_info - get_route_compliance - get_discovery_compliance Protected MCP tools exist for future provider-backed imports, enrichment, communications, contracts, exports, and syncs. They do not execute without PLATPHORM_API_KEY.