add-mcp
Back to registry
Scalar Installation logo

Scalar Installation

v1.0.0

scalar.com/scalar-installation-mcp

Scalar is an API platform for publishing developer documentation, managing API specifications in a registry, generating SDKs, and exposing APIs to AI agents through MCP. It also offers an API client and related tooling built around OpenAPI.


Install with add-mcp

Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.

Remote (HTTP)
Streamable HTTPhttps://api.scalar.com/vector/mcp/YOUR_INSTALL_ID
requiredsecret

Scalar personal access token. Use <token>.

npx add-mcp@latest https://api.scalar.com/vector/mcp/YOUR_INSTALL_ID --transport http --header "Authorization: <Authorization>"

API access

Access via API

Fetch this server's registry entry as JSON. See the OpenAPI spec for all endpoints.

curl "/registry/api/v1/servers?search=com.scalar%2Fscalar-installation-mcp"

More from scalar.com