Skip to main content
Glama

MCP Router

search_mcp_server

Locate registered MCP servers using a query-driven search. Specify the query and number of results to retrieve, enabling precise discovery and routing of MCP services for efficient tool execution.

Instructions

Search for registered MCP servers based on a query. Args: query: Search query top_k: Number of top results to return (default: 3)

Input Schema

NameRequiredDescriptionDefault
queryYes
top_kNo

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "top_k": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 3, "title": "Top K" } }, "required": [ "query" ], "title": "search_mcp_serverArguments", "type": "object" }
Install Server

Other Tools from MCP Router

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/Maverick-LjXuan/mcp-router'

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