From ba83d16cbaaa1e4823b4893838e560fff17028c7 Mon Sep 17 00:00:00 2001
From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com>
Date: Thu, 9 Jul 2026 16:07:50 +0530
Subject: [PATCH] docs(web): add Instagram to MCP server tool docs
---
surfsense_web/app/(home)/mcp-server/page.tsx | 14 ++++++++++----
surfsense_web/content/docs/how-to/mcp-server.mdx | 8 ++++----
2 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/surfsense_web/app/(home)/mcp-server/page.tsx b/surfsense_web/app/(home)/mcp-server/page.tsx
index 5e4961b1e..a5557e11e 100644
--- a/surfsense_web/app/(home)/mcp-server/page.tsx
+++ b/surfsense_web/app/(home)/mcp-server/page.tsx
@@ -16,7 +16,7 @@ import type { FaqItem } from "@/lib/connectors-marketing/types";
const canonicalUrl = "https://www.surfsense.com/mcp-server";
const metaDescription =
- "The SurfSense MCP server gives Claude, Cursor, and any MCP client native tools for your workspace: scrape Reddit, YouTube, Google Maps, Google Search, and the web, plus full knowledge base access. One API key.";
+ "The SurfSense MCP server gives Claude, Cursor, and any MCP client native tools for your workspace: scrape Reddit, YouTube, Instagram, Google Maps, Google Search, and the web, plus full knowledge base access. One API key.";
export const metadata: Metadata = {
title: "SurfSense MCP Server: Scraper APIs and Knowledge Base as Agent Tools",
@@ -93,6 +93,9 @@ const TOOL_GROUPS = [
"surfsense_reddit_scrape",
"surfsense_youtube_scrape",
"surfsense_youtube_comments",
+ "surfsense_instagram_scrape",
+ "surfsense_instagram_comments",
+ "surfsense_instagram_details",
"surfsense_google_maps_scrape",
"surfsense_google_maps_reviews",
"surfsense_google_search",
@@ -127,7 +130,7 @@ const FAQ: FaqItem[] = [
{
question: "What is the SurfSense MCP server?",
answer:
- "It is a Model Context Protocol server that exposes your SurfSense workspace to MCP clients like Claude Code, Cursor, and Claude Desktop. Your agents get native tools for every scraper API (Reddit, YouTube, Google Maps, Google Search, web crawl) and for searching, reading, and writing your knowledge base.",
+ "It is a Model Context Protocol server that exposes your SurfSense workspace to MCP clients like Claude Code, Cursor, and Claude Desktop. Your agents get native tools for every scraper API (Reddit, YouTube, Instagram, Google Maps, Google Search, web crawl) and for searching, reading, and writing your knowledge base.",
},
{
question: "Which MCP clients does it work with?",
@@ -215,8 +218,8 @@ export default function McpServerPage() {
The SurfSense MCP server hands Claude, Cursor, or any MCP client the whole platform:
- scrape Reddit, YouTube, Google Maps, Google Search, and the open web, and search,
- read, and write your knowledge base. One API key, typed tools, pay as you go.
+ scrape Reddit, YouTube, Instagram, Google Maps, Google Search, and the open web, and
+ search, read, and write your knowledge base. One API key, typed tools, pay as you go.