Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

search_ieee

Search IEEE Xplore for engineering and technology literature using customizable filters like content type, publication year, and sort order. Retrieve up to 200 results tailored to your query.

Instructions

Search IEEE Xplore for engineering and technology literature

Input Schema

NameRequiredDescriptionDefault
contentTypeNoContent type filter: all, journals, conferences, standards, books, coursesall
maxResultsNoMaximum number of articles to return (1-200)
publicationYearNoPublication year range: all, 2020-2024, 2015-2019, 2010-2014, 2000-2009all
queryYesSearch query for IEEE literature (e.g., "machine learning", "5G networks", "quantum computing", "robotics")
sortNoSort order: relevance, newest, oldest, citationsrelevance

Input Schema (JSON Schema)

{ "properties": { "contentType": { "default": "all", "description": "Content type filter: all, journals, conferences, standards, books, courses", "enum": [ "all", "journals", "conferences", "standards", "books", "courses" ], "type": "string" }, "maxResults": { "default": 20, "description": "Maximum number of articles to return (1-200)", "maximum": 200, "minimum": 1, "type": "number" }, "publicationYear": { "default": "all", "description": "Publication year range: all, 2020-2024, 2015-2019, 2010-2014, 2000-2009", "enum": [ "all", "2020-2024", "2015-2019", "2010-2014", "2000-2009" ], "type": "string" }, "query": { "description": "Search query for IEEE literature (e.g., \"machine learning\", \"5G networks\", \"quantum computing\", \"robotics\")", "type": "string" }, "sort": { "default": "relevance", "description": "Sort order: relevance, newest, oldest, citations", "enum": [ "relevance", "newest", "oldest", "citations" ], "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