MCP Server
MCP
O'Reilly Media MCP Server
Search O'Reilly for tech books, courses, events, and more. Requires an O'Reilly subscription.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.oreilly.com/api/search/v1/mcp",
"headers": [
{
"description": "Optional. OAuth is the recommended way to authenticate: OAuth-capable clients (e.g. Claude Code, Cursor, VS Code) start the OAuth flow automatically when no token is provided. Alternatively, supply a personal access token here for token-based authentication.",
"value": "Bearer {mcp_access_token}",
"variables": {
"mcp_access_token": {
"description": "Your O'Reilly personal access token, used only for token-based authentication. Leave unset to authenticate via OAuth. See https://learning.oreilly.com/apidocs/mcp/content/#section/Authentication for details on generating a token.",
"isSecret": true
}
},
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment