← WebMCP Directory

Tool tree

crmsolo.online

Productivity & Business
https://crmsolo.online/
Real estate CRM reviews and comparisons for solo agents, with pricing information and a commission ROI calculator.
Explore capabilities

Tools verified

calculate_crm_roiAnswer

Calculate estimated annual commission increase and ROI based on transaction volume, home prices, and CRM conversion uplift benchmarks.

View tool JSON
{
  "name": "calculate_crm_roi",
  "kind": "answer",
  "impl": "imperative",
  "description": "Calculate estimated annual commission increase and ROI based on transaction volume, home prices, and CRM conversion uplift benchmarks.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "annual_deals": {
        "type": "number",
        "description": "Current number of closed transactions per year (e.g. 12)."
      },
      "avg_home_price": {
        "type": "number",
        "description": "Average transaction sales price in USD (e.g. 450000)."
      },
      "commission_rate_pct": {
        "type": "number",
        "description": "Agent commission percentage per deal (e.g. 2.8)."
      }
    },
    "additionalProperties": false
  }
}
get_crm_detailsAnswer

Get in-depth review breakdown, rating, pricing details, and relevant workflows for a specific CRM platform.

View tool JSON
{
  "name": "get_crm_details",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get in-depth review breakdown, rating, pricing details, and relevant workflows for a specific CRM platform.",
  "inputSchema": {
    "type": "object",
    "required": [
      "crm_id"
    ],
    "properties": {
      "crm_id": {
        "type": "string",
        "description": "The unique identifier or name of the CRM (e.g., 'pipedrive', 'streak-crm', 'follow-up-boss')."
      }
    },
    "additionalProperties": false
  }
}
list_crmsAnswer

List the top rated real estate CRM platforms featured in the CRMsolo directory with their ratings, pricing, key strengths, and target agent profiles.

View tool JSON
{
  "name": "list_crms",
  "kind": "answer",
  "impl": "imperative",
  "description": "List the top rated real estate CRM platforms featured in the CRMsolo directory with their ratings, pricing, key strengths, and target agent profiles.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
start_crm_trialAction

Initiate handoff to start a free trial or visit the official page for the chosen CRM platform.

View tool JSON
{
  "name": "start_crm_trial",
  "kind": "act",
  "impl": "imperative",
  "description": "Initiate handoff to start a free trial or visit the official page for the chosen CRM platform.",
  "inputSchema": {
    "type": "object",
    "required": [
      "crm_id"
    ],
    "properties": {
      "crm_id": {
        "type": "string",
        "description": "The unique identifier or name of the CRM (e.g., 'streak-crm', 'pipedrive', 'follow-up-boss')."
      },
      "navigate": {
        "type": "boolean",
        "description": "Whether to initiate navigation to the CRM trial page (default: true)."
      }
    },
    "additionalProperties": false
  }
}