{"name":"io.ppc/postclick-landing-page-cro","slug":"ppc-postclick-landing-page-cro","title":"Postclick by PPC.io: Landing Page CRO","description":"Landing-page CRO: audit pages, rewrite copy, answer buyer objections, design and build via MCP.","url":"https://mcp.market/server/ppc-postclick-landing-page-cro","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"media","tags":["media"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T19:41:14.589Z","last_ok_at":"2026-09-19T19:41:14.589Z","latency_ms":116},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://ppc.io/postclick/mcp","version":"0.3.3","remotes":[{"type":"streamable-http","url":"https://mcp.ppc.io"}],"packages":[],"tools":[{"name":"ask_audit","description":"Free. Answers one question from a completed audit by returning that part of it in full: small enough to give the user whole, unlike the entire report. THIS IS THE TOOL FOR ANY FOLLOW-UP QUESTION about a page you have already audited. Never answer a question about an audited page from your own summary of it — the audit holds far more than any summary kept, and this is how to get the part that answers them. Pick the topic that matches what they asked: `buyers` for who is on this page, what each one is afraid of, the exact words they would object with, where they give up, and a second-by-second walkthrough of one of them reading it. `the_pitch` for whether the pitch itself is wrong: if the page meets the traffic where it is, which persuasion levers are missing and what each would do here, and how the offer is built. `trust` for whether a stranger believes it: the proof that is there, the proof that is missing, and why buyers hesitate. `competitors` for who else is bidding on these clicks, their live headlines and CTAs, what they do better, and the keywords and CPCs behind their pages. `copy` for the copy deck: the page's own lines quoted, each with the line that replaces it. `leaks` for the ranked problems with the evidence for each. `the_page` for what the page is, who it is aimed at, its own voice and palette, and how it is assembled section by section. `technical` for CTA placement and contrast, accessibility, and what changes on mobile. What comes back is written to be read out. Relay it: keep the names, the quotes, the numbers and the specific objections, reformat it for where you are, and do not compress a named buyer saying a specific sentence into a general remark about buyers. Needs a completed audit. Safe to call repeatedly, and calling it for two topics in a row is normal and costs nothing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"audit_id":{"type":"string"},"topic":{"type":"string","enum":["buyers","the_pitch","trust","competitors","copy","leaks","the_page","technical"],"description":"Which part of the audit answers the question. buyers · the_pitch · trust · competitors · copy · leaks · the_page · technical."}},"required":["audit_id","topic"],"additionalProperties":false}},{"name":"audit_page","description":"Start a new landing-page audit after the user authorises its live price from check_balance. First search for existing work when the request concerns a prior audit. Pass campaign context already supplied. Returns an audit_id; use get_audit with wait:25, then run_cro_skill for the requested deliverable. Does not design or build a page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"The live landing page URL to audit."},"context":{"type":"string","description":"Optional, up to 500 characters. What the page is for, in the user's own words: the offer, who it is aimed at, the campaign sending traffic to it. Pass what they have ALREADY told you rather than interrogating them for it. The audit reads the page but cannot know the intent behind it, so this sharpens who it judges the page against. Leave it out if they have not said."}},"required":["url"],"additionalProperties":false}},{"name":"build_page","description":"Build the design the user selected into a complete HTML page after approval of the live quote. Returns build_run_id. Use get_build with wait:25; completion requires artifact_ready. Do not publish or share the page without the user asking.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"audit_id":{"type":"string"},"concept_id":{"type":"string","description":"From get_concepts."},"direction":{"type":"string","description":"Optional plain-English steer for the build."}},"required":["audit_id","concept_id"],"additionalProperties":false}},{"name":"check_balance","description":"Read the current account balance, billing mode and live audit/build/pack prices. Use before a new paid step or when the user asks about cost. Quote only returned prices; a missing price is unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"describe","description":"List what is in the account when the user asks to see their work. For a page fix, copy rewrite or designer brief, call run_cro_skill directly; no account overview is needed first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"export_page","description":"Free. Packages a finished page as a zip that runs on any static host: index.html with every image it uses pulled into assets/, plus a README and metadata.json. Returns a download link. This is the one for a user who wants the files. share_page is the one for a user who wants something to look at. It also returns implementation_prompt: step by step instructions for putting this page live on the user's own site. Postclick does not host pages, so this is how a page ships. If you have access to their site, you can carry those steps out yourself; otherwise hand the prompt to whoever does. Pass platform when you know where the site lives, because the steps for WordPress and for Webflow are genuinely different. Ask if you do not know. Every variant stops at a draft and never publishes without the user confirming.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"build_run_id":{"type":"string"},"platform":{"type":"string","enum":["wordpress","webflow","framer","wix","squarespace","shopify","other"],"description":"Where the user's site lives. Omit if unknown and the instructions will assume nothing."}},"required":["build_run_id"],"additionalProperties":false}},{"name":"fetch","description":"Free. Reads any single thing by its address, which looks like postclick://audit/<id> and comes from `search`, from `describe`, or from any other tool's answer. A plain id works too if that is all you have. `expand` is what makes this worth calling: pass `*` and you get everything attached in one go, which for an audit means the findings, the buyers and their walkthroughs, the competitor scan, the copy rewrites and the designs. Each arrives with its headline detail; the long write-ups are marked as withheld with the address to fetch them from, because all of them together run to well over a hundred thousand characters and would swamp the answer. Expand first to see the shape, then fetch the two or three that matter. For the audit as finished prose, `get_audit_report` is one call and reads better than any of this. For the audit written up as prose instead, `get_audit_report` is the one you want. For a picture, take the asset_id off a field here and pass it to `get_asset`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Source ID returned by search. Alias of uri for ChatGPT retrieval."},"uri":{"type":"string","description":"The address, like postclick://audit/<id>. A bare id works too and will be looked up."},"expand":{"type":"string","description":"Comma separated names of things to pull in with it, or `*` for all of them. Every answer lists what else is available under available_links, so you can always go deeper without guessing."},"fields":{"type":"string","description":"Comma separated field names, when you only need a few. Left out, you get the useful ones."}},"required":[],"additionalProperties":false}},{"name":"generate_concepts","description":"Generate visual design directions for an existing audit after the user requests designs and authorises the current pack quote. Use check_balance for current pack costs. Returns a run to resume with get_concepts; show the images already available before asking the user to choose. Never start a build without their choice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"audit_id":{"type":"string"},"count":{"type":"integer","minimum":1,"maximum":12,"description":"How many distinct directions the user wants, up to 12. Leave it out for the standard pack of 2. Higher costs more, so quote the total back before agreeing to it. Directions that already exist are counted and reused, never bought twice."},"direction":{"type":"string","description":"Optional plain-English creative steer. Honoured above other design choices."}},"required":["audit_id"],"additionalProperties":false}},{"name":"get_asset","description":"Free. Every design, page capture and logo has an asset_id on the field that holds it. Pass it here. Which form you ask for depends entirely on where the picture is going, and getting it wrong is expensive. `as: \"url\"` is the DEFAULT AND USUALLY RIGHT one: a public link, no login, full size. Use it for anything you publish with publish_page, and for showing somebody a design. `as: \"bytes\"` returns the picture itself, downscaled to about 1024 across so it fits in a conversation, and you embed it as data:<mime>;base64,<bytes>. Use it ONLY for a document you are writing in a place that refuses to load pictures from other websites, which includes artifacts. At full size one of these designs would be several hundred thousand tokens, so ask for bytes deliberately and not by habit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"asset_id":{"type":"string","description":"The id from a picture field, like concept:<id>:image."},"as":{"type":"string","enum":["url","bytes"],"description":"`url` for a link, which is right for anything you publish and is the default. `bytes` only for a document that cannot load a picture from another website."},"max_width":{"type":"integer","minimum":64,"maximum":2048,"description":"How wide the picture comes back when you ask for bytes. 1024 by default, which is readable in a report. Smaller is cheaper."}},"required":["asset_id"],"additionalProperties":false}},{"name":"get_audit","description":"Read audit status, changed progress, server elapsed time and ranked findings with typed edits. Use wait:25 while running. A failed, cancelled or stalled run is not a finished report. Once complete, use run_cro_skill or ask_audit for the relevant buyer, copy or offer evidence. Reading does not authorise a redesign.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"audit_id":{"type":"string"},"wait":{"type":"integer","minimum":0,"maximum":300,"description":"Seconds to wait for a material change. Use 25 for broad client compatibility; longer waits are available for hosts that support them. A timeout preserves the run; resume by ID instead of starting again."}},"required":["audit_id"],"additionalProperties":false}},{"name":"get_audit_report","description":"Read the complete stored audit as markdown for a full review. It can be long: use topic or ask_audit for one question, or run_cro_skill for a specific deliverable. Missing and withheld sections remain unknown. Buyer journeys are modelled, not customer research.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"audit_id":{"type":"string"},"topic":{"type":"string","description":"Optional. Return only this part of the report instead of all of it. The same keys ask_audit takes: buyers, the_pitch, trust, competitors, copy, leaks, the_page, technical."}},"required":["audit_id"],"additionalProperties":false}},{"name":"get_build","description":"Free. Returns the build's status and, once finished, the complete page. A build takes 15 to 25 minutes, so poll it with wait set to 300: the call holds open and returns the moment the stage moves or the page is ready, which turns a twenty-minute build from dozens of identical reads into a handful of calls that each have something to report. When a call comes back with the same stage you already mentioned, say nothing and call again rather than paraphrasing yourself. A status of running is non-terminal and contains no page. By default the HTML is summarised rather than returned in full, because a page is tens of thousands of characters and would flood the conversation. Set include_html when the user actually wants the file, for example to save it locally and open it. Includes elapsed_seconds: the true age of the build, measured server side from its start timestamp.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"build_run_id":{"type":"string"},"include_html":{"type":"boolean","description":"Return the full page HTML. Large. Default false."},"wait":{"type":"integer","minimum":0,"maximum":300,"description":"Seconds to wait for a material change. Use 25 for broad client compatibility; longer waits are available for hosts that support them. A timeout preserves the run; resume by ID instead of starting again."}},"required":["build_run_id"],"additionalProperties":false}},{"name":"get_concepts","description":"Free. Returns every concept rendered for an audit, each with its image URLs and a link to view it full size, and a runs.active count of how many are still rendering. A pack takes 3 to 8 minutes. While runs.active is above zero, call it with wait set to 300: it holds the connection open and comes back the instant a design lands, the stage moves, or the pack finishes, instead of returning the same half-empty list a dozen times in a row. A design landing is the thing worth interrupting for, and a wait gets it to the user within seconds of it existing. If a call comes back with nothing new, say nothing and call again — repeating a stage you already reported is worse than silence. A partial set is non-terminal: more images are still coming, so it is not the finished set to choose from. Some concepts may be flagged recommended, and often none is. The designs come back as pictures in the reply, not just links: without a concept_id it returns the opening screen of each so they can be compared, and with one it returns that single design as every band in page order, which is the whole page. Any figures, ratings or testimonials drawn into them are placeholders showing where real proof belongs, never the user's own data. Pick a concept_id to build. If the user wants to SEND a design to anyone, use share_page with that concept_id: it gives back one public no-login page of the whole design. Never hand over an app or dashboard link for that, the recipient hits a login wall.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"audit_id":{"type":"string"},"concept_id":{"type":"string","description":"Optional. Given one, returns that design as its full stack of bands in page order instead of one opening screen per design."},"wait":{"type":"integer","minimum":0,"maximum":300,"description":"Seconds to wait for a material change. Use 25 for broad client compatibility; longer waits are available for hosts that support them. A timeout preserves the run; resume by ID instead of starting again."}},"required":["audit_id"],"additionalProperties":false}},{"name":"get_notes","description":"Free. Returns the notes saved against one record, or every note in the workspace when no address is given. Worth calling at the start of a repeat job, so a monthly report picks up whatever the last one left behind.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"subject_uri":{"type":"string","description":"Limit to one record's notes. Leave it out for all of them."}},"required":[],"additionalProperties":false}},{"name":"list_cro_skills","description":"Find Postclick methods for prioritising page fixes, ad-to-page message match, buyer objections, copy edits and client test briefs. Returns starter requests and portable skill downloads. No account or credits needed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"publish_page","description":"Free. Takes HTML you wrote and hosts it at postclick.ppc.io/r/<name>, public, no login, ready to send to a client. This exists because an agency will not send a claude.ai link to a client. We do not template the page, style it or add anything to it: it is exactly the report you wrote. USE PLAIN IMAGE LINKS HERE, from `get_asset` with `as: \"url\"`. A page we host loads our pictures at full size, so there is no reason to inline them, and a page has a 2 MB ceiling that a single inlined design would eat on its own. Inlining is only for a document you are writing somewhere that blocks pictures from other websites. Publishing the same name again replaces the page and the link keeps working, which is what a report somebody sends every month needs. Use the client's name in the name so they can read it out.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"html":{"type":"string","description":"The whole page with inline CSS. Use image URLs from get_asset; avoid embedding large image data."},"title":{"type":"string","description":"What the report is called."},"slug":{"type":"string","description":"The last part of the address, like acme-october-review. Taken from the title when left out. Pass the same one again to update a report you already sent."},"subject_uri":{"type":"string","description":"The address of the audit or project it was built from, if there is one."}},"required":["html"],"additionalProperties":false}},{"name":"run_cro_skill","description":"Use when the user wants page fixes, message match, buyer objections, copy rewrites or a client test brief. In your answer, never add free, guarantees, ratings or performance claims unless the source explicitly confirms them. Audit suggestions are not verified facts. Finished copy must not contain placeholders such as $X; choose a useful change supported by the original page. A quote form alone does not mean a free quote. Use one change for a first-fix request, complete the requested rewrite, and end with the source link without a follow-up offer. Finds an existing audit by page URL or client name and retrieves the selected skill plus its relevant evidence in one call. Returns source material for you to turn into the requested deliverable, not a new AI analysis. Read-only: never starts an audit, spends credits or publishes. Missing evidence and ambiguous page matches are explicit.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"skill":{"type":"string","enum":["postclick-fix-first","postclick-message-match","postclick-buyer-objections","postclick-copy-rewrite","postclick-experiment-brief"],"description":"Choose postclick-fix-first for the first fix; postclick-copy-rewrite for replacement words; postclick-experiment-brief for a designer note or handoff; postclick-message-match for comparing an ad; postclick-buyer-objections for buyer hesitation."},"latest":{"type":"boolean","description":"Use true only when the user explicitly asks for their latest or most recent audit. May be combined with page to find its latest audit."},"page":{"type":"string","minLength":1,"maxLength":500,"description":"Page URL, domain or client name. Leave out when audit_id is known or the user explicitly requested latest."},"audit_id":{"type":"string","pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$","description":"An audit ID returned by Postclick or extracted from the user’s /dashboard/a/<audit_id> link. For that link use audit_id, not page or latest. Never ask the user to find an ID."},"section":{"type":"string","enum":["opening","page"],"description":"For copy rewrites, defaults to opening (headline, supporting line and button). Use page when the user asks for other sections or the whole page."},"context":{"type":"string","maxLength":3000,"description":"The user's ad copy, audience, constraints or desired output. Pass known context; do not require an interview."}},"required":["skill"],"additionalProperties":false}},{"name":"save_note","description":"Free. Attaches anything you like to any record: who the client is, what they were charged, which findings they have already fixed, when you last sent them a report. Any name, any value. We never look inside it and the audit engine never reads it, so it cannot change what Postclick does. It is there so the work you do around these audits survives between conversations. Saving the same name again replaces it. Read them back with `get_notes`, and they also come back on the record itself.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"subject_uri":{"type":"string","description":"The address of the thing this is about, like postclick://audit/<id>."},"key":{"type":"string","description":"Your own name for this field."},"value":{"type":["string","number","boolean","object","array","null"],"description":"Anything: a string, a number, a list, an object."}},"required":["subject_uri","key"],"additionalProperties":false}},{"name":"search","description":"Free. Finds anything in this workspace by words: a domain, a page URL, a client's name, a design's caption, a project. Returns an address for each hit that you pass straight to `fetch`. Use this the moment somebody refers to work they have already done — \"the zoomdrain page\", \"last month's audit\", \"the report I made for Acme\". Leave the words empty to list the most recent of everything. Use kind=audit to find audits directly; an account overview is not needed first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Words to match: a domain, part of a URL, a client name, a caption. Leave it out to list the most recent work instead of searching."},"kind":{"type":"string","description":"Narrow to a kind such as audit, concept, build or project. Leave it out to search everything at once, which is usually what you want."},"since":{"type":"string","description":"Only things newer than this date, as YYYY-MM-DD."},"limit":{"type":"integer","minimum":1,"maximum":100,"description":"How many to return. 20 by default."}},"required":[],"additionalProperties":false}},{"name":"share_page","description":"Free. Mints a public no-login link that anyone can open, including someone with no account. THIS IS THE TOOL FOR 'send me the designs' or 'I want to forward this to my client'. Never hand over a dashboard or app link for that: the recipient hits a login wall and sees nothing. Pass concept_id to share a DESIGN, which comes back as one page with every band stacked in order, so it reads as a whole design rather than a folder of separate images, and it prints to PDF from the browser if they want a file. Pass build_run_id to share a finished BUILT page. One or the other, not both. export_page is the one for a user who wants the source files instead. For a build, minting a new link revokes the previous one, so reuse the link rather than calling this repeatedly. A design link is stable and safe to call again.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"build_run_id":{"type":"string","description":"Share a finished built page. From build_page or get_build."},"concept_id":{"type":"string","description":"Share a design. From get_concepts. This is the one to use when someone wants to show designs to a client."}},"required":[],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-19T20:07:52.886Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:07:52.861Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 142ms"]},"poisoning":{"score":15,"max":15,"notes":["20 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.ppc.io","reachable":true,"authRequired":false,"latencyMs":142,"serverInfo":{"name":"postclick","version":"0.3.3"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://ppc.io/favicon/apple-touch-icon.png","source":"registry","width":76,"height":76},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}