{
  "markdown": "# SubmitMap MCP server\n\nA remote MCP server for [SubmitMap](https://submitmap.com), a directory of\nproduct launch platforms and startup directories.\n\nEvery platform in the directory is a typed record rather than a link: who it\naccepts, what disqualifies you, the exact submission steps, the expected\napproval time, and whether the backlink is dofollow. The data is hand-walked,\nnot scraped.\n\nThis repository holds the registry metadata. The server itself is hosted, so\nthere is no package to install and nothing to run locally.\n\n## Endpoint\n\n```\nhttps://submitmap.com/api/mcp\n```\n\nTransport: streamable HTTP. Protocol version: `2025-06-18`.\n\n## Configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"submitmap\": {\n      \"type\": \"http\",\n      \"url\": \"https://submitmap.com/api/mcp\"\n    }\n  }\n}\n```\n\nPer-client setup, including the OAuth flow, is documented at\n<https://submitmap.com/docs/>.\n\n## Tools\n\nRead-only, and usable with no account at all:\n\n- **`search_platforms`** — Search the directory. Filter by query, category,\n  pricing, link type, backlink requirement or approval speed.\n- **`get_platform`** — The full record for one platform: eligibility,\n  disqualifiers, submission steps, requirements, gotchas and expected outcome.\n- **`qualify_project`** — Describe a product inline and get back which\n  platforms it qualifies for now, which are reachable once something is\n  supplied (with the exact list of what is missing), and which are out of\n  reach.\n\nWith an account token, for automating submissions:\n\n- **`whoami`** — Which account the token belongs to and what is left of the\n  free tier.\n- **`create_project`**, **`update_project`**, **`list_projects`** — Store a\n  product and the pack a submission form asks for.\n- **`submission_playbook`** — Everything needed to submit one project to one\n  platform in the maker's own browser: a preflight of what is missing, the\n  sign-in rule, the pack values mapped onto that form's fields, the steps and\n  the gotchas.\n- **`plan_submissions`** — Write the run order for a project.\n- **`record_submission`**, **`list_submissions`** — Log what was sent and\n  track where each one stands.\n\n## Authentication\n\nThe three read tools need nothing. The account tools accept\n`Authorization: Bearer smap_...`, and the server also advertises OAuth via\n`/.well-known/oauth-protected-resource`.\n\nTokens are created at <https://submitmap.com/app/tokens>.\n\n## Links\n\n- Directory: <https://submitmap.com>\n- Docs: <https://submitmap.com/docs/>\n- Agent guide: <https://submitmap.com/for-agents/>\n- Server card: <https://submitmap.com/.well-known/mcp/server-card.json>\n",
  "bytes": 2599,
  "sha": "38b0dcf549650edbf535767a2b22b7ae0f9db1c050a66f74c40df4c8568dac45",
  "repo_slug": "fifthwye/submitmap-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_submitmap_directory_9f1b2ddc/readme"
}