You're viewing a demo portfolio

Join the waitlist
PRSM

register_organisation_verify

Active

Tool of FavCRM

declared in 1.0.0

Step 2 of agentic signup. Confirms the 6-digit code and creates the workspace. Returns an API key the agent should set as Authorization: Bearer <apiKey> for all subsequent FavCRM MCP calls in this session.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "requestId",
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "maxLength": 6,
      "minLength": 6,
      "description": "6-digit code from the verification email"
    },
    "requestId": {
      "type": "string",
      "description": "From register_organisation_request"
    }
  }
}

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_verify — FavCRM — PRSM MCP