Search SpacerrApps

Find an app or a write-up by title

Submit from your agent

SpacerrApps speaks MCP. Search the directory, read a listing, list every directory worth submitting to, and open a draft listing from your URL, from any MCP client, with no browser in the loop until you review.

Connect once

One address, https://spacerrapps.com/api/mcp, over Streamable HTTP. Reads need nothing. Opening a draft needs a token from your account, sent as a bearer header.

Claude Code
claude mcp add --transport http spacerrapps https://spacerrapps.com/api/mcp --header "Authorization: Bearer <your token>"
Claude Desktop, Cursor and other clients
{
  "mcpServers": {
    "spacerrapps": {
      "url": "https://spacerrapps.com/api/mcp",
      "headers": {
        "Authorization": "Bearer <your token>"
      }
    }
  }
}
Then ask your agent
Submit https://yoursite.com to SpacerrApps and give me the link to finish it.

Tokens

A token is made on your account page, shown once, stored hashed, and revoked with one click. It can open drafts on your account and read the public directory. It cannot publish, pay, or change a listing that is live.

How a submission works

An agent can never publish or pay for you. It opens a draft, and that is where its job ends.

  1. Your agent calls submit_appIt passes your home page, plus any name, tagline or description you want to set.
  2. SpacerrApps drafts the listingWe read the page, take the name, tagline and description it already states, and save a draft on your account.
  3. You get a linkThe tool answers with the address of the draft. Nothing is published.
  4. You finish it in the browserCheck the copy, add a logo and screenshots, pick free or featured.
  5. A person reads itEvery listing is read by an editor before it goes live.

Tools

  • search_apps

    Find listed apps by name or tagline.

  • get_app

    One listing, in full.

  • list_directories

    Every directory an app can be listed on, strongest first.

  • submit_app

    Read your site, open a draft on your account, hand back the link to finish it. Needs a token.

Also machine-readable

  • /llms.txt

    A plain-text map of the site for language models.

  • /sitemap.xml

    Every indexable page, kept current.