ClipMarts

Real Estate Stack

MLS feeds, DocuSign, and CRM connected for property transactions

$29Operator PackFor departments, agencies, and ops-heavy teams

What is Real Estate Stack?

An MCP bundle for real estate professionals. Includes an MLS data connector (listings, comps, market stats), DocuSign (offers, contracts, disclosures), and a CRM connector for Follow Up Boss or KVCore (leads, contacts, pipeline). Enables your agent to pull property data, manage transactions, and nurture leads across the deal lifecycle.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-codecursor

What's Included

  • mcp-servers.json
  • servers/mls/config.json
  • servers/mls/auth-setup.md
  • servers/docusign/config.json
  • servers/docusign/auth-setup.md
  • servers/crm/config.json
  • servers/crm/auth-setup.md
  • docker-compose.yaml
  • env.example
  • scripts/setup.sh
  • scripts/test-connections.sh
  • README.md

Preview

mcp-servers.json
// mcp-servers.json
{
  "mcpServers": {
    "mls": {
      "command": "npx",
      "args": ["-y", "@mcp/mls-server"],
      "env": {
        "MLS_API_KEY": "${MLS_API_KEY}",
        "MLS_REGION": "${MLS_REGION}",
        "MLS_PROVIDER": "rets"
      }
    },
    "docusign": {
      "command": "npx",
      "args": ["-y", "@mcp/docusign-server"],
      "env": {
        "DOCUSIGN_INTEGRATION_KEY": "${DOCUSIGN_INTEGRATION_KEY}",
        "DOCUSIGN_ACCOUNT_ID": "${DOCUSIGN_ACCOUNT_ID}"
      }
    },
    "crm": {
      "command": "npx",
      "args": ["-y", "@mcp/followupboss-server"],
      "env": {
        "FUB_API_KEY": "${FUB_API_KEY}",
        "FUB_SYSTEM_KEY": "${FUB_SYSTEM_KEY}"
      }
    }
  }
}

Installation Guide

terminal
$ paperclipai skill import --from ./real-estate-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip real-estate-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./real-estate-mcp-bundle/
3

Assign to an agent

# Via CLI:
paperclipai agent update <agent-name> --add-skill real-estate-mcp-bundle

# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Real Estate Stack"

Option B: Dashboard UI

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the real-estate-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Real Estate Stack" from the list.

Share
Files included12
Setup time10 min
Difficultyintermediate

Tags

mcpmlsdocusigncrmreal-estatetransactions