{"server":{"name":"FiberSalesJobs.com","version":"1.1.0","protocol":"mcp/http","url":"http://localhost:3000/mcp"},"authentication":{"required":false},"tools":[{"name":"search_jobs","description":"Search verified commission sales jobs on FiberSalesJobs.com. Filter by free-text query, industry (solar, roofing, security, hvac, saas, merchant-services, telecom, fiber), market/location (e.g. \"austin-tx\" or \"Texas\"), or remote-only.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text search across title, company, and description"},"industry":{"type":"string","description":"Industry name, e.g. solar or fiber"},"location":{"type":"string","description":"Market slug or name, e.g. austin-tx, texas, greenville-sc"},"remoteOnly":{"type":"boolean","description":"Only remote-eligible roles"},"limit":{"type":"number","description":"Max results (default 10)"}}}},{"name":"get_job","description":"Fetch one job listing with its full transparent compensation plan.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Job id from search_jobs"}},"required":["id"]}},{"name":"list_industries","description":"List the industries with live listings and their job counts.","inputSchema":{"type":"object","properties":{}}},{"name":"list_locations","description":"List the hiring markets with live listings and their job counts.","inputSchema":{"type":"object","properties":{}}},{"name":"get_stats","description":"Marketplace snapshot: active jobs, open seats, industries, markets, and OTE range.","inputSchema":{"type":"object","properties":{}}}],"stats":{"activeJobs":7,"industries":7,"industriesList":["Fiber","Solar","Roofing","SaaS","Security","Merchant Services","HVAC"]},"note":"POST JSON-RPC 2.0 here: initialize, tools/list, tools/call."}