Pluralsight MCP Gateway
Pluralsight runs a live, remote Model Context Protocol server at https://mcp.pluralsight.com/mcp. It is a real MCP endpoint, not a marketing page: an unauthenticated JSON-RPC tools/list call returns a protocol-level error object ({"jsonrpc":"2.0","id":0,"error":{"code":-32001, "message":"Missing Bearer token"}}) and the 401 carries an RFC 9728 challenge - WWW-Authenticate: Bearer error="invalid_token", resource_metadata="https://mcp.pluralsight.com/.well-known/oauth-protected-resource". The tool list itself is behind OAuth, so the tool names and inputSchemas could not be enumerated anonymously. Pluralsight publishes no public documentation for this endpoint that this pass could find - it was discovered by probe, not by docs.
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.
Documentation
Documentation link · transport
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.