# io.github.si-imtiaz/leadquasar (remote · leadquasar.com)

Counts and firmographics for 7.5M+ verified US B2B businesses, by industry, state and city.

- Trust score: 62/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `leadquasar.com`: 62/100 (this document), [markdown](https://verifymcp.io/servers/si-imtiaz-leadquasar/api-mcp.md), [page](https://verifymcp.io/servers/si-imtiaz-leadquasar/api-mcp)

## Channel facts

- Endpoint: `https://leadquasar.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 366 tokens (~122/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http si-imtiaz-leadquasar https://leadquasar.com/api/mcp
```

### Codex

```toml
[mcp_servers.si-imtiaz-leadquasar]
url = "https://leadquasar.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "si-imtiaz-leadquasar": {
      "type": "remote",
      "url": "https://leadquasar.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add si-imtiaz-leadquasar --url https://leadquasar.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  si-imtiaz-leadquasar:
    url: "https://leadquasar.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "si-imtiaz-leadquasar": {
      "type": "http",
      "url": "https://leadquasar.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 62, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-19 (score 62)

First indexed and scored.

## MCP tools (3)

### `count_businesses` (~154 tokens)

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.

Input parameters:

- `city` (string): US city name.
- `industry` (string): Industry or business type in plain words, e.g. 'managed service provider', 'dentist', 'HVAC contractor'. Matched against industry and category.
- `state` (string): US state, either full name ("Texas") or two-letter code ("TX").

### `search_businesses` (~127 tokens)

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.

Input parameters:

- `city` (string): US city name.
- `industry` (string): Industry or business type in plain words.
- `limit` (number): How many rows to return, 1-25. Defaults to 10.
- `state` (string): US state, either full name ("Texas") or two-letter code ("TX").

### `list_industries` (~36 tokens)

List the industries LeadQuasar covers and how many verified businesses each holds. Use this first when unsure what industry wording will match.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/si-imtiaz-leadquasar/api-mcp#diagnostics

## Score history

- 2026-08-20: 62
- 2026-08-19: 62

## Links

- Remote endpoint: https://leadquasar.com/api/mcp
- Repository: https://github.com/si-imtiaz/LeadGen
- Website: https://leadquasar.com/
- Changelog RSS feed: https://verifymcp.io/servers/si-imtiaz-leadquasar/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/si-imtiaz-leadquasar/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/si-imtiaz-leadquasar/api-mcp
