Best for
- Developers studying HTTP MCP configuration in Claude Code plugins
- API integrations that provide a compatible MCP HTTP endpoint and API_TOKEN
The source establishes this as an HTTP MCP configuration example in an Anthropic-managed directory, but not as a directly usable production server. It provides no tool list, client compatibility information, or verified service capabilities.
This is an HTTP MCP server configuration example in Anthropic's official Claude Code Plugins Directory, located under the mcp-integration skill examples. It defines two HTTP entries, rest-api and internal-service, both targeting the example URL https://api.example.com/mcp. The source lists no tools, so its available tools and operational capabilities cannot be confirmed.
The source provides no dedicated installation steps for this example server. The configuration requires an HTTP URL, a Bearer API_TOKEN, and the relevant request headers. The README states that plugins can be installed with /plugin install {plugin-name}@claude-plugins-official, but it does not explain how to install this example server separately.
{"rest-api":{"type":"http","url":"https://api.example.com/mcp","headers":{"Authorization":"Bearer ${API_TOKEN}","Content-Type":"application/json","X-API-Version":"2024-01-01"}},"internal-service":{"type":"http","url":"https://api.example.com/mcp","headers":{"Authorization":"Bearer ${API_TOKEN}","X-Service-Name":"claude-plugin"}}}