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 mcp add --transport http spacerrapps https://spacerrapps.com/api/mcp --header "Authorization: Bearer <your token>"
{
"mcpServers": {
"spacerrapps": {
"url": "https://spacerrapps.com/api/mcp",
"headers": {
"Authorization": "Bearer <your token>"
}
}
}
}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.
- Your agent calls submit_appIt passes your home page, plus any name, tagline or description you want to set.
- SpacerrApps drafts the listingWe read the page, take the name, tagline and description it already states, and save a draft on your account.
- You get a linkThe tool answers with the address of the draft. Nothing is published.
- You finish it in the browserCheck the copy, add a logo and screenshots, pick free or featured.
- A person reads itEvery listing is read by an editor before it goes live.
Tools
search_appsFind listed apps by name or tagline.
get_appOne listing, in full.
list_directoriesEvery directory an app can be listed on, strongest first.
submit_appRead 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.