Directory MCP server
A directory of product launch platforms: where your product qualifies and how each form is filled.
279 stars
Reviews
Write oneNobody has reviewed Directory yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Directory tools (11, 3 write)
write = sends, deletes, buys or postscreate_projectwrite actionFreeStore a product on the account. Before asking the maker anything, use what you can already see: a README, package metadata, the site's own copy and title, an assets or public folder. A maker working in their product's repository should be able to say 'add my product to SubmitMap' and get a filled-in project back, with questions only about what is genuinely not there. Fill in as much as you can, leave the rest, and come back with update_project. Facts drive what it qualifies for; the pack is what you will paste into forms later. Ask about images early: most platforms want a square logo and many want a cover, and every asset in the pack is two fields, the public address (logoUrl) and the file on the maker's machine (logoFile), because a form uploads the file and only the address can be shown back to them.
get_platformFreeFull record for one platform: eligibility, disqualifiers, step-by-step submission instructions, requirements, gotchas and expected outcome. All of that is free, and it is what decides whether this product should be submitted here at all. Pass brief: true to also get agentPrompt, the brief for that platform's form, and agentGotchas, the traps that only bite something filling it (a placeholder that contradicts its label, a second email input belonging to a newsletter, a honeypot). The brief spends one of the account's tracked platforms, so ask for it once the maker has decided to fill this form, not while you are still choosing between platforms. For a stored project, submission_playbook returns the same brief with the maker's values already in it.
list_projectsFreeThe projects on this account, each with its facts (eligibility answers) and its pack (what a submission form asks for), plus what is still missing from the pack. Call it whenever the maker says "my product" or "my project" without naming one: it is how you find out which project they mean, and every other account tool takes the id it returns.
list_submissionsFreeWhere every submission for a project stands: what went out, when, what came back, and what is still waiting. This is the tool behind "check my submissions", "what did I submit", "did I ever submit to that one" and "how is my launch going", so answer those from here instead of asking the maker to remember. Start with list_projects if they have not named a project.
plan_submissionswrite actionFreeWrite the run order for a project: which platforms, in what sequence, and why each one is where it is. Anything already submitted to is dropped from the plan and named back to you in `alreadySubmitted`, because a plan is what is still ahead. Pass the platforms in the order they should be worked, with a short reason on each, plus a summary of the strategy. The plan appears on the maker's dashboard as a checklist that ticks itself off as submissions land. Anything already tracked is reordered rather than reset. Call it after qualify_project, using the `recommended` list it hands back, and if that response carried `questions`, put them to the maker before you plan: the order depends on the answers, and a plan written on an assumption is one they have to undo by hand. A plan costs nothing on any plan, so plan the whole run the product deserves rather than a short one sized to a guess about what the account can track.
qualify_projectFreeGiven a product, work out which platforms it qualifies for right now, which it could qualify for after supplying something (with the exact list of what is missing), and which are structurally out of reach. It also hands back `recommended`: the run in the order it should be worked, so the plan comes out of the directory rather than out of what you remember of the web. That order is decided by `goal` and `budget`, and when they have not been answered the response says what it assumed and carries the questions to put to the maker: ask them, call again with the answers, and store them with update_project so nobody asks twice. Needs no account: describe the product inline. Every field is optional and an unanswered field becomes a gap to fill rather than a rejection.
record_submissionFreeLog what happened to the dashboard: the listing URL, when it was sent, when it goes live. Call it as soon as a submission lands, before you ask for the next brief, including when it is only queued for review, and including when you are not sure it landed: that is what `attempted` is for. The next brief on this project is refused until this call is made. A platform that needs the maker (a captcha, a login, a payment, a file, an address to confirm) is recorded as `planned` with a note saying what you need from them: that hands it back without claiming an outcome, and frees the run to carry on. This costs nothing on any plan and no status costs more than another, so record what actually happened: the brief was what spent the tracked platform, and leaving the row wrong now only makes the run harder to follow.
search_platformsFreeSearch the SubmitMap directory of startup launch platforms and directories. Filter by free-text query, category, pricing, link type, backlink requirement, approval speed or domain rating, and with a token leave out the ones this project has already been sent to. This is the tool behind "find me a small directory I can submit to right now": it is the whole directory, so answer from it rather than from what you remember of the web. Returns summaries; call get_platform for the full record including the submission steps.
submission_playbookFreeEverything needed to submit a stored project to one platform, yourself, in the maker's browser: a preflight of what is still missing, the sign-in plan (on the first submission it carries a question for the maker: hand every login back to them, or use the Google address they write out, which you then pass back as signInAs), the pack values mapped onto the fields the form asks for, the steps, the gotchas, the agentGotchas (traps in the form itself), and the call to make afterwards. Read the preflight before opening a tab. One brief is out at a time per project: ask for the next platform only after record_submission has answered this one, because until then this tool refuses the next brief and names the one still open. Do not fetch briefs ahead or in parallel. This is the tool the free plan meters: it covers the same submissions the dashboard tracks, plus any platform the account has already sent to, and past that it says so and points at the upgrade rather than answering.
update_projectwrite actionFreeFill in or correct a stored project. Facts and pack are merged into what is there, so you can add one field at a time as the maker answers.
whoamiFreeWhich SubmitMap account this token belongs to, named by its email address, which plan it is on, and what it already holds. Call it first if you are unsure whether the maker is connected, and tell them the address it reports: it is the only way either of you can tell one of their accounts from another. It does not hand you the plan's limits and you do not need them to work: plan the whole run, and a limit says so at the write it stops.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 412ms20/20
- Tool poisoning11 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 3 write-action tools with no auth3/15
- Maintenancelast push 35 days ago12/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year5/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
What the publisher says
From the Directory repository's README, as published. We do not edit it. Read it on GitHub
SubmitMap MCP server
A remote MCP server for SubmitMap, a directory of product launch platforms and startup directories.
Every platform in the directory is a typed record rather than a link: who it accepts, what disqualifies you, the exact submission steps, the expected approval time, and whether the backlink is dofollow. The data is hand-walked, not scraped.
This repository holds the registry metadata. The server itself is hosted, so there is no package to install and nothing to run locally.
Endpoint
https://submitmap.com/api/mcpTransport: streamable HTTP. Protocol version: 2025-06-18.
Configuration
{
"mcpServers": {
"submitmap": {
"type": "http",
"url": "https://submitmap.com/api/mcp"
}
}
}Per-client setup, including the OAuth flow, is documented at .
Tools
Read-only, and usable with no account at all:
pricing, link type, backlink requirement or approval speed.
- searchplatforms** — Search the directory. Filter by query, category,
disqualifiers, submission steps, requirements, gotchas and expected outcome.
- getplatform** — The full record for one platform: eligibility,
platforms it qualifies for now, which are reachable once something is supplied (with the exact list of what is missing), and which are out of reach.
- qualifyproject** — Describe a product inline and get back which
With an account token, for automating submissions:
free tier.
- whoami — Which account the token belongs to and what is left of the
product and the pack a submission form asks for.
- createproject, updateproject, listprojects** — Store a
platform in the maker's own browser: a preflight of what is missing, the sign-in rule, the pack values mapped onto that form's fields, the steps and the gotchas.
- submissionplaybook** — Everything needed to submit one project to one
track where each one stands.
- plansubmissions** — Write the run order for a project.
- recordsubmission, listsubmissions — Log what was sent and
Authentication
The three read tools need nothing. The account tools accept Authorization: Bearer smap_..., and the server also advertises OAuth via /.well-known/oauth-protected-resource.
Tokens are created at .
Links
- Directory:
- Docs:
- Agent guide:
- Server card:
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http directory https://submitmap.com/api/mcp
Directory: common questions
- Is Directory MCP server safe?
- Mostly: it is graded B (73/100). Read the Directory safety report
- How do I install Directory?
- It runs remotely at submitmap.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Directory need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Directory maintained?
- The last commit was 36 days ago (2026-08-19). The latest release is v1.0.0.
- Is Directory up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Directory?
- Servers from other publishers that do the same job: Loki Mode MCP server, COTAL actions (cotal.ai) MCP server and Shopware MCP server. Compare all Directory alternatives.
Alternatives to Directory
Same job from other publishers: the closest match first, then the best rated.
- Loki ModeAutonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.not reviewedEstablishedB
- COTAL actions (cotal.ai)cotal.ai actions: product overview, site search, build log, feedback, Cloud waitlist, updates, callsnot reviewedEstablishedB
- ShopwareQuery and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.not reviewedEstablishedB
BuywhereAgent-native product catalog: 300M+ products, 150,000+ stores, deliver_to ranking.not reviewedGrowingA
HasData WalmartWalmart search, product pages and customer reviews on walmart.com and walmart.ca, as JSON.not reviewedGrowingA