Powerful features to manage, explore, and connect your OpenAPI specifications
Upload OpenAPI specs via file, URL, or paste. Automatic parsing extracts endpoints, schemas, and parameters.
Browse endpoints with detailed request/response schemas. Filter by method, path, or tags.
View and manage schema definitions with full reference resolution. See properties, types, and examples.
Connect AI coding agents via Model Context Protocol. Token-efficient tools for seamless integration.
Your specifications are private and secure. Full user isolation with authentication and authorization.
Support for OpenAPI 3.0, 3.1, and Swagger 2.0 specifications. Automatic format detection and conversion.
Automatically update your OpenAPI specifications whenever you deploy. Connect your CI/CD pipeline to Spectaculr and never worry about stale documentation again.
Trigger spec refresh via webhook when your API deploys. Always have up-to-date documentation.
Works with GitHub Actions, GitLab CI, Jenkins, and any CI/CD platform that supports webhooks.
Track changes across deployments. Know exactly when endpoints were added, modified, or deprecated.
# After successful deploy
curl -X POST \
"https://spectaculr.test/api/hooks/refresh" \
-H "Authorization: Bearer $TOKEN" \
-d '{"spec_id": 1}'
# Response
{
"status": "refreshing",
"endpoints": 42,
"schemas": 15
}get_endpoint_parametersPOST /api/orders { parameters: [...], required: ["customer_id"] } Connect Cursor, Claude, or any MCP-compatible AI agent to your API specifications. Token-efficient tools mean faster responses and lower costs.
Stop digging through documentation. Let AI understand your APIs and generate integration code in seconds, not hours.
Manual integration
AI-powered integration
Paste a URL, upload a file, or paste your OpenAPI spec directly. We handle the rest.
Add the MCP server to Cursor, Claude, or your favorite AI coding tool.
Ask your AI to integrate with the API. It knows every endpoint, parameter, and schema.
One plan. Everything included. No hidden fees or usage limits.