O'Reilly Learning Platform
Search and manage content on the O'Reilly Learning Platform.
O'Reilly Learning Platform MCP Server
O'Reilly Learning PlatformのコンテンツをModel Context Protocol (MCP)経由で検索・アクセスできるGoサーバーです。
[!WARNING] This project is an unofficial implementation of an MCP server for interacting with the O'Reilly Learning Platform. It is not affiliated with or endorsed by O'Reilly Media, Inc. in any way. This tool is provided for educational and personal use only, and may break at any time if the internal APIs or authentication flows used by O'Reilly change. Use at your own risk, and please refer to O'Reilly's Terms of Service before using this tool.
クイックスタート
1. ツールのインストール
# aquaでツールをインストール
aqua install
# ビルド
task build
2. 認証設定
プロジェクトディレクトリに.envファイルを作成:
# .env
OREILLY_USER_ID=your_email@acm.org
OREILLY_PASSWORD=your_password
3. 起動
# 開発用
go run .
# Claude Code MCP設定
claude mcp add -s user orm-discovery-mcp-go \
-e OREILLY_USER_ID="your_email@acm.org" \
-e OREILLY_PASSWORD="your_password" \
-- /your/path/to/orm-discovery-mcp-go
機能
MCPツール
search_content: O'Reillyコンテンツの検索(書籍、動画、記事の発見)ask_question: O'Reilly Answers AIへの自然言語での質問
MCPリソース
oreilly://book-details/{product_id}: 書籍詳細情報oreilly://book-toc/{product_id}: 書籍目次oreilly://book-chapter/{product_id}/{chapter_name}: チャプター内容oreilly://answer/{question_id}: AI生成回答の取得
利用フロー
コンテンツ検索・アクセス
search_contentで検索 →product_id取得book-detailsで書籍情報確認book-chapterで必要な章を取得
AI質問応答
ask_questionで技術的な質問を投稿 →question_id取得oreilly://answer/{question_id}でAI生成回答を取得
詳細はAPI_REFERENCE.mdを参照してください。
Related Servers
PaperMCP 智能学术论文检索系统
An academic paper search server powered by the OpenAlex API.
Brave Search
Integrates the Brave Search API for both web and local search capabilities. Requires a BRAVE_API_KEY.
YouTube Toolbox
A set of tools to interact with YouTube, including video search, transcript extraction, and comment retrieval.
Rememberizer MCP Server for Common Knowledge
Access personal and team knowledge repositories, including documents and Slack discussions.
Academic Paper Search
Search and retrieve academic paper information from multiple sources like Semantic Scholar and CrossRef.
Baidu Search
Provides web search capabilities using the Baidu Search API, with features for content fetching and parsing.
avr-docs-mcp
This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from Agent Voice Response Wiki.JS instance.
NameChecker
Check the availability of domain names.
Weather MCP Server
Provides real-time weather forecasts and alerts using the National Weather Service API.
PBS API
Access Australian Pharmaceutical Benefits Scheme data for medicine information, pricing, and availability. Built with Python and FastAPI.