leadquasar
Server Details
Counts and firmographics for 7.5M+ verified US B2B businesses, by industry, state and city.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolscount_businessesAInspect
Count verified US B2B businesses in the LeadQuasar database matching an industry, state and/or city, with how many have an email address and a phone number. Use this to answer questions like 'how many managed service providers are there in Texas' or 'how many dentists in Chicago have a business email'. Returns real counts from 7.5 million live records.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | US city name. | |
| state | No | US state, either full name ("Texas") or two-letter code ("TX"). | |
| industry | No | Industry or business type in plain words, e.g. 'managed service provider', 'dentist', 'HVAC contractor', 'plumbers'. Everyday wording is resolved to the stored categories, so 'HVAC contractor' finds HVAC and 'plumbers' covers both Plumbers and Plumbing. The response reports which category it matched. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry behavioral weight. It does so by saying counts are real rather than estimates, data is from 7.5 million live records, and businesses are verified US B2B. It stops short of describing the response format or any limitations, but the operation is a low-risk read-only count.
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 sentences with the action verb front-loaded and no wasted words. The examples are compact and illustrative, and the scope facts ('7.5 million live records') justify the tool without bloating the description.
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 simple count tool with only optional parameters, the description covers purpose, filters, and the main output dimensions (total count, email count, phone count). Since there is no output schema, it could be more explicit about the exact response shape, but an agent has enough to invoke correctly.
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 all three parameters at 100% coverage, setting the baseline at 3. The description adds useful semantic context by combining filters ('industry, state and/or city') and by showing the email/phone count dimension implied by examples, which helps an agent understand how the parameters compose.
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 a specific verb and resource: 'Count verified US B2B businesses... matching an industry, state and/or city,' and closes with 'Returns real counts,' which separates it from the record-returning search_businesses sibling. It does not name sibling tools explicitly, so it falls just short of full sibling differentiation.
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?
'Use this to answer questions like...' provides concrete usage examples that map natural-language questions to parameters. It does not state when NOT to use it or direct the agent to search_businesses for record-level queries, so exclusions are missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_industriesAInspect
List the industries LeadQuasar covers and how many verified businesses each holds. Use this first when unsure what industry wording will match.
| 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 itself carries the behavioral disclosure. It states that the tool returns industries and their verified business counts, which is enough for a simple read-only listing, but it omits any details about ordering, potential size of the response, or whether the list is 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 two short sentences with no filler. The first states exactly what the tool does, and the second gives practical usage guidance. 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 no-parameter, simple listing tool, the description covers the return value (industries plus counts) and the use case. It does not fully explain output ordering or pagination, but those are unlikely to matter for a small enum-like industry list.
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 baseline is 4. The description still contributes useful context by revealing that each industry includes a count of verified businesses, which clarifies the returned data though no input semantics are needed.
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?
Uses a specific verb ('list') plus a resource ('industries LeadQuasar covers') and describes the key output (counts of verified businesses). It clearly differentiates itself from sibling tools like count_businesses and search_businesses by focusing on the industry vocabulary coverage.
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?
Provides explicit guidance: 'Use this first when unsure what industry wording will match.' This tells the agent the trigger condition for calling the tool, though it does not explicitly name alternative tools or list when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_businessesAInspect
Return a sample of matching businesses with industry, location and data-quality signals. Contact details (name, company, email, phone, address) are never returned by this tool — it shows what exists and how reachable it is, not who to call.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | US city name. | |
| limit | No | How many rows to return, 1-25. Defaults to 10. | |
| state | No | US state, either full name ("Texas") or two-letter code ("TX"). | |
| industry | No | Industry or business type in plain words. Everyday wording is resolved to the stored categories, and `matchedIndustry` in the response says which one. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry behavioral disclosure on its own, and it does well: it explicitly states that name, company, email, phone, and address are never returned. This is a major behavioral constraint not visible in the input schema. It stops short of describing sampling/ordering behavior or service limits, but the key risk is clearly disclosed.
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 efficient sentences with the main purpose front-loaded and the critical contact-detail exclusion placed immediately after. There is no filler, no repetition of schema content, and 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?
Given no output schema and no annotations, the description covers the essential invocation context: it returns a sample, indicates the kinds of fields included, and clearly states what it will never return. It could add an explicit note about non-exhaustive sampling or point to count_businesses for totals, but an agent has enough to call and interpret the tool correctly.
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 has 100% description coverage for all four parameters, so the baseline of 3 applies. The description mentions industry and location as output content but adds no extra semantics to city, state, limit, or industry beyond what the schema already provides.
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 a specific verb and object: 'Return a sample of matching businesses,' and names the key output dimensions (industry, location, data-quality signals). It also draws a clear line from sibling count/list tools by emphasizing that this returns a sample, not a count or an industry list.
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?
It gives clear context: use this tool to see what businesses exist and how reachable they are, not to obtain contact information. The 'not who to call' exclusion is explicit, but it does not name sibling alternatives such as count_businesses or list_industries, so it falls just short of full alternative routing.
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.
2 tool updates
- Changed
count_businesses1 field changed- changed
Input schema / properties / industry / descriptionPrevious value: -"Industry or business type in plain words, e.g. 'managed service provider', 'dentist', 'HVAC contractor'. Matched against industry and category."New value: +"Industry or business type in plain words, e.g. 'managed service provider', 'dentist', 'HVAC contractor', 'plumbers'. Everyday wording is resolved to the stored categories, so 'HVAC contractor' finds HVAC and 'plumbers' covers both Plumbers and Plumbing. The response reports which category it matched."
- Changed
search_businesses1 field changed- changed
Input schema / properties / industry / descriptionPrevious value: -"Industry or business type in plain words."New value: +"Industry or business type in plain words. Everyday wording is resolved to the stored categories, and `matchedIndustry` in the response says which one."
3 tool updates
- First observed
count_businesses - First observed
list_industries - First observed
search_businesses
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 B2B contact data: size a market free, reveal or export when the segment is right.
TAM mapping, company discovery, contact intelligence, and technographics across 65M+ B2B domains.
B2B data enrichment for 375M+ companies: legal entities, corporate hierarchies, and contacts.
Search and manage 220M+ B2B contacts. Filter by title, industry, location, and more.
Related MCP Servers
- 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 gradedqualityCmaintenanceReal-time B2B company firmographics, headcount tier, ARR estimate, tech stack adoption, and verified C-Level executive contact emails for AI SDRs and sales automation.-
- AlicenseNot gradedqualityFmaintenanceEnables searching 12M+ verified businesses across 10 countries and 19 directories, with tools for lead generation, competitive analysis, and market research.MIT
- FlicenseNot gradedqualityDmaintenanceThe 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-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
count_businesses and search_businesses both query the same database with similar filters, but their intents are clearly separated: one returns aggregate counts and the other returns sample records. list_industries is distinctly for exploring available industry categories. The overlap between counting and searching is minor and well explained by the descriptions.
All tool names follow a consistent verb_noun pattern using snake_case: count_businesses, list_industries, search_businesses. The verbs are specific and distinct, and the nouns clearly indicate what is being acted on. This makes the naming predictable and easy to learn.
With 3 tools, the server is minimal but not inadequate—it covers the core needs of exploring industries, counting matches, and viewing samples. For a narrow, read-only database querying purpose, this is a reasonable scope. It is slightly on the lean side but each tool earns its place.
The surface covers the main workflows: discover available industries, count matching businesses, and retrieve sample records. The obvious gap is that contact details are never returned, but that is an intentional design choice stated clearly in search_businesses. Minor enhancements like pagination or state/city listing would help, but agents can accomplish the stated exploration goals with the given tools.