-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@lulzasaur9192/marketplace-search-mcp",
"version": "2.0.0",
"mcpName": "io.github.lulzasaur9192/marketplace-search",
"description": "MCP server with 22 tools for marketplace search, price comparison, license verification, childcare costs, estate sales, storage pricing, GSA auctions, home services, FCC lookup, and AI skill safety — TCGPlayer, Reverb, Grailed, Redfin, Poshmark, Craigslist, and more",
"type": "module",
"main": "dist/index.js",
"bin": {
"marketplace-search-mcp": "dist/index.js"
},
"files": [
"dist"
],
"engines": {
"node": ">=20"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts"
},
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"marketplace",
"search",
"price-comparison",
"tcgplayer",
"reverb",
"grailed",
"redfin",
"poshmark",
"craigslist",
"offerup",
"swappa",
"stubhub",
"bonanza",
"thriftbooks",
"abebooks",
"goodreads",
"imdb",
"houzz",
"thumbtack",
"contractor-license",
"nurse-license",
"license-verification",
"psa-grading",
"nyc-violations",
"fcc-id",
"childcare-cost",
"estate-sales",
"self-storage",
"gsa-auctions",
"home-services",
"skillguard",
"ai-tools",
"claude"
],
"author": "lulzasaur9192",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lulzasaur9192/marketplace-search-mcp.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.24.4"
},
"devDependencies": {
"typescript": "^5.8.3",
"tsx": "^4.19.4",
"@types/node": "^22.15.3"
}
}