Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

search_iacr

Locate cryptography research papers from IACR by entering a search query and specifying the maximum number of results. Ideal for academic and technical research in cryptology.

Instructions

Search IACR (International Association for Cryptologic Research) for cryptography papers

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of results to return
queryYesSearch query for cryptography research

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "default": 20, "description": "Maximum number of results to return", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search query for cryptography research", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/flyanima/open-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server