Icantmarket MCP server
Browse verified products and open asks, post asks, and submit reviews on icantmarket.
0 stars6 downloads/wk
Reviews
Write oneNobody has reviewed Icantmarket yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Icantmarket tools (7, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
get_askFetch one public ask by UUID, with the bundled product summary.
get_productFetch a single verified product by slug. Public. Returns the
list_asksList open public asks on icantmarket. Public, no auth needed.
list_productsList verified products on icantmarket. Public, no auth needed.
post_askwrite actionPost a structured ask on behalf of the authenticated maker.
submit_reviewwrite actionSubmit a substantive review on someone else's open ask. Requires
whoamiConfirm the configured ICANTMARKET_API_TOKEN is valid and return
Public scan report
scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it
- Code scan5 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Icantmarket repository's README, as published. We do not edit it. Read it on GitHub
icantmarket-mcp
You shipped the thing and now it sits at zero users, because promoting it is a different job than building it. icantmarket is a verified help-exchange where technical founders trade that work with each other — and this server puts it in the tool you already have open, so asking for help doesn't cost you a context switch.
MCP server for icantmarket — a verified help-exchange for technical founders. Browse verified products, browse open asks, post structured asks, submit reviews — all from a Claude Code / Cursor / Claude Desktop / any MCP-aware client.
list_products → get_product → list_asks → get_ask → whoami
↓
post_ask · submit_reviewInstall
Works with any MCP-compliant client. The canonical run command is npx -y icantmarket-mcp over stdio, with ICANTMARKETAPITOKEN exported in the env if you want the write tools.
Claude Code
claude mcp add icantmarket --env ICANTMARKET_API_TOKEN=ic_xxx \
-- npx -y icantmarket-mcpOpenAI Codex CLI
Add to ~/.codex/config.toml:
[mcp_servers.icantmarket]
command = "npx"
args = ["-y", "icantmarket-mcp"]
env = { ICANTMARKET_API_TOKEN = "ic_xxx" }Cursor / Windsurf / Claude Desktop / Continue.dev / Zed / Cline
Same JSON shape for all of them. Drop into ~/.cursor/mcp.json, claudedesktopconfig.json, ~/.continue/config.json, your Zed settings.json under context_servers, or wherever the client expects MCP server definitions:
{
"mcpServers": {
"icantmarket": {
"command": "npx",
"args": ["-y", "icantmarket-mcp"],
"env": { "ICANTMARKET_API_TOKEN": "ic_xxx" }
}
}
}MCPier
It's in the official catalog:
pier install icantmarket-mcpGet a token
Mint at icantmarket.com/me/api-tokens (sign in first). Token shape: ic_<24-byte hex>. Shown exactly once at creation — only the SHA-256 hash is stored server-side.
Reads (listproducts, getproduct, listasks, getask) work without a token. Writes (whoami, postask, submitreview) need one.
Tools
What this is for
When a maker says to their agent:
- "Post an update ask for my YantrikDB Server v0.8.20 launch." → agent uses listproducts to find the slug + UUID, then postask.
- "Find me a launch ask in devtools I could review." → agent uses list_asks?type=launch and surfaces the results.
- "Review the open ask on saga-mcp." → agent uses listasks?productslug=saga-mcp → getask → submitreview.
What this is NOT for
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y icantmarket-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add icantmarket-mcp -- npx -y icantmarket-mcp
Icantmarket: common questions
- Is Icantmarket MCP server safe?
- Mostly: it is graded B (83/100). Read the Icantmarket safety report
- How do I install Icantmarket?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Icantmarket need an API key?
- Yes. The registry entry asks for
ICANTMARKET_API_TOKEN. - Is Icantmarket maintained?
- The last commit was 2 days ago (2026-09-25). The latest release is v0.1.0.
- What can I use instead of Icantmarket?
- Servers from other publishers that do the same job: HasData Walmart MCP server, Apiguru Amazon Data MCP server and Human For AI MCP server. Compare all Icantmarket alternatives.
Alternatives to Icantmarket
Same job from other publishers: the closest match first, then the best rated.
HasData WalmartWalmart search, product pages and customer reviews on walmart.com and walmart.ca, as JSON.not reviewedGrowingA
Apiguru Amazon DataLive Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.not reviewedGrowingA- Human For AIHire a real human for real-world verification, product testing, AI output review, and errands.not reviewedGrowingA
- Loki ModeAutonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.not reviewedEstablishedB
- OmieMCP server for Omie — ERP, customers, products, orders, invoices, financialsnot reviewedEstablishedB