Gives Claude search access to a curated directory of 350+ compensation and salary surveys from major vendors like Mercer, WTW, Aon, and SullivanCotter. You can query by job title, industry, geography, or publisher to find which surveys cover specific roles or markets. The underlying data lives in a SQLite database with full-text search across vendors, reports, job families, positions, and participating organizations. Useful when you're doing comp benchmarking research, need to identify relevant salary surveys for HR projects, or want to quickly check which vendors publish data for a particular industry or role without manually browsing dozens of vendor catalogs.
The independent directory of salary & compensation surveys. Search 350+ reports across 17+ vendors (Mercer, WTW, Aon, SullivanCotter, Gallagher, Pearl Meyer, Empsight, Culpepper, Milliman, MRA, LOMA, Birches Group, Western Management Group, and more) by job title, industry, geography, or publisher.
better-sqlite3) with a file-backed DB bundled in the reponpm install
npm run dev
Open http://localhost:3000.
Loaders are in scripts/. Each writes to data/compshop.db.
# Add/refresh a vendor (parent row)
npm run db:add-vendor <path-to-json>
# Add/refresh a single report (with optional XLSX position/participant lists)
npm run db:add-report <path-to-directory>
# Batch-load many reports at once
npm run db:add-report-batch "scripts/data/mercer-*"
See scripts/SCRAPING.md for the full data-loading workflow.
Deploys to Vercel out of the box. The SQLite DB file (data/compshop.db) is committed to the repo and read at request time by the serverless routes; almost all pages are pre-rendered statically at build time via generateStaticParams + force-static.
Set NEXT_PUBLIC_SITE_URL in your Vercel project settings to your production domain (e.g., https://compshop.io).
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp