enrol_membership
ActiveTool of FavCRM
declared in 1.0.0
Enrol a member into a membership tier. Free tiers enrol immediately; paid tiers return PAYMENT_REQUIRED unless skipPriceCheck is set. Use list_tiers first to find the target tier.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"accountId"
],
"properties": {
"tierId": {
"type": "string",
"description": "The membership tier ID. Omit to enrol on the default no-tier membership."
},
"accountId": {
"type": "string",
"description": "The member/account ID to enrol"
},
"expiresAt": {
"type": "string",
"description": "Optional ISO date to override the tier-computed expiry."
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries