SuperDial API Documentation MCP Server
SuperDial publishes a hosted, remote MCP server on its documentation host. It answers an anonymous `tools/list` and exposes three tools. IMPORTANT: this is a DOCUMENTATION MCP server (Mintlify-hosted) — it lets an agent search and read the SuperDial API docs. It does NOT expose the SuperDial REST API operations as tools: an agent cannot submit a request, read a result, or list schemas through it. The callable API surface remains the REST contract in openapi/.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
search_super_dial_api— Search across the SuperDial API knowledge base for relevant information, code examples, API references, and guides.query_docs_filesystem_super_dial_api— Read-only shell-like query (rg, head, cat, ls, tree) against a virtualized in-memory filesystem containing only the SuperDial documentation pages and OpenAPI specs. This is how a page is read by path — there is no separate get-page tool.submit_feedback— Submit feedback about a documentation page.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.