← saascity.io

INDIVIDUAL MCP TOOL

get_submission_status

Where 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).

saascity.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://saascity.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_submission_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

saascity.io

CONNECT 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.

Related tools

  • check_launch_readiness — Audit 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.
  • recommend_launch_directories — Hand-picked launch directories for a product type, grouped by when to submit (launch day first, evergreen after).
  • find_launch_directories — Filter 1,666 startup, SaaS and AI directories by category, minimum Ahrefs DR, link type (dofollow/nofollow), price and badge-swap requirement.
  • get_launch_directory — Look 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.
  • submit_project — List a product on the SaaSCity launch directory.
  • check_badge — Check whether the SaaSCity badge is live on a site.
  • get_launch_weeks — SaaSCity launch-week queue: the next 12 Mondays, how many free slots each has left, and which are full.
  • get_offers — SaaSCity listing offers with real prices - free queue, Quick Pass, Premium - and exactly what each buys (queue position, dofollow link, launch post).