Skip to main content
Glama

MCP Router

search_mcp_server

Discover and locate registered MCP servers using a search query, retrieving top results to simplify service discovery and routing for efficient MCP service 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" }

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