saascity-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@saascity-mcpCheck if https://example.com is ready to launch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SaaSCity MCP server
An MCP server for launching a product. Your AI agent can audit your homepage before launch, pick launch directories out of 1,600+ with Ahrefs DR, link type and price, and list the product on SaaSCity.
Remote, keyless:
https://saascity.io/api/mcp(Streamable HTTP). No account, no API key.Stdio:
npx -y saascity-mcpfor clients that only run local servers. It forwards to the hosted server.Protocol: MCP
2026-07-28(stateless) and theinitialize-based versions2025-11-25,2025-06-18,2025-03-26and2024-11-05, all on one endpoint.
Built by SaaSCity, the launch directory for SaaS and AI tools. Full docs: saascity.io/mcp
Install
Claude Code
claude mcp add --transport http saascity https://saascity.io/api/mcpClaude Desktop, Cursor, Windsurf, VS Code and other clients with mcpServers JSON
{
"mcpServers": {
"saascity": {
"type": "http",
"url": "https://saascity.io/api/mcp"
}
}
}Stdio-only clients
{
"mcpServers": {
"saascity": {
"command": "npx",
"args": ["-y", "saascity-mcp"]
}
}
}It also runs straight from GitHub: npx -y github:nyyhao/saascity-mcp.
Related MCP server: Website Auditor MCP
Tools
Tool | What it does |
| Audits a homepage the way directory scrapers and link-preview bots see it: HTTPS, noindex, title, meta description, og:image (fetched to confirm it loads), X card, favicon, canonical, viewport, h1, JSON-LD, robots.txt, sitemap, parked or 404 pages, response time, and pages that are empty without JavaScript. Returns a 0-100 score, a verdict and a fix for each problem. |
| Hand-picked directories for SaaS, AI or developer tools, grouped by when to submit. Each pick has a human-written verdict, including the ones not worth paying for. |
| Filters the full dataset (1,600+ startup, SaaS and AI directories) by category, minimum DR, dofollow/nofollow, price and badge-swap requirement. Unverified fields come back as |
| Looks up one directory by domain or URL before you pay for a listing. |
| Lists a product on SaaSCity as an inert draft and returns a claim link. Nothing is published or charged until a human opens it, and every listing is reviewed by a person. |
| Checks whether the SaaSCity badge is live on a site (a verified badge makes the listing link dofollow). |
| Where a submission stands, by claim token or listing slug. |
| Free slots left in the next 12 weekly launches. |
| Listing tiers and prices. |
| Searches products listed on SaaSCity by keyword and category. |
| One listing in full. |
| Most upvoted launches this week, in the last 30 days, or all time. |
| Other listings in the same category as a given one. |
Every tool declares an outputSchema and returns structuredContent next to its text, plus readOnlyHint and the other behavior hints. Only submit_project writes anything, and it writes only a draft.
Prompts
plan_launch(website_url,product_type): audit, fix the blockers, pick directories, produce a dated launch checklist.submit_to_saascity(website_url): draft a listing from the site, confirm it with you, then submit it.
Try it
Check if https://example.com is ready to launch, then give me a two-week launch plan for an AI tool using free dofollow directories.
Is uneed.best worth it? What's its DR and is the link dofollow?
List my product on SaaSCity. The site is https://example.com.
Data and limits
DR is Ahrefs Domain Rating.
drCheckedAtis the date of its last recheck, or null when the value comes from the last sweep of the list. Link type and price come from checks against the live sites, dated bydataUpdatedAt. Rows nobody has verified sayunknown.The data is the same as on Best SaaS Directories and Best AI Directories.
Rate limits are per IP:
submit_project5 per day,check_launch_readiness20 per hour,check_badge30 per hour, everything else 30-60 per minute.The server keeps no session and needs no cookies. The claim link from
submit_projectis the only way a draft becomes a listing.
Self-check
curl -s https://saascity.io/api/mcp \
-H 'content-type: application/json' \
-H 'mcp-protocol-version: 2025-11-25' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'License
MIT for this bridge. The directory data is served by saascity.io and is not part of this repository.
This server cannot be deployed
Maintenance
Related MCP Connectors
A 349-step SaaS launch plan and 958 backlink sources as tools an agent reads, acts on and records.
Publish and update your startup on BetaFinds from an AI agent — listings, changelog, releases.
Agent-readiness scanner (0-5 score), robots.txt + llms.txt generators, managed agent enablement.
Score any website's AI-agent readiness. Open Agent Registry scanner + platform tools.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI agents to check whether a public website is crawlable, understandable, and ready for AI search workflows through local-only audits of robots.txt, sitemaps, metadata, and llms.txt.372 npm1MIT
- AlicenseAqualityAmaintenanceProvides AI-visibility scoring and site auditing capabilities for websites, enabling agents to check how sites appear in AI engines like ChatGPT and Perplexity, run full SEO/security audits, and monitor changes over time.15136 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables AI coding agents like Claude and Cursor to audit websites for AI agent readiness, checking 199 rules across agentic discovery, content structure, and technical SEO.17Apache 2.0

SubmitMap MCP serverofficial
AlicenseNot gradedqualityCmaintenanceEnables searching a hand-curated directory of product launch platforms and startup directories, checking which ones a project qualifies for, and planning, executing, and tracking submissions through an agent's browser with optional authenticated account access.279MIT