You're viewing a demo portfolio

Join the waitlist
PRSM

enrol_membership

Active

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

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
enrol_membership — FavCRM — PRSM MCP