Skip to main content
Visual Studio Code supports MCP servers through GitHub Copilot’s agent mode. With Geekflare connected, Copilot can get the webpage context, fetch information from the Internet and run network tools to check DNS records, broken links, site availability, etc.

Setup

Press Ctrl+Shift+P (or Cmd+Shift+P on Mac) and open Preferences: Open User Settings (JSON). Add:
{
  "mcp": {
    "servers": {
      "geekflare": {
        "type": "http",
        "url": "https://mcp.geekflare.com/YOUR_API_KEY/mcp"
      }
    }
  }
}
Replace YOUR_API_KEY with your Geekflare API key.

Usage Examples

Open GitHub Copilot Chat (Ctrl+Alt+I), switch to Agent mode, and try: Scrape a webpage
Use Geekflare to scrape https://example.com and extract the main body text.
Metadata scraping
Fetch the meta tags from https://geekflare.com and show me the SEO title and description.
Search
Search for "VS Code MCP extensions" and give me the top results.
DNS lookup
Look up the A and MX records for github.com.