Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

ieee_standards_search

Search IEEE standards by query, type, or committee to find relevant specifications. Filter results by active, inactive, draft, or withdrawn status and limit output for precise research.

Instructions

Search IEEE standards and specifications

Input Schema

NameRequiredDescriptionDefault
committeeNoIEEE committee (e.g., "802", "1394", "1588")
maxResultsNoMaximum number of standards to return (1-100)
queryYesSearch query for IEEE standards (e.g., "wireless communication", "software engineering", "cybersecurity")
standardTypeNoStandard type: all, active, inactive, draft, withdrawnactive

Input Schema (JSON Schema)

{ "properties": { "committee": { "description": "IEEE committee (e.g., \"802\", \"1394\", \"1588\")", "type": "string" }, "maxResults": { "default": 10, "description": "Maximum number of standards to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search query for IEEE standards (e.g., \"wireless communication\", \"software engineering\", \"cybersecurity\")", "type": "string" }, "standardType": { "default": "active", "description": "Standard type: all, active, inactive, draft, withdrawn", "enum": [ "all", "active", "inactive", "draft", "withdrawn" ], "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