# com.geekflare/mcp (remote · mcp.geekflare.com)

Geekflare MCP server for scraping, search, screenshots, broken links, DNS lookup, and network tools.

- Trust score: 64/100 (medium)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.geekflare.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-geekflare-mcp/api-key-mcp.md), [page](https://verifymcp.io/servers/com-geekflare-mcp/api-key-mcp)
- npm · `@geekflare/mcp`: 30/100, [markdown](https://verifymcp.io/servers/com-geekflare-mcp/geekflare-mcp.md), [page](https://verifymcp.io/servers/com-geekflare-mcp/geekflare-mcp)
- oci · `geekflarehq/geekflare-api-mcp:0.3.5`: 1/100, [markdown](https://verifymcp.io/servers/com-geekflare-mcp/geekflarehq-geekflare-api-mcp-0-3-5.md), [page](https://verifymcp.io/servers/com-geekflare-mcp/geekflarehq-geekflare-api-mcp-0-3-5)

## Channel facts

- Endpoint: `https://mcp.geekflare.com/{API_KEY}/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.6`

## 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-03.

- **Endpoint Security**: 66/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 20 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1390 tokens (~69/item across 20 items; 20 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 85/100
  - 95% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 65% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-geekflare-mcp https://mcp.geekflare.com/%7BAPI_KEY%7D/mcp
```

### Codex

```toml
[mcp_servers.com-geekflare-mcp]
url = "https://mcp.geekflare.com/%7BAPI_KEY%7D/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-geekflare-mcp": {
      "type": "remote",
      "url": "https://mcp.geekflare.com/%7BAPI_KEY%7D/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-geekflare-mcp --url https://mcp.geekflare.com/%7BAPI_KEY%7D/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-geekflare-mcp:
    url: "https://mcp.geekflare.com/%7BAPI_KEY%7D/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-geekflare-mcp": {
      "type": "http",
      "url": "https://mcp.geekflare.com/%7BAPI_KEY%7D/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-03 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 62, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 57, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 57)

First indexed and scored.

## MCP tools (20)

### `webScrape` (~114 tokens)

Scrape a webpage with custom options

Input parameters:

- `blockAds` (boolean)
- `device` (string)
- `fileOutput` (boolean): Return a download URL instead of inline data
- `format` (array): Output format(s). Up to 3.
- `proxyCountry` (string): Country code for proxy routing
- `renderJS` (boolean): Execute JavaScript before extracting
- `stealth` (boolean): Bypass CAPTCHAs (slower)
- `url` (string, required): Target URL

### `metaScrape` (~77 tokens)

Scrape meta tags from a URL

Input parameters:

- `blockAds` (boolean)
- `device` (string)
- `fileOutput` (boolean)
- `format` (string)
- `proxyCountry` (string): Country code for proxy routing
- `renderJS` (boolean)
- `url` (string, required): Target URL

### `screenshot` (~315 tokens)

Capture a screenshot of a website

Input parameters:

- `addTimestamp` (boolean)
- `blockAds` (boolean)
- `captureBeyondViewport` (boolean): Allow the capture to include content beyond the configured viewport
- `delay` (number): Seconds to wait before screenshot
- `device` (string)
- `disableAnimations` (boolean): Freeze CSS/JS animations and transitions before capturing
- `fallbackToFullPage` (boolean): If selector is not found, fall back to a full-page capture instead of failing
- `fullPage` (boolean)
- `hideCookie` (boolean): Hide cookie consent banners
- `highlightLinks` (boolean): Draw borders around links (useful for AI vision)
- `inline` (boolean): Return image data inline instead of a CDN URL
- `pageHeight` (number): Height of page for partial screenshot
- `proxyCountry` (string): Country code for proxy routing
- `quality` (number): Image quality for JPEG/WEBP
- `removeBackground` (boolean): Remove page background for a transparent PNG (PNG only)
- `scaleFactor` (number): Device pixel ratio
- `selector` (string): CSS selector of the element to capture, instead of the full viewport/page
- `skipCaptcha` (boolean)
- `theme` (string): Color scheme to render before capturing
- `type` (string)
- `url` (string, required): Target URL
- `viewportHeight` (number): Viewport height
- `viewportWidth` (number): Viewport width

### `search` (~167 tokens)

Search the web and return clean results in JSON, Markdown, or HTML

Input parameters:

- `category` (string)
- `excludeDomains` (array): Exclude these domains
- `format` (string)
- `groundedAnswer` (boolean): Generate AI-grounded answer from results
- `includeDomains` (array): Only include these domains
- `limit` (number): Number of results
- `location` (string): Country code (ISO alpha-2)
- `query` (string, required): Search query
- `scrape` (boolean): Scrape content from result URLs
- `scrapeLimit` (number): Number of URLs to scrape
- `source` (string)
- `time` (string): Time filter: any, d, w, m, y, d7, h6 etc.

### `dnsRecord` (~31 tokens)

Retrieve DNS records for a domain

Input parameters:

- `types` (array)
- `url` (string, required): Target URL

### `siteStatus` (~47 tokens)

Check if a site is up or down

Input parameters:

- `followRedirect` (boolean)
- `proxyCountry` (string): Country code for proxy routing
- `url` (string, required): Target URL

### `redirectCheck` (~38 tokens)

Check the redirect chain of a URL

Input parameters:

- `proxyCountry` (string): Country code for proxy routing
- `url` (string, required): Target URL

### `brokenLink` (~45 tokens)

Find broken links on a webpage

Input parameters:

- `followRedirect` (boolean)
- `proxyCountry` (string): Country code for proxy routing
- `url` (string, required): Target URL

### `url2Pdf` (~102 tokens)

Convert a URL to PDF

Input parameters:

- `addTimestamp` (boolean)
- `device` (string)
- `format` (string)
- `hideCookie` (boolean)
- `margin` (object)
- `orientation` (string)
- `proxyCountry` (string): Country code for proxy routing
- `scale` (number): Zoom level (0–2)
- `skipCaptcha` (boolean)
- `url` (string, required): Target URL

### `openPorts` (~60 tokens)

Scan open ports on a host

Input parameters:

- `portRanges` (string): Custom port ranges e.g. 80,443,1000-1010
- `topPorts` (number): Scan top N ports
- `url` (string, required): Target URL

### `tlsScan` (~26 tokens)

Scan TLS/SSL configuration of a domain

Input parameters:

- `url` (string, required): Target URL

### `loadTime` (~46 tokens)

Measure page load time for a URL

Input parameters:

- `followRedirect` (boolean)
- `proxyCountry` (string): Country code for proxy routing
- `url` (string, required): Target URL

### `ttfb` (~39 tokens)

Measure Time To First Byte (TTFB) for a URL

Input parameters:

- `followRedirect` (boolean)
- `url` (string, required): Target URL

### `httpHeader` (~46 tokens)

Fetch HTTP response headers for a URL

Input parameters:

- `followRedirect` (boolean)
- `proxyCountry` (string): Country code for proxy routing
- `url` (string, required): Target URL

### `httpProtocol` (~34 tokens)

Detect HTTP protocol versions supported by a URL

Input parameters:

- `followRedirect` (boolean)
- `url` (string, required): Target URL

### `mixedContent` (~47 tokens)

Check for mixed content issues on a site

Input parameters:

- `followRedirect` (boolean)
- `proxyCountry` (string): Country code for proxy routing
- `url` (string, required): Target URL

### `dnsSec` (~27 tokens)

Check if DNSSEC is enabled for a domain

Input parameters:

- `url` (string, required): Target URL

### `mtr` (~45 tokens)

Perform MTR network diagnostic test

Input parameters:

- `followRedirect` (boolean)
- `proxyCountry` (string): Country code for proxy routing
- `url` (string, required): Target URL

### `ping` (~22 tokens)

Ping a host

Input parameters:

- `url` (string, required): Target URL or IP

### `lighthouse` (~62 tokens)

Run Lighthouse audit on a website

Input parameters:

- `device` (string)
- `followRedirect` (boolean)
- `parameters` (array): Extra Lighthouse CLI parameters
- `proxyCountry` (string): Country code for proxy routing
- `url` (string, required): Target URL

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 62
- 2026-07-30: 59
- 2026-07-29: 59
- 2026-07-28: 58
- 2026-07-27: 57
- 2026-07-26: 57

## Links

- Remote endpoint: https://mcp.geekflare.com/%7BAPI_KEY%7D/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-geekflare-mcp/api-key-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-geekflare-mcp/api-key-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-geekflare-mcp/api-key-mcp
