CRM REBS
Real-estate CRM for agencies: property listings, buyer requests, contacts, viewings, and contracts.
Auth: API keyLive integration
Tools
What your agent can do with CRM REBS
CRMREBS_SEARCHSearch across CRM REBS records and content.
CRMREBS_CREATECreate a new item in CRM REBS with validated fields.
CRMREBS_UPDATEUpdate an existing CRM REBS item by id.
CRMREBS_LISTList and filter CRM REBS items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect CRM REBS from your dashboard.
- Copy your gateway URL:
mcp.spinrun.ai/you - Paste it into Claude, Cursor, or any MCP client.
Option B: API
curl -X POST https://api.spinrun.ai/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "CRMREBS_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'