Spectacle
Provides tools for loading, listing, searching, and exploring endpoints of OpenAPI/Swagger specifications.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SpectacleLoad the spec at ./openapi.yaml and list all endpoints"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Spectacle
An MCP server that lets Claude (and other MCP clients) query, search, and explore OpenAPI specifications. Point it at a spec file and ask questions about endpoints, parameters, schemas, and more.
Supports OpenAPI 3.x (JSON/YAML) and Swagger 2.0 (auto-converted).
Tools
Tool | Description |
| Load an OpenAPI/Swagger spec from a local file path |
| List all endpoints, optionally filtered by HTTP method or tag |
| Get detailed info about a specific endpoint (brief/normal/full verbosity) |
| Full-text search across endpoints with relevance ranking |
Related MCP server: openapi-mcp-proxy
Setup
Prerequisites
Node.js 18+
pnpm
Install
git clone https://github.com/your-username/spectacle-mcp.git
cd spectacle-mcp
pnpm installConfigure in Claude Code
Add to your project's .mcp.json:
{
"mcpServers": {
"spectacle": {
"command": "pnpm",
"args": ["tsx", "/absolute/path/to/spectacle-mcp/src/index.ts"],
}
}
}Usage
Once configured, Claude can use the tools directly. Some example prompts:
"Load the spec at ./openapi.yaml and list all endpoints"
"What parameters does POST /users accept?"
"Search the API for anything related to authentication"
"Show me the full details of GET /orders/{id} including response schemas"
Tool details
spec_load — Load and cache a spec. Swagger 2.0 files are automatically converted to OpenAPI 3.x. Specs are cached in memory and reloaded when the file changes.
list_endpoints — Two output formats:
compact— one line per endpoint (GET /pets)grouped— organized by tag with summaries
get_endpoint — Three verbosity levels:
brief— method, path, summarynormal— adds parameters, request body, response codesfull— adds complete expanded schemas
search_endpoints — Keyword search with AND semantics (all terms must match). Results are ranked by relevance with weighted field scoring (path > operationId > summary > tags > parameters > description). Three return formats: snippets, ids, or full.
Development
pnpm start # Run the MCP server
pnpm dev # Run with file watching (auto-restart on changes)Running tests
pnpm tsx test/smoke.ts # Integration tests
pnpm tsx test/swagger2-test.ts # Swagger 2.0 conversion testsProject structure
src/
index.ts — MCP server setup and tool registration
spec.ts — Spec loading, caching, $ref resolution, and indexing
format.ts — Output formatting and search scoring
test/
petstore.yaml — OpenAPI 3.0 test fixture
swagger2.json — Swagger 2.0 test fixture
smoke.ts — Integration tests
swagger2-test.ts — Conversion testsThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA MCP server that exposes OpenAPI schema information to LLMs like Claude. This server allows an LLM to explore and understand large OpenAPI schemas through a set of specialized tools, without needing to load the whole schema into the contextLast updated16050MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides tools for exploring large OpenAPI schemas without loading entire schemas into LLM context. Perfect for discovering and analyzing endpoints, data models, and API structure efficiently.Last updated914MIT
- Alicense-qualityDmaintenanceConverts any OpenAPI/Swagger spec into an MCP server, exposing REST API endpoints as tools for Claude.Last updatedMIT
- Alicense-qualityDmaintenanceComprehensive API development and testing MCP server for Claude Code. Integrates OpenAPI parsing, testing, SDK generation, and documentation generation into Claude workflows.Last updated1MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mjmarrazzo/spectacle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server