Overview

Geoff supports the Model Context Protocol (MCP) for extending AI capabilities with web search and image tools.

Web Search via MCP

Configure your MCP client to connect to Geoff’s web search server:
{
  "mcpServers": {
    "geoff-web-search": {
      "url": "https://geoff.ai/api/v1/mcp/web-search",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Available Tools

  • web_search — Search the web and return relevant results
  • web_fetch — Fetch and parse content from a URL

Image via MCP

{
  "mcpServers": {
    "geoff-image": {
      "url": "https://geoff.ai/api/v1/mcp/image",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Available Tools

  • generate_image — Generate an image from a text prompt
  • edit_image — Edit an existing image with a prompt