Setup

Two steps to connect, one to describe your product, and the first of the three vanishes if your client can authorise for itself. About a minute in total, and you do it once. What your agent needs on its side, a browser it can drive and ideally your product's folder, is the page before this one.

1. Create a token, unless your client authorises

Claude Desktop and the Codex app have no step here at all: they run the OAuth flow from their own Connect button, and Hermes will too if you ask it to. For the clients that read a header out of a config file, open Connect your agent in the dashboard and create a token. It is shown once, because only a hash of it is stored, so copy it before you close the page.

Connect your agent

2. Add SubmitMap to your client

Pick your client below and follow its few lines. Anything that speaks MCP over HTTP will work: where there is a config file the token goes in an Authorization header, and where there is a dialog you press Connect instead.

  1. 01In Claude Code, the terminal tool. Run this from anywhere.
claude mcp add --transport http submitmap \
  https://submitmap.com/api/mcp \
  --header "Authorization: Bearer smap_your_token_here"

Add --scope user to make it available in every project rather than this one. Drop the --header line to connect without an account and keep the three public tools.

3. Add your product

Start the session in your product's folder and ask. Your agent already has the README, the package metadata, the site copy and whatever is in your assets folder, so it can fill the project in from what it can see rather than from what you retype. Describe it yourself if you would rather, or use the dashboard form.

"Add my product to SubmitMap."

From inside the product that is the whole prompt. Somewhere else, or when the repository is not the product, say it instead:

"Add my product to SubmitMap. It is called {NAME}, it lives at
{URL}, it is a {WHAT IT DOES} for {WHO}, pricing is {FREE /
FREEMIUM / PAID}, and it is {LIVE / PRE-LAUNCH}."

Then what

Ask what you qualify for, and let it submit. The guides are the prompts for both, written in the order the tools want to be called. If a tool refuses, limits and errors says what the message means.

NextGuides