accept_team_invite_verify
ActiveTool of FavCRM
declared in 1.0.0
Step 2 of agentic team invite acceptance. Verifies the emailed code, joins the invited user to the company, and returns a one-time MCP API key for that user.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"token",
"code"
],
"properties": {
"code": {
"type": "string",
"maxLength": 6,
"minLength": 6,
"description": "6-digit code from the invite email"
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 1,
"description": "Optional display name when creating a new user"
},
"token": {
"type": "string",
"description": "Invite token returned by create_team_member_invite or from the invite link"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries