Geekflare
About
Give Claude, Cursor, ChatGPT, Kilo, and other MCP clients access to scraping, web search, screenshots, and network tools.
Details
- Author
- geekflare
- Downloads
- 325
- Categories
- Web Scraping, Automation, Search, Developer Tools
Jump to
- Web scraping capabilities
- Web search functionality
- Screenshot generation
- Network tools
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
GeekflareCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
—
webScrape
Scrape a webpage with custom options
metaScrape
Scrape meta tags from a URL
screenshot
Capture a screenshot of a website
search
Search the web and return clean results in JSON, Markdown, or HTML
dnsRecord
Retrieve DNS records for a domain
siteStatus
Check if a site is up or down
redirectCheck
Check the redirect chain of a URL
brokenLink
Find broken links on a webpage
url2Pdf
Convert a URL to PDF
openPorts
Scan open ports on a host
tlsScan
Scan TLS/SSL configuration of a domain
loadTime
Measure page load time for a URL
ttfb
Measure Time To First Byte (TTFB) for a URL
httpHeader
Fetch HTTP response headers for a URL
httpProtocol
Detect HTTP protocol versions supported by a URL
mixedContent
Check for mixed content issues on a site
dnsSec
Check if DNSSEC is enabled for a domain
mtr
Perform MTR network diagnostic test
ping
Ping a host
lighthouse
Run Lighthouse audit on a website
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"geekflare": {
"geekflare": {
"command": "npx",
"args": [
"-y",
"@geekflare/mcp"
],
"env": {
"API_KEY": "your-api-key-here"
}
}
}
}
}
McpServers
{
"geekflare": {
"command": "npx",
"args": [
"-y",
"@geekflare/mcp"
],
"env": {
"API_KEY": "your-api-key-here"
}
}
}
Official MCP (Model Context Protocol) server for theGeekflare API. Connect Geekflare's web intelligence tools directly to Claude, Cursor, Windsurf, and other AI assistants.
Sign up atgeekflare.com/apiand copy your API key from the dashboard.
Add this to yourclaude_desktop_config.json:
{ "mcpServers": { "geekflare": { "command": "npx", "args": ["-y", "@geekflare/mcp"], "env": { "API_KEY": "your-api-key-here" } } } }
{ "mcpServers": { "geekflare": { "command": "npx", "args": ["-y", "@geekflare/mcp"], "env": { "API_KEY": "your-api-key-here" } } } }
{ "mcpServers": { "geekflare": { "command": "docker", "args": ["run", "-i", "--rm", "-e", "API_KEY=your-api-key-here", "geekflare/mcp"] } } }
Scrape full page content from any URL. Returns HTML, Markdown, JSON, or LLM-optimised text.
Scrape meta tags — title, description, Open Graph, Twitter cards, and more.
Capture a screenshot of any website. Supports full-page, element-only, Retina, dark mode, transparent backgrounds, and AI-friendly link highlighting.
Search the web and return clean, structured results. Supports web, news, and image search with optional AI-grounded answers.
Inspect TLS/SSL configuration — protocols, ciphers, certificate details.
Measure full page load time from any location.
Retrieve HTTP response headers for a URL.
Check which HTTP protocol versions (HTTP/1.1, HTTP/2, HTTP/3) a server supports.
Detect mixed content issues (HTTP resources on HTTPS pages).
Check if DNSSEC is enabled and properly configured for a domain.
Run an MTR (My Traceroute) network diagnostic test.
Run a full Lighthouse audit — performance, SEO, accessibility, and best practices.
- API Documentation
- Geekflare API
- Report Issues
Adds powerful web scraping and search capabilities to LLM clients like Cursor and Claude.
Scrape, crawl, and extract data from any website using the Firecrawl API.
Search, extract, crawl, map, and research the web — from any AI agent or terminal.
A server for web scraping, Google searches, and website URL lookups using the Olostep API.
AI tools for web scraping, crawling, browser control, and web search via the Oxylabs AI Studio API.
Web scraper exposing 5 MCP tools — crawl, markdown extraction, search-and-crawl, sitemap parsing, and LLM JSON-schema structured extraction. AGPL-3.0.
A server for web scraping, searching, and analysis using multiple engines and APIs.
Performs web searches and extracts full page content from search results.
A Google search server using Playwright for parallel keyword searches.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

