register_organisation_verify
ActiveTool 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"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries