MCP server exposing 6 tools for openreview.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/openreview/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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 OpenReview notes (papers, reviews, decisions) by query string; optionally restrict to a content field (e.g. title, abstract) or filter by author signature; returns matching note ids, titles, and venues.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/openreview/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io