Marketplace Search Mcp
About
MCP server with 22 tools for marketplace search, license verification, childcare costs, estate sales, FCC IDs, GSA auctions, and more across 15+ platforms
Details
- Author
- lulzasaur9192
- Downloads
- 315
- Categories
- Search, Other
Jump to
- Searching 13 marketplaces with a single tool.
- Specialized searches for IMDb, Houzz, and Thumbtack.
- License verification for contractors and nurses.
- PSA population report for collectible cards.
- NYC building violation and estate sale lookups.
- FCC certification, GSA auction, and storage searches.
- Childcare cost and home service cost estimates.
- AI agent skill safety verification via SkillGuard.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Marketplace Search McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server using npx @lulzasaur9192/marketplace-search-mcp and add it to your MCP client configuration (e.g., Claude Desktop or Cursor) with the command and arguments shown in the README. No further setup is required; optionally register for an API key to access higher rate limits.
marketplace_search
Search across 13 online marketplaces. Supported marketplaces: tcgplayer, reverb, grailed, redfin, bonanza, thriftbooks, abebooks, goodreads, offerup, swappa, stubhub, craigslist, poshmark. Returns listings with prices, conditions, seller info, and URLs. Each marketplace specializes in different categories: tcgplayer (trading cards), reverb (music gear), grailed (designer fashion), redfin (real estate), bonanza (general), thriftbooks/abebooks/goodreads (books), offerup/craigslist (local classifieds), swappa (electronics), stubhub (event tickets), poshmark (fashion resale).
search_imdb
Search IMDb for movies and TV shows. Can search by title or browse curated charts (Top 250 Movies, Top 250 TV, Most Popular Movies, Most Popular TV). Returns ratings, year, cast, and IMDb links.
search_houzz
Search Houzz for home design professionals, contractors, and interior designers. Takes a Houzz search URL (browse houzz.com/professionals to build one). Returns pro profiles with ratings, reviews, projects, and contact info.
search_thumbtack
Search local service professionals from Thumbtack. Find plumbers, electricians, cleaners, and 1000+ other service categories. Returns ratings, reviews, pricing, and hire counts.
verify_contractor_license
Verify a contractor's license across US states (CA, TX, FL, NY). Search by license number, person name, or business name. Returns license status, expiration, classifications, and contact info from official state licensing boards.
verify_nurse_license
Verify a nurse's license across US states (FL, NY). Search by license number or name. Returns license status, expiration, qualifications, and enforcement actions from official nursing boards.
psa_population_report
Look up PSA card certification details and full population report. Returns card info (year, brand, subject, grade) and complete grade breakdown from Auth through PSA 10, showing how many cards exist at each grade level.
search_nyc_violations
Search NYC Department of Buildings violation records by address, BIN, or block+lot. Covers DOB Violations, Safety Violations, and ECB Violations (with penalty amounts). Use summary=true for aggregate stats.
search_fcc
Search FCC ID certifications for electronic devices. Look up by FCC ID, grantee code, or applicant name. Returns certification details including equipment class, grant dates, and test reports.
fcc_details
Get full FCC certification details for a specific FCC ID. Returns equipment info, test reports, grant conditions, and compliance documents.
childcare_cost
Look up childcare costs by ZIP code, county, or state. Uses DOL National Database of Childcare Prices (48K records). Returns weekly/annual prices for center-based and family childcare by age group.
childcare_states
Get childcare cost averages for all US states. Compare center-based and family childcare pricing across the country by age group.
childcare_compare
Compare childcare costs side-by-side across multiple ZIP codes or locations. Compare up to 10 locations at once.
search_estate_sales
Search for estate sales by ZIP code or city/state. Find upcoming and active estate sales with dates, addresses, descriptions, and photos from EstateSales.net.
estate_sale_details
Get full details of a specific estate sale including photos, items, dates, directions, and sale company info.
search_storage
Search self-storage facilities by city/state or ZIP code. Find storage units with pricing, sizes, and availability from SelfStorage.com.
storage_facility_details
Get full details for a specific self-storage facility including unit sizes, prices, amenities, hours, and reviews.
home_service_cost
Get cost estimates for home services (plumbing, electrical, cleaning, etc.). Returns min/max/average/median pricing and top-rated professionals in the area. Powered by Thumbtack data.
search_gsa_auctions
Search US government surplus auctions from GSA (General Services Administration). Find vehicles, electronics, equipment, and more at below-market prices.
gsa_auction_details
Get full details of a specific GSA surplus auction lot including description, bid info, location, inspection dates, and sale terms.
gsa_auction_stats
Get aggregated statistics for GSA surplus auctions — breakdown by state, agency, status, total bid amounts, and averages.
skillguard_verify
Verify the safety of an AI agent skill/tool before execution. Classifies as SAFE, CAUTION, or DANGER based on permissions, commands, and description analysis. Use this to audit MCP tools, OpenAI functions, or any agent capability.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"marketplace search mcp": {
"marketplace-search": {
"command": "npx",
"args": [
"-y",
"@lulzasaur9192/marketplace-search-mcp"
]
}
}
}
}
McpServers
{
"marketplace-search": {
"command": "npx",
"args": [
"-y",
"@lulzasaur9192/marketplace-search-mcp"
]
}
}
MCP server with22 toolsfor marketplace search, price comparison, license verification, and data lookup across 15+ platforms.
npx @lulzasaur9192/marketplace-search-mcp
{ "mcpServers": { "marketplace-search": { "command": "npx", "args": ["-y", "@lulzasaur9192/marketplace-search-mcp"] } } }
Marketplace Search (13 marketplaces in 1 tool)
- marketplace_search— Search TCGPlayer, Reverb, Grailed, Redfin, Bonanza, ThriftBooks, AbeBooks, Goodreads, OfferUp, Swappa, StubHub, Craigslist, Poshmark
- search_imdb— Movies/TV with chart browsing (Top 250, Most Popular)
- search_houzz— Home design professionals by Houzz URL
- search_thumbtack— Local service professionals with location filter
- verify_contractor_license— CA, TX, FL, NY contractor licenses
- verify_nurse_license— FL, NY nurse licenses
- psa_population_report— PSA card certification and population data
- search_nyc_violations— NYC DOB building violation records
- search_estate_sales— Estate sales by location
- estate_sale_details— Full estate sale details
- search_storage— Self-storage facilities
- storage_facility_details— Storage pricing and amenities
- search_fcc— FCC ID certification search
- fcc_details— Full FCC certification info
- search_gsa_auctions— Government surplus auctions
- gsa_auction_details— Auction lot details
- gsa_auction_stats— Market statistics
- childcare_cost— Childcare costs by ZIP/county/state
- childcare_states— All-state childcare comparison
- childcare_compare— Side-by-side location comparison
- home_service_cost— Home service cost estimates
- skillguard_verify— Verify AI agent skill safety (SAFE/CAUTION/DANGER)
curl -X POST https://rapidapi-backend-production.up.railway.app/mcp/register?utm_source=github-readme&utm_medium=readme&utm_campaign=marketplace-search \ -H "Content-Type: application/json" \ -d '{"email":"you@example.com"}'
SetMARKETPLACE_API_KEYenv var for authenticated access.
- TCGPlayer Price Data
- Reverb Music Gear Listings
- Thumbtack Pro Directory
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Search and buy products across thousands of online stores using the SearchAgora universal product search engine.
An MCP server for searching and buying products on Amazon.
Search Flevy's marketplace of 10,000+ consulting frameworks, PowerPoint templates, Excel financial models, and management case studies — remote server at https://flevy.com/mcp, free, no auth.
Search and get install details on MCP servers directly from your agent -- a unified marketplace index.
Argentina's trust-first local services marketplace. Six read-only tools to search verified professionals and deep-link into on-platform task creation. │
Public remote MCP for Pocket Drives, a P2P luxury/exotic/EV rental marketplace. Search, quote, and browse independent hosts. Booking finishes in the iOS app.
Connects AI to Facebook Marketplace, Ebay, Poshmark, and Depop to find you the best deals
Real-time product search across Southeast Asia with 3.8M+ items — the first SEA e-commerce MCP server
Search marketplace products, manage bookings, and handle customer relationships using the Rezdy Agent API.
enables searching and booking car rentals
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



