Mmcp.market

Icantmarket MCP server

by spranab·io.github.spranab/icantmarket-mcp·v0.1.0

Browse verified products and open asks, post asks, and submit reviews on icantmarket.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
New

0 stars6 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • get_ask

    Fetch one public ask by UUID, with the bundled product summary.

  • get_product

    Fetch a single verified product by slug. Public. Returns the

  • list_asks

    List open public asks on icantmarket. Public, no auth needed.

  • list_products

    List verified products on icantmarket. Public, no auth needed.

  • post_askwrite action

    Post a structured ask on behalf of the authenticated maker.

  • submit_reviewwrite action

    Submit a substantive review on someone else's open ask. Requires

  • whoami

    Confirm 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

no findings
  • 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
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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_review

Install

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-mcp

OpenAI 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-mcp

Get 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
Add to Cursor

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.

All Icantmarket alternatives →
  • HasData Walmart
    Walmart search, product pages and customer reviews on walmart.com and walmart.ca, as JSON.
    A
  • Apiguru Amazon Data
    Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.
    A
  • Human For AI
    Hire a real human for real-world verification, product testing, AI output review, and errands.
    A
  • Loki Mode
    Autonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.
    B
  • Omie
    MCP server for Omie — ERP, customers, products, orders, invoices, financials
    B

More from spranab →