BetaMaShop is in public beta. We improve it continuously, and your feedback shapes what comes next.
Model Context Protocol

Use MaShop from inside your AI assistant.

Connect MaShop as an MCP server and build, deploy, and manage your apps or sites without leaving the chat.

mcp.json
{
  "mcpServers": {
    "mashop": {
      "url": "https://mcp.mashop.app/mcp",
      "auth": { "type": "oauth" }
    }
  }
}
OAuthWorks with any MCP clientRevoke anytime
Pick your cockpit

Bring MaShop to your editor.

Whether you live in Claude, Cursor, or VS Code, MaShop is one config line away.

What you can do

26 tools, straight from chat.

Pick any one and it fires from inside the chat you're already in.

send_message

Chat with the MaShop builder.

Add a cart icon next to the search bar.
get_message

Poll an async AI message until done.

Is the agent finished yet?
create_project

Spin up a new MaShop project from a prompt.

Create a project for a French boulangerie.
list_projects

Inventory every project with status and URL.

Show me my active projects.
get_project_status

Build state, live URL, last deploy.

What's the state of my project?
deploy_project

Deploy a project to its hosting target.

Redeploy my project.
set_project_visibility

Flip private / workspace / public.

Make my project public.
remix_project

Clone an existing project as a fresh remix.

Remix this project into a Spanish version.
list_template_projects

Browse the catalog of project templates.

What templates do I have access to?
list_library_projects

List shared design libraries in the workspace.

Show my workspace libraries.
get_me

Profile + plan + default workspace.

Who am I logged in as?
list_workspaces

Every workspace and role.

List my workspaces.
get_workspace

Workspace details and project count.

Show me the workspace overview.
list_files

Tree of every file in the project repo.

What files live in my project?
read_file

Read any file from the repo.

Show me src/app/page.tsx.
get_diff

Unified diff between two refs.

What changed yesterday on main?
list_edits

History of AI-driven edit sessions.

List recent edits.
get_workspace_knowledge

Read workspace-wide AI instructions.

What rules does my workspace follow?
set_workspace_knowledge

Save workspace-wide AI instructions.

Always answer in French for this workspace.
get_project_knowledge

Read project-specific AI instructions.

What rules does my project follow?
set_project_knowledge

Persist instructions per project.

Prefer neutral tones for my project.
get_file_upload_url

Presigned URL for image and asset uploads.

Upload this logo to my project.
get_project_analytics

Visitors, pageviews, top pages over a range.

How is my store doing this week?
get_project_analytics_trend

Realtime 5-minute visitor pulse.

Anyone on my store right now?
get_credits

Credit balance across top-up and subscription.

How many credits do I have left?
top_up_credits

Buy credits between $10 and $1000.

Top me up with $50.
Stay in control

Stay in control.

Grant access in one click and revoke it in one click, anytime.

OAuthSign in through a proper OAuth flow. No API key required.
Scopes you can reviewSee exactly what each app can read and do before you approve the connection.
Revoke anytimeDisconnect from your account in one click.
Every call is audit-loggedA full record of every tool call, so you can always see what ran and when.
Ready in two minutes

Wire it up and start building.

Drop the snippet into your client, sign in once, and your assistant can run MaShop for you.

MCP Server: Build Your Store from Claude or Cursor | MaShop