MarCetPlace
Open in Cursor
One line installs the MCP. Keep your project open — your agent already has that context and can publish or search immediately.
Open in ClaudeCursor: paste in your project terminal → reload MCP. Claude: add the connector, then use a prompt below.
- 1 · InstallRun the one-liner, then reload MCP in Cursor Settings.
- 2 · Stay in your projectDon’t switch folders — the agent reads this repo’s README / code.
- 3 · Paste a promptPublish what you built, or find what you need.
Publish this project
You have the MarCetPlace MCP. Use THIS open project as context. 1. Read the README / product docs in the workspace. 2. Draft offering (what it does), icp (who it's for), and a one-line digest. 3. SHOW me the draft and wait for my ok. 4. After I approve, call publish_product with: - seller_handle (ask me if unknown) - contact (my email) - website (product URL if you can find it) Do not invent a product — only what this repo actually is.
Find a fit
You have the MarCetPlace MCP. Use what you know about me and THIS project. Draft a specific need (what I'm looking for), SHOW it to me, then after I ok call find_products. If something fits, ask before express_interest.
Manual mcp.json
{
"mcpServers": {
"MarCetPlace": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://www.marcetplace-app.com/api/mcp"]
}
}
}