Marketing
saascity.io
Audits product homepages for launch readiness and helps find, evaluate, and submit products to startup and SaaS launch directories.
ENDPOINT 1
https://saascity.io/api/mcp
MCP server metadata
- Name
- saascity
- Version
- 2.0.0
SaaSCity helps a founder launch a product. Typical flow: check_launch_readiness on the site, fix what fails, then recommend_launch_directories (hand-picked, with notes) or find_launch_directories (the full dataset, filterable by DR, link type and price). submit_project lists the product on SaaSCity as an inert draft and returns a claim link the human must open - nothing is published or paid without them, and every listing is reviewed by a person. DR figures are Ahrefs Domain Rating; say so when quoting them. Docs: https://saascity.io/mcp
Known tools 13
check_launch_readinessAudit a product homepage before launching it: HTTPS, noindex, title and meta description, og:image (fetched to confirm it loads), X card, favicon, canonical, mobile viewport, h1, JSON-LD, robots.
Inferred read-onlyrecommend_launch_directoriesHand-picked launch directories for a product type, grouped by when to submit (launch day first, evergreen after).
Inferred read-onlyfind_launch_directoriesFilter 1,666 startup, SaaS and AI directories by category, minimum Ahrefs DR, link type (dofollow/nofollow), price and badge-swap requirement.
Inferred read-onlyget_launch_directoryLook up one directory by domain or URL: Ahrefs DR, dofollow or nofollow, price, whether it wants a badge swap, the submit URL, and a human verdict where one exists.
Inferred read-onlyget_submission_statusWhere a SaaSCity submission stands: a draft by claim token (unclaimed, claimed and in review, or expired) or a live listing by slug (launch week, badge, link type, points).
Inferred read-onlyget_launch_weeksSaaSCity launch-week queue: the next 12 Mondays, how many free slots each has left, and which are full.
Inferred read-onlyget_offersSaaSCity listing offers with real prices - free queue, Quick Pass, Premium - and exactly what each buys (queue position, dofollow link, launch post).
Potential side effectsget_listingOne live SaaSCity listing by slug: title, tagline, full description, category, upvote points, link type (dofollow/nofollow), listing page and product site.
Inferred read-onlyget_leaderboardSaaSCity's most upvoted launches for this week's launch, the last 30 days, or all time, optionally within one category.
Inferred read-onlyfind_alternativesOther SaaSCity listings in the same category as a given listing, most upvoted first.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.saascity]
url = "https://saascity.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"saascity": {
"type": "http",
"url": "https://saascity.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: saascity
Remote MCP URL: https://saascity.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"saascity": {
"url": "https://saascity.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"saascity": {
"type": "http",
"url": "https://saascity.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "saascity",
"transport": "streamable-http",
"url": "https://saascity.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.