Paper Search

search

Deep Research compatible search tool aggregating across sources.

Remote adamamer20/paper-search-mcp-openai

Other tools also called search? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "title": "Query"
    },
    "max_results": {
      "type": "integer",
      "title": "Max Results",
      "default": 15
    }
  }
}