Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

SearchServiceClient MCP Server

Client that can be used to manage and query indexes and documents, as well as manage other resources, on an Azure Search service.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-search-searchservice

Environment Variables

SEARCHSERVICECLIENT_API_KEY

Example: your_searchserviceclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-search-searchservice": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-search-searchservice"],
      "env": {
      "SEARCHSERVICECLIENT_API_KEY": "your_searchserviceclient_api_key"
}
    }
  }
}

Endpoints

GET/datasources

DataSources_List

POST/datasources

DataSources_Create

GET/datasources('{dataSourceName}')

DataSources_Get

PUT/datasources('{dataSourceName}')

DataSources_CreateOrUpdate

DELETE/datasources('{dataSourceName}')

DataSources_Delete

GET/indexers

Indexers_List

POST/indexers

Indexers_Create

GET/indexers('{indexerName}')

Indexers_Get

PUT/indexers('{indexerName}')

Indexers_CreateOrUpdate

DELETE/indexers('{indexerName}')

Indexers_Delete