Audit a site's structured data and llms.txt, match a trade to a template, and quote real prices.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Upshift's reference MCP server. Three tools, deployed remote, on MCP spec revision 2026-07-28.
It exists to do two jobs at once: be genuinely useful to an agent, and be the worked example a buyer looks at before paying us to build theirs. Every price it quotes is generated from the live store, so it cannot invent one.
Or run the same server locally, for clients that spawn a command rather than call a URL. Nothing to clone or build β it is published on npm:
The same binary from a shell. stdio is the default; --http serves the full
Worker on localhost instead:
| Tool | Does |
|---|---|
upshift_site_audit(url) | Fetches a live page and reports structured data, llms.txt, robots.txt, title and meta budgets, headings, alt-text coverage, HTTPS and document weight, with a 0-100 score and a fix for each finding. |
upshift_template_match(industry, needs?) | Ranks the 14 website template lines against a trade, with live demo links, store links and real prices, and explains why each matched. |
upshift_quote(job_type, scope?) | The real price table for MCP server work and for websites. |
Free and rate limited to 20 calls/minute per IP.
wrangler dev needs macOS 13.5+ and will not boot on the build machine, so
npm run dev serves the production src/worker.ts on Node against an
in-memory KV. Same handler, same routes, same tools β not a second
implementation. Deployment is still wrangler deploy.
Prices come from ../upshift-agency-site/src/data/store.ts. After changing
them there:
Live since 2026-08-16 at https://mcp.upshiftsites.com/mcp. KV namespace
and custom domain are provisioned; npm run deploy ships a new version.
com.upshiftsites/mcp, published active against
the DNS-verified namespace.upshift-mcp β
npx upshift-mcp runs this same server locally.In docs/VALIDATION.md β what is verified, what is not, the four real bugs the eval suite caught during the build (one of them a security bypass), and the fifth it missed. That document is the argument for shipping evals alongside a server, which is the part of this we sell; the miss is part of the argument, not an exception to it.
MIT. Lift anything useful. If you would rather we built and ran it for you, that is at https://upshiftsites.com/store/mcp-server-service/.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/upshift)<a href="https://allmcps.com/mcp/upshift"><img src="https://allmcps.com/api/badge/upshift?style=directory" alt="Upshift on AllMCPs" /></a>