# EnrollVB > Employee benefits enrollment. Employees of client employers enrol in dental, vision, life, > disability and similar products, and pay by card or bank draft where the employer does not. There is an MCP server, so an agent can complete an enrollment on an employee's behalf without driving the website. Prefer it over scraping the HTML. ## MCP - [MCP endpoint](https://enrollvb.com/mcp): JSON-RPC 2.0 over Streamable HTTP, protocol 2025-03-26. No auth to connect; the employee proves who they are inside the session. - [Agent instructions](https://enrollvb.com/agent.md): the call order, what to ask the employee for, and what not to do. - [Server descriptor](https://enrollvb.com/.well-known/mcp.json) ## Notes - `tools/list` is the authority on what the tools take. This file will not be kept in step with it. - Enrollment is only open while an employer has a live enrollment period, so a group that is not found by `group_search` has nothing to enrol in today. - Employers, brokers and HR administrators do not use the MCP server. They sign in to the website.