proxy_activate_from_spec
Generate and activate an MCP server from an OpenAPI or GraphQL specification URL.
Instructions
Generate an MCP server from an OpenAPI/GraphQL spec and activate it.
Args: name: A unique name for this generated server spec_url: URL to the OpenAPI spec (JSON/YAML) or GraphQL endpoint spec_type: 'openapi' or 'graphql' eager: If True, mount the server immediately lean: If True, attempt to use LAP (https://lap.sh) to produce a dramatically leaner input spec before 40mcp generation (F-12 research slice). Falls back gracefully if LAP CLI not available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lean | No | ||
| name | Yes | ||
| eager | No | ||
| spec_url | Yes | ||
| spec_type | No | openapi |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |