You're viewing a demo portfolio

Join the waitlist
PRSM

register_organisation_request

Active

Tool of FavCRM

declared in 1.0.0

Step 1 of agentic signup. Sends a 6-digit verification code to the email. After the user reads the code, call register_organisation_verify with it to finish and receive an API key. Use this when a user wants to create a new FavCRM workspace from inside an MCP client.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "organisationName",
    "email"
  ],
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
      "description": "Owner email — receives a 6-digit code (10 min TTL)"
    },
    "country": {
      "type": "string",
      "maxLength": 2,
      "minLength": 2,
      "description": "ISO 3166-1 alpha-2 country code (HK, US, GB, ...)"
    },
    "industry": {
      "enum": [
        "beauty",
        "fitness",
        "tutoring",
        "retail",
        "hospitality",
        "services",
        "other"
      ],
      "type": "string",
      "description": "Vertical — drives default templates"
    },
    "timezone": {
      "type": "string",
      "description": "IANA timezone (e.g. Asia/Hong_Kong); falls back to country default"
    },
    "organisationName": {
      "type": "string",
      "maxLength": 80,
      "minLength": 2,
      "description": "Business / brand name (used as the first company name too)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
register_organisation_request — FavCRM — PRSM MCP