Skip to main content
Claude Code is Anthropic’s agentic coding tool that runs in your terminal. With Geekflare MCP connected, Claude Code can scrape pages, run searches, and look up DNS records as part of any agentic coding task.

Setup

Replace YOUR_API_KEY with your Geekflare API key.

Verify Installation

Run:
claude mcp list
You should see geekflare in the list of configured MCP servers.

Usage Examples

Claude Code automatically uses Geekflare tools when relevant. You can also prompt it explicitly.

Scrape a Webpage

claude "Scrape https://example.com and extract all links on the page."

DNS Lookup

claude "Look up the MX records for geekflare.com."

Search the Web

claude "Search for the latest Next.js release notes."

Take a Screenshot

claude "Take a screenshot of https://geekflare.com/api and describe what you see."

Remove the Server

claude mcp remove geekflare