@pipeworx/openreview
Connect: https://gateway.pipeworx.io/openreview/mcp · Install: one-click buttons
Tools: 6
OpenReview MCP — venue submissions + peer reviews for ML conferences (ICLR, NeurIPS, ICML, COLM, EMNLP, etc.). API v2.
Tools
list_venues(query?, limit?, offset?)— list active and historical venuesget_venue(group_id)— group / venue metadatalist_submissions(venue_id, sort?, status?, limit?, offset?)— papers submitted to a venueget_note(id, details?)— individual note (paper, review, comment, decision)get_paper(forum_id)— paper + all its threads (reviews, rebuttal, decision)search_notes(query, content_field?, signature?, limit?, offset?)— full-text search
Auth
Public reads are keyless. Some endpoints (private invitations, restricted venues) need a token — optional:
- Platform key (optional): gateway env
PLATFORM_OPENREVIEW_TOKEN - BYO (optional):
?_apiKey=<token>after logging in at openreview.net and grabbing a token
Data source
https://api2.openreview.net/ — v2 (also https://api.openreview.net/ v1 for legacy venues).
Tools
- list_venues — List venue groups (conferences, workshops). Use the returned group id to query submissions.
- get_venue — Venue (group) metadata by group id.
- list_submissions — Papers submitted to a venue. Pass the venue group id as venue_id.
- get_note — Single note — paper, review, comment, decision, etc.
- get_paper — Paper + all child notes (reviews, rebuttal, decision, metareview). Pass the forum id (= paper note id).
- search_notes — Full-text search across notes.
Tools
-
get_note— Single note — paper, review, comment, decision, etc. -
get_paper— Paper + all child notes (reviews, rebuttal, decision, metareview). Pass the forum id (= paper note id). -
get_venue— Venue (group) metadata by group id. -
list_submissions— Papers submitted to a venue. Pass the venue group id as venue_id. -
list_venues— List venue groups (conferences, workshops). Use the returned group id to query submissions. -
search_notes— Full-text search across notes.