Skip to main content
Glama

MCP Specification Server

by MCPJam
73
5
  • Apple

mcpjam_search_mcp_spec

Search and retrieve specific sections of the MCP specification document, such as 'Core components', 'Transports', or 'Security Best Practices', to access detailed protocol information for development and integration.

Instructions

Search the MCP specification document for relevant content

Input Schema

NameRequiredDescriptionDefault
queryYesSelect a specific section of the MCP specification to retrieve.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "Select a specific section of the MCP specification to retrieve.", "enum": [ "Introduction", "Core components", "Connection lifecycle", "Elicitation", "Prompts", "Resources", "Roots", "Sampling", "Tools", "Transports", "Debugging", "Follow logs in real-time", "For Client Developers", "For Server Developers", "Architecture", "Authorization", "Lifecycle", "Security Best Practices", "Transports", "Cancellation", "Ping", "Progress", "Elicitation", "Roots", "Sampling", "Specification", "Overview", "Prompts", "Resources", "Tools", "Completion", "Logging", "Pagination", "Versioning" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from MCP Specification Server

Related Tools

    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/MCPJam/mcp-spec'

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