Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'search', 'name': 'search', 'description': "Free-text search across the CompShop directory of compensation surveys. Returns matching vendors, reports, job families, and positions. Use for open-ended discovery questions like 'biotech surveys in Europe' or 'CEO compensation data'.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_vendors_by_industry', 'name': 'list_vendors_by_industry', 'description': "List every CompShop vendor that publishes surveys for a given industry. Use when the user asks 'what survey publishers cover [industry]?'", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_vendors_by_region', 'name': 'list_vendors_by_region', 'description': "List vendors with survey coverage in a given region. Use when the user asks 'what publishers cover [region]?' Region is matched against both vendor-level scope and individual report scopes.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'find_surveys_for_position', 'name': 'find_surveys_for_position', 'description': "Find compensation surveys that benchmark a specific job title or position (e.g. 'Software Engineer', 'CPA', 'Sr Acct', 'head of finance'). Combines literal title matching with embedding-based semantic similarity, so abbreviations and paraphrases work — 'CPA' returns 'Certified Public Accountant', 'Sr Acct' returns 'Senior Accountant'. Reports per position are ranked to surface broad-coverage surveys (general-industry, US scope) before niche cuts.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_vendor', 'name': 'get_vendor', 'description': 'Detailed info on a specific vendor by slug, including all of their reports. Use after `search` or `list_vendors_by_industry` returns a candidate.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_report', 'name': 'get_report', 'description': 'Detailed info on a single survey report by slug.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'recommend_surveys', 'name': 'recommend_surveys', 'description': "Recommend the best-fit compensation surveys given a hiring/benchmarking context. Use when the user asks 'what survey should I use for [situation]?' Returns ranked vendors with rationale. Required: industry. Optional: region, role focus.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 244.4ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://www.comp-shop.com/api/mcp
JSON-RPC initialize probe
curl -X POST https://www.comp-shop.com/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://www.comp-shop.com/api/mcp
Listed at (chiark)
https://chiark.ai/agents/7ebcd07b-52b7-4f33-8a24-4c4f3229890a