enrol_membership

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.

SERVERFavCRM SOURCEhttps://api.favcrm.io/mcp
Critical RISK CLASS
Category Financial
Parameters 31 required
Recommended Approval-gatedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-favcrm-favcrm/enrol-membership.md

What enrol_membership does on FavCRM

AI agents use enrol_membership to commit financial operations through FavCRM, usually the final step of a payment, billing, or trading workflow. A call moves real money.

ParameterTypeRequiredDescription
tierId string The membership tier ID. Omit to enrol on the default no-tier membership.
accountId string Yes The member/account ID to enrol
expiresAt string Optional ISO date to override the tier-computed expiry.

Parameters from the server's own tool schema.

Why enrol_membership is rated Critical

The tool directly triggers or initiates payment obligations for paid membership tiers. Even if free tiers are immediate, the tool's design around 'skipPriceCheck' and 'PAYMENT_REQUIRED' responses indicates it can commit financial transactions, placing it in the Financial category as the most severe applicable.

From the tool's definition paid tiers return PAYMENT_REQUIRED unless skipPriceCheck is set — enrolling a member into a paid membership tier commits a financial obligation

Questions about enrol_membership

What does the enrol_membership tool do? +

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. It is categorised as a Financial tool in the FavCRM MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

What parameters does enrol_membership accept? +

enrol_membership accepts 3 parameters: tierId, accountId, expiresAt. Required: accountId. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on enrol_membership? +

Register the FavCRM MCP server in PolicyLayer and add a rule for enrol_membership: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches FavCRM. Nothing to install.

What risk level is enrol_membership? +

enrol_membership is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit enrol_membership? +

Yes. Add a rate_limit block to the enrol_membership rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block enrol_membership completely? +

Set action: deny in the PolicyLayer policy for enrol_membership. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides enrol_membership? +

enrol_membership is provided by the FavCRM MCP server (https://api.favcrm.io/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on FavCRM, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of FavCRM's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.