Log in

Claude Code · claude.ai · MCP

Run your site from one line in the terminal

pagesss ships a remote MCP (Model Context Protocol) server. Claude Code and claude.ai read, edit and publish your pages, posts, boards, data and domains directly — without opening the dashboard.

MCP server URL

https://pagesss.ai/api/mcp
Transport
Streamable HTTP
Auth
OAuth 2.1 (PKCE)
API key
Not needed
Tools
23

How to connect

One URL for every client. On first connect you sign in and approve permissions once in the browser.

  1. 1

    Register the server from the terminal

    Run it inside a project folder to scope it there, or add -s user (second line) to use it in every project.

    claude mcp add --transport http pagesss https://pagesss.ai/api/mcp
    claude mcp add --transport http -s user pagesss https://pagesss.ai/api/mcp
  2. 2

    Open Claude Code and type /mcp

    Pick pagesss from the list and choose Authenticate — a browser window opens.

    /mcp
  3. 3

    Sign in to pagesss in the browser and review permissions

    The consent screen lists every permission. You can untick AI generation (the only one that spends credits) and still allow the rest.

  4. 4

    Back in the terminal, you're done. Try it right away

    Show my pagesss sites

What you can do

23 tools. Claude picks the right ones for your request and chains them. No need to memorize names.

Sites

Read your site list, page structure and wallet balance.

list_sitesget_siteget_wallet

Page editing

Read and edit page HTML — swap copy, add sections, fix links.

read_pageupdate_page

Publish

Push changes to the public URL.

publish_site

Article

Create, edit and delete blog and news posts.

list_articlescreate_articleupdate_articledelete_article

Board

List board posts and clean up spam or stale ones.

list_postsdelete_post

Data

Query site DB collections — form responses, bookings, members.

list_db_collectionsquery_db

AI generation

Generate a new site or article with AI and track the job (spends credits).

generate_sitegenerate_articleget_job

Domains

Search, buy and connect domains. Payment is completed by you in the checkout window.

search_domainscheck_domainlist_domainsbuy_domainconnect_domaindisconnect_domain

Just say it

What runs behind a one-line request — and what you used to repeat by hand.

Delete every spam post that landed on the board yesterday

Before
Open dashboard → go to board → check posts one by one → delete, repeat
Now
Scan with list_posts, clean with delete_post, get a summary — in one go
list_postsdelete_post

Write 5 posts introducing this month's new menu and publish them

Before
Create, write and save a post in the editor, five times over
Now
generate_article ×5 → publish_site as soon as they finish
generate_articleget_jobpublish_site

Change the home hero copy to 'Spring sale 20% off' and publish

Before
Open editor → find the block → edit → save → hit publish
Now
Locate with read_page → update_page → publish_site
read_pageupdate_pagepublish_site

Put this week's booking-form submissions into a table

Before
Page through rows in the data screen by eye
Now
Pull with query_db, get a by-date table and summary right in the chat
list_db_collectionsquery_db

Turn this repo's README into an About page

Before
Open the doc, copy → paste into the editor → redo the formatting
Now
Claude Code reads the local file and applies it with update_page — no editor
read_pageupdate_page

If brand.kr is available, buy it and connect it to my site

Before
Search on a registrar → buy → set DNS → verify
Now
check_domain → buy_domain (checkout link) → connect_domain after payment
check_domainbuy_domainconnect_domain

Why it's faster

No more screen hopping

Editor, boards, data and domains collapse into one conversation. No hunting for the right menu.

Repetitive work, once

Five posts, twenty spam entries, ten pages — ask once instead of repeating the same click. You get a summary too.

Your local files and your site, together

Claude Code reads local docs, code and images. Move a README, a product spec or meeting notes straight onto a page.

Verify in the same breath

Edit → publish → check the live URL, back to back. If something's off, revert in the same conversation.

You choose permissions on the consent screen

These permissions are shown when you connect; review each one, then allow.

  • sites:readRead site list, pages and wallet balance
  • sites:writeEdit page content
  • publishPublish site (update the public URL)
  • content:writeCreate and manage articles and board posts
  • data:readRead site DB collections
  • ai:generateRun AI generation — spends credits. Can be unticked on the consent screen.
  • domains:readSearch domains, check prices, list my domains
  • domains:writeConnect or disconnect purchased domains
  • domains:purchaseStart a domain purchase — card payment is completed by you in checkout

Credits

Connecting and most tools are free. Only the two AI generation tools spend credits, at the same rates as the pricing page.

  • generate_sitenew site, about 10,000 credits
  • generate_articleone article, about 400 credits
See pricing

Security

  • · OAuth 2.1 + PKCE. There is no API key to copy around.
  • · Tokens are stored server-side as hashes only, and refresh tokens rotate on every use.
  • · Domain payments are completed by you in checkout. Nothing is charged automatically.
  • · Only sites you can edit are visible. Other people's sites never open.

Frequently asked questions

What is MCP?

Model Context Protocol — an open standard that lets AI assistants call external services as 'tools'. pagesss runs a remote server for it, so Claude Code or claude.ai can read and edit your site directly.

Where do I get an API key?

You don't. On first connect you sign in to pagesss and approve permissions once in the browser (OAuth 2.1); after that the client refreshes tokens itself. Nothing to copy or paste into config files.

Does it cost anything?

Connecting is free. Read, edit, publish, board, data and domain tools spend no credits. Only the two AI generation tools do (generate_site about 10,000 · generate_article about 400), billed on actual usage.

Can I manage several sites?

Yes. Every site your account can edit is available. Say which site you mean; if it's ambiguous, Claude shows the list and asks first.

How do I disconnect?

In Claude Code run `claude mcp remove pagesss`; in claude.ai delete the connector in settings. Issued tokens are stored as hashes only and refresh tokens rotate on every use.

Does it work with Cursor or other MCP clients?

Any client that supports remote HTTP MCP with OAuth connects with the same URL. Put the server URL in its config and a browser sign-in opens on first use.

Connect now

All you need is a pagesss account and Claude Code — it takes a minute. New accounts get 10,000 welcome credits, enough to build a first site.

Published: 2026-09-12 · Contact: team@pagesss.ai · Privacy Policy