Skip to main content
The Geekflare MCP server exposes all Geekflare API tools — web scraping, search, screenshots, DNS lookups, and more — directly inside AI assistants and coding tools that support the Model Context Protocol. Once connected, you can ask your AI assistant to scrape a page, run a Lighthouse audit, or check DNS records without leaving your editor or chat interface.

Connection Methods

Remote URL

No installation required. Point your client directly at the hosted MCP server. https://mcp.geekflare.com/{API_KEY}/mcp

Local via npx

Run the MCP server locally using Node.js. No global install needed. bash npx -y @geekflare/mcp

Available Tools

ToolDescription
webScrapeScrape full page content — HTML, Markdown, JSON, or LLM-ready text
metaScrapeExtract meta tags, Open Graph, and Twitter card data
screenshotCapture full-page screenshots with ad blocking and CAPTCHA bypass
searchWeb, news, and image search with optional AI-grounded answers
dnsRecordLook up A, AAAA, CNAME, MX, TXT, and other DNS records
siteStatusCheck if a site is up or down from any location
redirectCheckTrace the full redirect chain of a URL
brokenLinkFind all broken links on a webpage
url2PdfConvert any URL to a downloadable PDF
openPortsScan open ports on a host
tlsScanInspect TLS/SSL configuration and certificate details
loadTimeMeasure full page load time from any location
ttfbMeasure Time To First Byte (TTFB)
httpHeaderRetrieve HTTP response headers
httpProtocolDetect HTTP/1.1, HTTP/2, and HTTP/3 support
mixedContentFind HTTP resources loaded on HTTPS pages
dnsSecCheck DNSSEC configuration
mtrRun MTR network diagnostic tests
pingPing a host and return latency
lighthouseRun Lighthouse audits for performance, SEO, and accessibility

Client Guides

Cursor

Claude Desktop

Claude Code

Windsurf

VS Code

Cline

Roo Code

Zed

n8n

BoltAI

LM Studio

Amazon Q

Others

Test Your Connection

Use the official MCP Inspector to verify your server is running and tools are accessible. Option 1 — Remote server
npx @modelcontextprotocol/inspector https://mcp.geekflare.com/YOUR_API_KEY/mcp
Option 2 — Local server
API_KEY=YOUR_API_KEY npx @modelcontextprotocol/inspector npx @geekflare/mcp
This opens a browser UI at http://localhost:5173 where you can:
  1. Click Connect to establish the connection
  2. Go to the Tools tab to see all 20 available tools
  3. Click any tool and run it with a test URL to verify it works
Replace YOUR_API_KEY with your Geekflare API key. Get one at geekflare.com/api.

Get Your API Key

Get your API key

Sign up for a free account to generate your key.