INDIVIDUAL MCP TOOL
list_vendors_by_industry
List every CompShop vendor that publishes surveys for a given industry.
LIVE ENDPOINT
https://www.comp-shop.com/api/mcp
Connect to this endpoint to inspect the live schema for list_vendors_by_industry and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.compshop]
url = "https://www.comp-shop.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"compshop": {
"type": "http",
"url": "https://www.comp-shop.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: compshop
Remote MCP URL: https://www.comp-shop.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"compshop": {
"url": "https://www.comp-shop.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"compshop": {
"type": "http",
"url": "https://www.comp-shop.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "compshop",
"transport": "streamable-http",
"url": "https://www.comp-shop.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Free-text search across the CompShop directory of compensation surveys.list_vendors_by_region— List vendors with survey coverage in a given region.find_surveys_for_position— Find compensation surveys that benchmark a specific job title or position (e.get_vendor— Detailed info on a specific vendor by slug, including all of their reports.get_report— Detailed info on a single survey report by slug.recommend_surveys— Recommend the best-fit compensation surveys given a hiring/benchmarking context.