SearchManagementClient MCP Config
Client that can be used to manage Azure Search services and API keys.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-search.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-search.json to fetch programmatically.
{
"mcpServers": {
"azure-com-search": {
"command": "npx",
"args": ["-y","@mcp/azure-com-search"],
"env": {
"SEARCHMANAGEMENTCLIENT_API_KEY": "your_searchmanagementclient_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-search.jsonEnvironment Variables
SEARCHMANAGEMENTCLIENT_API_KEYReplace your_searchmanagementclient_api_key with your actual searchmanagementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServicesServices_List
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}Services_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}Services_Delete
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}/listAdminKeysAdminKeys_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}/listQueryKeysQueryKeys_List