Context7 MCP

Parse an OpenAPI spec by URL

Queue a remote OpenAPI specification (JSON or YAML) for parsing and indexing
1 min read
posthttps://your-instance.example.com/api/parse-openapi
Request example
Response
posthttps://your-instance.example.com/api/parse-openapi

Body

application/json
openApiUrlstringrequired#
URL of a JSON or YAML OpenAPI specification
projectTitlestring#
Display name for the project
descriptionstring#
Short description shown in the library list
forceboolean#
Re-parse 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