streamable-httpMITupdated 20d ago
A remote MCP server for SubmitMap, a directory of product launch platforms and startup directories.
Was kannst du mit directory machen?
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/mcp
Transport: 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 https://submitmap.com/docs/.
Tools
Read-only, and usable with no account at all:
search_platforms— Search the directory. Filter by query, category, pricing, link type, backlink requirement or approval speed.get_platform— The full record for one platform: eligibility, disqualifiers, submission steps, requirements, gotchas and expected outcome.qualify_project— Describe a product inline and get back which 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.
With an account token, for automating submissions:
whoami— Which account the token belongs to and what is left of the free tier.create_project,update_project,list_projects— Store a product and the pack a submission form asks for.submission_playbook— Everything needed to submit one project to one 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.plan_submissions— Write the run order for a project.record_submission,list_submissions— Log what was sent and track where each one stands.
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 https://submitmap.com/app/tokens.
Links
- Directory: https://submitmap.com
- Docs: https://submitmap.com/docs/
- Agent guide: https://submitmap.com/for-agents/
- Server card: https://submitmap.com/.well-known/mcp/server-card.json
Installation
directory zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http directory https://submitmap.com/api/mcpcodex mcp add directory --url https://submitmap.com/api/mcp{
"mcpServers": {
"directory": {
"url": "https://submitmap.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"directory": {
"type": "http",
"url": "https://submitmap.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"directory": {
"url": "https://submitmap.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"directory": {
"serverUrl": "https://submitmap.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege19/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 13 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 13. Aug. 2026 |