-
Notifications
You must be signed in to change notification settings - Fork 3
Add OpenAlex integration with comprehensive search tools #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Implements five new MCP tools for OpenAlex API: - openalex_search_works: Search papers with filters (citations, year, topics) - openalex_get_work: Fetch work details by ID or DOI - openalex_search_authors: Search authors with metrics (h-index, citations) - openalex_get_author: Get author details by ID or ORCID - openalex_get_institution: Get institution info by ID or ROR Also adds CLAUDE.md documentation file for Claude Code guidance. All tools follow existing patterns with Pydantic models, structured outputs, comprehensive tests (10 tests passing), and strict type checking. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
TitleAdd OpenAlex integration with comprehensive search and retrieval tools PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
openalex["OpenAlex API"] -- "search/retrieve" --> works["Works Search & Details"]
openalex -- "search/retrieve" --> authors["Authors Search & Profiles"]
openalex -- "retrieve" --> institutions["Institution Info"]
works --> server["MCP Server"]
authors --> server
institutions --> server
|
| Relevant files | |||||||
|---|---|---|---|---|---|---|---|
| Enhancement |
| ||||||
| Tests |
| ||||||
| Documentation |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Implements five new MCP tools for OpenAlex API:
Also adds CLAUDE.md documentation file for Claude Code guidance.
All tools follow existing patterns with Pydantic models, structured outputs, comprehensive tests (10 tests passing), and strict type checking.
🤖 Generated with Claude Code