Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

SEARCHMANAGEMENTCLIENT_API_KEY

Replace your_searchmanagementclient_api_key with your actual searchmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices

Services_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}/listAdminKeys

AdminKeys_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}/listQueryKeys

QueryKeys_List