{"name":"org.gigngo/gigngo","slug":"gigngo","title":"GigNGo Local Services Marketplace","description":"US local-services data: find locals by trade and city, browse open jobs, see which markets answer","url":"https://mcp.market/server/gigngo","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T18:55:55.852Z","last_ok_at":"2026-09-20T18:55:55.852Z","latency_ms":222},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://gigngo.org/mcp-server","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://gigngo.org/mcp"}],"packages":[],"tools":[{"name":"browse_open_tasks","description":"Browse open jobs homeowners have posted on GigNGo that locals can apply to. Each task includes title, description, `details` (the poster's Additional Details note, present on most jobs and usually the most specific part), category, budget, approximate location (coordinates are privacy-offset), when it was posted (postedAt, ageHours, ageDays, postedAgo), how many locals have applied (applicantCount, hasApplicants) and how fast the first one did (hoursToFirstApplicant), plus a link to apply. Filter by category, state, city, age or applicant count, and sort by newest, oldest, most_applicants or fewest_applicants. All filters are optional — call with no arguments for the most recent open tasks nationwide.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","description":"Optional service category slug, e.g. \"moving-help\". See list_service_categories."},"state":{"type":"string","description":"Optional full US state name, lowercase, hyphens for spaces. Example: \"pennsylvania\"."},"city":{"type":"string","description":"Optional city slug, lowercase with hyphens. Example: \"los-angeles\"."},"sort":{"type":"string","description":"Order of results. \"oldest\" surfaces the jobs that have been waiting longest (the ones about to be abandoned); \"most_applicants\" surfaces where locals are actually competing.","enum":["newest","oldest","most_applicants","fewest_applicants","priority"]},"maxAgeDays":{"type":"integer","description":"Only tasks posted within this many days.","minimum":1,"maximum":365},"unanswered":{"type":"boolean","description":"Only tasks with zero applicants so far — the unfilled queue."},"limit":{"type":"integer","description":"Max tasks to return (1-50, default 20).","minimum":1,"maximum":50}}}},{"name":"check_service_availability","description":"Check which of the 30 service categories have public locals in a US state or city, with a count per service. Useful before searching, or to answer \"can I get X done in Y?\". State is required (full name, lowercase, hyphens: \"new-jersey\"); city is optional — omit it for state-level availability.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"state":{"type":"string","description":"Full US state name, lowercase, hyphens for spaces. Example: \"florida\"."},"city":{"type":"string","description":"Optional city name, lowercase, hyphens for spaces. Example: \"orlando\". Omit for state-wide availability."}},"required":["state"]}},{"name":"draft_job_post","description":"Draft a job post for a homeowner and get back a link THEY open to review and post it. GigNGo never posts on anyone's behalf: this writes nothing. The draft is run through the same screens a real post faces, so if it reads as vague, as an advert, as a job advert or as a known scam pattern you get the reason back and can fix it before handing the person a link. Describe one household's job in the homeowner's own words: what needs doing, where on the property, and roughly how big.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"description":{"type":"string","description":"The job in the homeowner's words, 12-1000 characters."},"title":{"type":"string","description":"Optional short title, e.g. \"Fence repair\"."},"category":{"type":"string","description":"Optional service slug or id. See list_service_categories."},"city":{"type":"string","description":"Optional city, e.g. \"Saginaw\"."},"state":{"type":"string","description":"Optional US state, e.g. \"michigan\" or \"MI\"."}},"required":["description"]}},{"name":"get_area_demand_density","description":"Find which US cities are actually converting: how many jobs each area posted, how many locals applied, what share of jobs got any reply at all, and the median hours to the first applicant. Ranked by a \"heat\" score that combines applicant density with response reliability, shrunk toward the platform average so a single lucky job cannot outrank a real market — read `heat` next to `confidence`. Use this to decide where supply is dense (spend more) versus where jobs go unanswered (a supply hole). Complements check_service_availability, which counts locals rather than measuring whether they respond.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"state":{"type":"string","description":"Optional state filter — full name or two-letter code, e.g. \"texas\" or \"TX\"."},"minJobs":{"type":"integer","description":"Only areas with at least this many jobs in the window. Use 5+ for a fundable shortlist; thin areas are informative but not yet evidence.","minimum":1},"sort":{"type":"string","enum":["heat","applicants","responseRate","openUnanswered","jobs","confidence"],"description":"Ranking. \"openUnanswered\" surfaces supply holes instead of hot markets."},"limit":{"type":"integer","description":"Max areas to return (1-300, default 50).","minimum":1,"maximum":300}}}},{"name":"get_platform_info","description":"Get an overview of GigNGo: what it is, what it does not do (limits), service category count, how jobs reach locals, iOS/Android app links, and API documentation URLs. Call this for general \"what is GigNGo\" questions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_work_record","description":"Get a local's Work Record: evidence of their work, where every item says how GigNGo knows it. Evidence types: filmed (clips our check says show the work, not who is in them), homeowner_confirmed / local_reported / inferred_from_messages (finished jobs, counted), neighbor_vouched, recorded_on_gigngo (reviews, member since) and self_reported (badges). Weigh each evidence type separately; never reduce the record to one score. GigNGo runs no background checks. Not for employment, credit, insurance or tenancy decisions. Use the \"slug\" from search_local_workers or get_worker_profile as the handle.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"handle":{"type":"string","description":"The local's public handle or profile slug, e.g. \"juan-lopez-handyman\"."}},"required":["handle"]}},{"name":"get_worker_profile","description":"Get the public profile of one GigNGo local by their profile slug. Returns name, bio, skills, prices the local set, reviews, whether they filmed their work, neighbor vouches, self-reported badges, service area, availability, a profile URL and `limits` (GigNGo runs no background checks). Slugs come from search_local_workers results (the \"slug\" field) or from gigngo.org/worker-profile/{slug} URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"The local's profile slug, e.g. \"john-smith-handyman-orlando\"."}},"required":["slug"]}},{"name":"list_service_categories","description":"List all 30 GigNGo service categories with their slugs (e.g. \"house-cleaning\", \"electrician\", \"moving-help\"). Call this to discover valid values for the `service` parameter of search_local_workers and the `category` parameter of browse_open_tasks.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"search_local_workers","description":"Find locals on GigNGo by service and place. Returns public profiles: name, bio, skills, prices the local set, reviews, whether they filmed their work (filmedTheirWork, workVideoCount), neighbor vouches, service area and profile URL. With a city, locals listed on that town's GigNGo area page come first (relation \"in\", \"serves\" or \"nearby\", with miles), then locals in that town, ordered so those who filmed their work come first. Badges are self-reported. Use list_service_categories first if you are unsure of the service slug. State is the full state name in lowercase with hyphens (e.g. \"new-york\", \"north-carolina\"); city likewise (e.g. \"los-angeles\"). Returns up to `limit` locals per page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"service":{"type":"string","description":"Service category slug, e.g. \"house-cleaning\", \"handyman\", \"lawn-care\"."},"state":{"type":"string","description":"Full US state name, lowercase, hyphens for spaces. Example: \"new-york\"."},"city":{"type":"string","description":"Optional city name, lowercase, hyphens for spaces. Example: \"san-francisco\"."},"limit":{"type":"integer","description":"Max locals to return (1-50, default 20).","minimum":1,"maximum":50}},"required":["service","state"]}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T00:26:59.231Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:26:59.204Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 614ms"]},"poisoning":{"score":15,"max":15,"notes":["9 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://gigngo.org/mcp","reachable":true,"authRequired":false,"latencyMs":614,"serverInfo":{"name":"gigngo","version":"1.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://gigngo.org/images/logo.png","source":"registry","width":5760,"height":1050},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}