# Page X — MCP server on mcp.ai > Connect your Page X account and use 1 tools for CRM straight from your AI agent. Connect with your own API key. PageX is an all-in-one platform combining CRM, page builder, and online course builder to help businesses manage leads, build websites, and create courses. By: mcp.ai · official Page: https://mcp.ai/page_x ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_page_x?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/page_x/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/page_x/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/page_x/skill.md Postman collection (v2.1): https://mcp.ai/page_x/postman.json ## Tools - page_x_create_lead(more?: object, name?: string, plat?: string, email?: string, phone?: string, customer_id?: string) — Tool to create a lead in PageXCRM. Use when you need to send lead data from websites or other systems to PageXCRM. ## Example prompts - "What can I do in Page X?" - "Show me a summary of my Page X account" ## Links Docs: https://mcp.ai/docs/mcps/page_x Website: https://mcp.ai/mcps/page_x