Calling mypage from your AI tool
Cursor, Claude and other MCP clients can drive mypage as a set of five tools.
What it is for
If you already work in an AI tool, switching windows to start a project is friction.
mypage answers as a standard tool server, so your tool can list templates and start a project without you leaving it.
You can go from talking about an idea to having the project, in the same window.
What you need
An MCP client and the server address. The protocol is JSON-RPC 2.0 at version 2025-06-18.
Setting it up differs by client, but it is usually one line naming the server.
The order to do it in
Add the server in your client, then list the tools to confirm five come back.
Start with listing templates. It reads nothing of yours and proves the connection.
If five do not come back, the address is wrong or the connection is blocked.
How to check it worked
The five tools are: list templates, start from a template, read a project, plan a build, deploy a project.
Planning a build returns what would be built and runs nothing. It is safe to call while exploring.
Starting from a template hands back a preview address you can open straight away.
What it will not do
- Deploying requires the 64-character fingerprint from the current security scan, so a stale review cannot ship.
- Starting from a template costs no credits, exactly as it does on the site.
- You still describe what you want in a sentence. The tool does not decide that for you.
- It is not a second builder. It calls the same one.