Context7 MCP

Parse a website

Crawl and index a public website starting from the given URL
1 min read
posthttps://your-instance.example.com/api/parse-website
Request example
Response
posthttps://your-instance.example.com/api/parse-website

Body

application/json
websiteUrlstringrequired#
Root URL to start crawling from
projectTitlestring#
Display name for the project
descriptionstring#
Short description shown in the library list
maxPagesinteger#
Maximum number of pages to crawl

Default: 100

maxDepthinteger#
Maximum link depth from the root URL

Default: 3

excludePatternsstring[]#
URL path patterns to skip (e.g., /blog/*)
forceboolean#
Re-crawl even if already indexed

Default: false

Responses

application/json
Parse job accepted and queued
messagestringrequired#
projectstringrequired#
Project identifier assigned to this library (e.g. /your-org/your-repo)
queueIdintegerrequired#
Numeric ID for this parse job
positioninteger#
Position in the queue. null if the job started immediately