docs: update MCP docs for scrapegraph-mcp v3 rename#68
Merged
VinciGit00 merged 1 commit intomainfrom Apr 30, 2026
Merged
Conversation
scrapegraph-mcp v3.0.0 renamed 7 MCP tools to match the v2 API canonical names. This brings the docs in sync. Changes: - services/mcp-server/introduction.mdx: replace tool table with v3 names (smartscraper→extract, searchscraper→search, smartcrawler_initiate→ crawl_start, smartcrawler_fetch_results→crawl_get_status, sgai_history→ history, generate_schema→schema, markdownify removed). Tool count 18→17. Added v2→v3 migration callout. - services/schema.mdx: NEW canonical page for the schema tool / POST /schema endpoint (was missing). - docs.json: add services/schema to v2 Services nav. - services/mcp-server.mdx: replaced 363-line stale duplicate (referenced a 404 openapi.json) with a slim redirect to introduction.mdx + setup guide cards. - Deprecation banners on legacy v1 service pages pointing to v2/v3 canonical pages: markdownify→scrape, smartscraper→extract, searchscraper→search, smartcrawler→crawl. agenticscraper and sitemap marked as removed in API v2. Out of scope: SDK method-name references (x402, agno, additional-parameters examples) — those track the Python SDK separately. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
VinciGit00
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scrapegraph-mcp v3.0.0 renamed 7 MCP tools to match the v2 API canonical names. This PR brings
docs.scrapegraphai.comin sync.Renames documented
smartscraperextractsearchscrapersearchsmartcrawler_initiatecrawl_startsmartcrawler_fetch_resultscrawl_get_statussgai_historyhistorygenerate_schemaschemamarkdownifyscrapewithoutput_format="markdown"What changed
services/mcp-server/introduction.mdx— tool table updated to v3 (17 tools, was 18). Migration callout added linking to the v3.0.0 release notes.services/schema.mdx(new) — canonical page for theschematool /POST /schemaendpoint. Was missing entirely.docs.json— addedservices/schemato the v2 Services nav.services/mcp-server.mdx— was a 363-line stale duplicate that referenced a 404openapi.json. Replaced with a slim redirect tomcp-server/introductionplus client setup cards. Inbound links fromgoogle-adk.mdx,smithery.mdx, andintroduction.mdxstill resolve.services/markdownify.mdx→services/scrapeservices/smartscraper.mdx→services/extractservices/searchscraper.mdx→services/searchservices/smartcrawler.mdx→services/crawlservices/agenticscraper.mdx→ marked removed in v2services/sitemap.mdx→ marked removed in v2Out of scope (intentional)
integrations/x402.mdx,integrations/agno.mdx,services/additional-parameters/{pagination,wait-ms,headers}.mdx) — those track the Python SDK API, not MCP tool names. Separate rename track if/when scrapegraph-py renames its methods.docs.jsonlegacy nav — frozen historical reference.Test plan
mint broken-links— no NEW broken links introduced (pre-existing v1-endpoint broken refs in legacy pages remain; users now hit deprecation banners first)services/mcp-server/anddocs.jsonreturns zero unintended old-name hits (only the migration callout + v1 legacy nav block, both intentional)services/scrape,services/extract,services/search,services/crawl) resolve to existing v3 canonical pagesmint dev→ load/services/mcp-server/introduction→ confirm 17-tool table, all internal links resolveAfter merge
docs.scrapegraphai.com🤖 Generated with Claude Code