Paper Search

search_iacr

Search academic papers from IACR ePrint Archive. Args: query: Search query string (e.g., 'cryptography', 'secret sharing'). max_results: Maximum number of papers to return (default: 10). fetch_details: Whether to fetch detailed information for each paper (default: True). Returns: List of paper metadata in dictionary format.

Remote adamamer20/paper-search-mcp-openai

Other tools also called search_iacr? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "title": "Query"
    },
    "max_results": {
      "type": "integer",
      "title": "Max Results",
      "default": 10
    },
    "fetch_details": {
      "type": "boolean",
      "title": "Fetch Details",
      "default": true
    }
  }
}