GigNGo Local Services Marketplace
Server Details
US local-services data: find locals by trade and city, browse open jobs, see which markets answer
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
7 toolsbrowse_open_tasksAInspect
Browse open consumer tasks (jobs) posted on GigNGo that workers 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.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Optional city slug, lowercase with hyphens. Example: "los-angeles". | |
| sort | No | 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. | |
| limit | No | Max tasks to return (1-50, default 20). | |
| state | No | Optional full US state name, lowercase, hyphens for spaces. Example: "pennsylvania". | |
| category | No | Optional service category slug, e.g. "moving-help". See list_service_categories. | |
| maxAgeDays | No | Only tasks posted within this many days. | |
| unanswered | No | Only tasks with zero applicants so far — the unfilled queue. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden and discloses a lot: returned per-task fields, the privacy-offset of coordinates, the 'details' note being usually most specific, applicant counts, and time-to-first-applicant. It does not state side effects or the meaning of the 'priority' sort option, so it is not fully exhaustive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose and every clause adds information, but the second sentence is a very long enumeration that packs many field names into one list. It is dense rather than concise, though nothing is wasted.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 7 optional parameters and no output schema, the description is unusually complete: it explains what fields appear in results, what filters exist, and the zero-argument default. The main gap is the omitted 'priority' sort enum value, whose semantics are left undefined in both the description and schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the parameter schema already documents each field; the description adds a broad orientation ('Filter by category, state, city, age or applicant count') and the no-arguments default. This matches the baseline 3 because the description does not materially deepen per-parameter semantics beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The opening verb-resource pair is precise: 'Browse open consumer tasks (jobs) posted on GigNGo that workers can apply to.' It also names the task content and filter dimensions, making it easy to distinguish from sibling tools like list_service_categories or search_local_workers.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description says exactly when to call bare ('call with no arguments for the most recent open tasks nationwide') and enumerates filter dimensions and common sort orders. It does not explicitly name alternatives or exclusion conditions, but the use case is unambiguous for a browsing tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_service_availabilityAInspect
Check which of the 30 service categories have active workers in a US state or city, with worker counts 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.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Optional city name, lowercase, hyphens for spaces. Example: "orlando". Omit for state-wide availability. | |
| state | Yes | Full US state name, lowercase, hyphens for spaces. Example: "florida". |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It accurately describes a read-only availability check, specifies return contents (worker counts per service), and gives required input formats. It does not disclose potential edge cases like zero counts, but this is adequate for a simple check tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences with no wasted words. It front-loads the core purpose, then adds usage context, then parameter guidance. Each sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers purpose, output (worker counts), required parameter format, optional parameter behavior, and target geography. Without an output schema, this is sufficient for an agent to call the tool correctly. Minor omissions like behavior when no workers exist are not critical for this simple check.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already has 100% coverage and documents the state and city parameters with examples and instructions to omit city for state-wide availability. The description largely repeats this information, adding little beyond what the schema provides, so a baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb ('Check'), resource ('the 30 service categories'), scope ('US state or city'), and output ('worker counts per service'). It clearly differentiates from siblings like search_local_workers by stating it is 'useful before searching' and answers availability questions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use it: before searching or to answer 'can I get X done in Y?'. It provides clear context but does not name alternative tools or explicitly state when not to use it, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_area_demand_densityAInspect
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 get_service_availability, which counts workers rather than measuring whether they respond.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Ranking. "openUnanswered" surfaces supply holes instead of hot markets. | |
| limit | No | Max areas to return (1-300, default 50). | |
| state | No | Optional state filter — full name or two-letter code, e.g. "texas" or "TX". | |
| minJobs | No | 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. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden and does so well: it explains that the heat score combines applicant density with response reliability and is shrunk toward the platform average so a single lucky job cannot outrank a real market. It also tells the agent to read heat alongside confidence and previews the returned metrics, which goes well beyond the tool name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is tight and front-loaded: it opens with the core output metrics, then explains the ranking caveat, then gives the business use case and the sibling distinction. Every sentence contributes useful information and there is no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only analytical tool with no annotations and no output schema, this is close to sufficient: it names the returned metrics, the heat-score behavior, and the main use case, while the schema covers filters and limits. The exact time window and precise machine-readable output field names are left implicit, so an agent may still need to infer some response structure.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already describes all four parameters at 100% coverage, so the baseline is 3. The description adds meaning beyond the schema by explaining what heat and confidence represent and implying that heat is the default ranking score, while leaving limit, state, and minJobs to the schema's own descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Find which US cities are actually converting' and then lists the concrete metrics: jobs posted, locals applied, reply share, and median hours to first applicant. This gives a specific verb, resource, and measurable outcome, and the closing complement comparison distinguishes it from the worker-counting service-availability tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says to use this tool to decide where supply is dense versus where jobs go unanswered, which is a clear trigger. It also names get_service_availability as the alternative and contrasts measuring response with counting workers, though the sibling list shows check_service_availability, so the routing is slightly inconsistent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_platform_infoAInspect
Get an overview of the GigNGo platform: what it is, service category count, US coverage, iOS/Android app links, and API documentation URLs. Call this for general "what is GigNGo" questions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It clearly states what the tool returns—platform overview, category count, coverage, app links, and API documentation URLs—which is the key behavioral trait for an info-only tool. It does not mention side effects or rate limits, but none are relevant for this read-only overview.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. The first sentence front-loads the tool's purpose and deliverables, and the second sentence provides a clear usage trigger. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter informational tool, the description is complete: it lists the major content areas and states when to invoke it. There is no output schema, but the enumerated items give an agent a solid expectation of the response. A response format note would be a minor enhancement, not a necessity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the empty schema is fully descriptive and the baseline is 4. The description adds no parameter details because none are needed, and it instead clarifies the scope of the returned information, which is more valuable here.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('get') and resource ('overview of the GigNGo platform'), then enumerates concrete contents: service category count, US coverage, app links, and API documentation URLs. It also explicitly frames the tool for general 'what is GigNGo' questions, which distinguishes it from the task- and worker-oriented siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear usage context: 'Call this for general "what is GigNGo" questions.' This tells an agent when to use it, though it does not explicitly name alternatives or state when not to use it. The guidance is sufficient given the sibling tools are clearly more specialized.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_worker_profileAInspect
Get the full public profile of a single GigNGo worker by their profile slug. Returns display name, bio, skills, per-skill rates, rating, review count, badges, service area, availability, and a shareable profile URL. Slugs come from search_local_workers results (the "slug" field) or from gigngo.org/worker-profile/{slug} URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The worker's profile slug, e.g. "john-smith-handyman-orlando". |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It discloses that the profile is public and the operation is a read-only 'get', and it lists the return fields. It could additionally mention invalid-slug or not-found behavior, but for a simple public-profile lookup the transparency is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three focused sentences: purpose first, return contents second, parameter provenance last. There is no filler or redundant restatement of the tool name, and each sentence adds genuinely useful information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter, read-only lookup with no output schema, the description covers the essential ground: what the tool does, what it returns, and how to obtain a valid slug. No critical information needed for correct invocation is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents the slug parameter fully, so the baseline is 3. The description adds valuable guidance by specifying where slugs originate and giving the URL pattern, which helps the agent construct a valid call beyond the schema alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Get the full public profile of a single GigNGo worker by their profile slug.' It is clearly distinct from siblings like search_local_workers, which is a search/browse operation, and it enumerates the profile fields to remove ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells the agent where slugs come from—search_local_workers results or gigngo.org profile URLs—which implies this tool is the detail-lookup step after a search. It does not explicitly state when not to use alternatives, but the read-by-slug vs. browse/search distinction is clear from context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_service_categoriesAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It states the tool returns all 30 categories with their slugs, which tells the agent exactly what to expect. It does not describe ordering or potential changes, but for a zero-parameter list tool this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences with no filler. Key facts are front-loaded: the exact number of categories, the resource type, and example slugs. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, no-output-schema tool, the description fully covers what the tool returns and why an agent would invoke it. Nothing essential is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters, so the baseline is 4. The description adds value by explaining how the returned values feed into sibling tools' parameters, even though this tool itself takes no input.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description states a specific verb ('List'), a concrete resource ('all 30 GigNGo service categories'), and gives real examples of the returned slugs. It clearly differentiates this tool from siblings like search_local_workers and browse_open_tasks by identifying it as the category-discovery tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says when to call it: to discover valid values for the `service` parameter of search_local_workers and the `category` parameter of browse_open_tasks. It does not explicitly discuss when not to use it or name alternatives, but the guidance is clear and actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_local_workersAInspect
Search for local workers on GigNGo by service category and location. Returns public worker profiles (name, bio, skills, rates, rating, review count, service area, profile URL) sorted by rating. 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 workers per page.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Optional city name, lowercase, hyphens for spaces. Example: "san-francisco". | |
| limit | No | Max workers to return (1-50, default 20). | |
| state | Yes | Full US state name, lowercase, hyphens for spaces. Example: "new-york". | |
| service | Yes | Service category slug, e.g. "house-cleaning", "handyman", "lawn-care". |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral transparency. It discloses the return type (public worker profiles with specific fields), sorting order (by rating), and pagination behavior (returns up to `limit` workers). It implies a read-only operation through 'Search' and 'Returns', though it does not explicitly state safety or mention potential errors or empty results.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured. It front-loads the core purpose, then details the output and provides usage notes. Every sentence contributes meaningful information—the return fields, sorting, pagination, and the relation to list_service_categories. There is no redundant filler or overly technical jargon.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is contextually complete for the given complexity. It covers the input parameters, output content, sorting, pagination, and a related tool. It does not mention error handling or authentication, but these are not critical for a simple search operation. The lack of an output schema is acceptable because the description enumerates the expected fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 100% of parameters and already includes descriptions. The tool description adds value by providing concrete examples for state and city slug formats, reiterating the default limit, and explaining the service slug context. While the description largely echoes the schema, it enhances comprehension with practical examples and usage context, justifying a score above the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: searching for local workers by service category and location on GigNGo. It specifies the resource (workers), the action (search), and the filtering criteria. The description also distinguishes it from the sibling tools by mentioning the returned profile fields, sorting by rating, and pagination, making its role unique.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a clear pointer to use list_service_categories when the service slug is uncertain, which is helpful prerequisite guidance. However, it does not explicitly state when to choose this tool over other siblings like get_worker_profile or browse_open_tasks. The context implies these alternatives, but explicit exclusions are missing, so it falls short of a perfect score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
7 tool updates
- First observed
browse_open_tasks - First observed
check_service_availability - First observed
get_area_demand_density - First observed
get_platform_info - First observed
get_worker_profile - First observed
list_service_categories - First observed
search_local_workers
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Verified US local service providers across 10 home-services trades. Ratings, hours, no API key.
Search licensed US contractors by trade or location, fetch profiles and reviews, and submit leads.
Search thousands of verified US local service providers across 10 home-services trades, including crawl space repair, floor coating, radon mitigation, commercial electrical, and laundry services. Returns ratings, services, pricing, descriptions, and profile links. Every result passes a completeness gate, so listings are never half-empty.
Book local tradespeople — plumber, electrician, HVAC, and 7 more — via your AI agent. All US.
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceProvides verified local trade and service business data (e.g., radon mitigation, foundation repair) to AI agents via tools like search_providers and list_niches.1MIT- AlicenseNot gradedqualityDmaintenanceAccess ServiceGraph — a structured catalog of 100k+ US professional-services firms (law, marketing, consulting, accounting, IT services, architecture, engineering, HR, PR, design) with filters for industry, services offered, location, size, ratings, and third-party listing presence.61MIT
- FlicenseNot gradedqualityFmaintenanceThe owner-verified local business data + service & menu-price layer for AI agents. Owner-authored business profiles where every response carries provenance — verification level, completeness score, freshness timestamps, and upstream sources. * Search & profiles — find businesses by name, category, city, or geo-radius; full profiles with contacts, hours, media, ratings. * Price layer-
- FlicenseNot gradedqualityBmaintenanceRetrieves vetted Local Services Ads businesses (Google Guaranteed or Screened) as clean JSON for any service and US city, enabling lead generation, local SEO monitoring, and competitor tracking.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct action: browsing tasks, searching workers, viewing a single profile, checking availability, measuring demand density, listing categories, and getting platform info. The only close pair is check_service_availability vs search_local_workers, but one gives aggregate counts by category while the other returns detailed worker profiles, so they remain clearly separated.
All tool names follow a consistent snake_case verb_noun pattern: browse_open_tasks, check_service_availability, get_worker_profile, list_service_categories, search_local_workers. The verbs vary naturally by action but the structure is uniform and predictable.
Seven tools is well-scoped for a local services marketplace discovery server. Each tool covers an essential need: categories, platform info, task browsing, worker search, profile details, availability, and demand density, with no redundant or filler tools.
The read-only discovery workflow is well covered: list categories, check availability, search workers, view profiles, browse tasks, and assess demand density. There is no tool to post a task or apply to one, but the tool descriptions suggest this server is designed for exploration and lookup rather than full marketplace transactions.