E
epinu
/marketplace_listings_search
Marketplace Listings Search
Search the Epinu marketplace for equipment, services, and assets. Returns summaries only; call marketplace_listing_get for detailed packets.
liveverifiedunknown~5s typical
mcpprobedepinu
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-epinu-epinu /marketplace_listings_search for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | |
| category | string (product | service | repair_services | equipment | energy) | |
| subcategory | string | |
| maxPrice | number | |
| availabilityType | string | |
| limit | integer | default 10 |
| cursor | string |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-epinu-epinu","endpoint":"/marketplace_listings_search","input":{"limit":10}}'cli
npx cracked-ai run -p mcp-ai-epinu-epinu -e /marketplace_listings_search -i '{"limit":10}'mcp
run_tool({ provider: "mcp-ai-epinu-epinu", endpoint: "/marketplace_listings_search", input: {"limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.