You're viewing a demo portfolio

Join the waitlist
PRSM

accept_team_invite_verify

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →