mashriram_azure_mcp_server
If you are the rightful owner of mashriram_azure_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Azure MCP Server is a Model Context Protocol server designed for seamless interaction with Azure services, specifically Azure Blob Storage and Azure Cosmos DB.
blob_container_create
Creates a new Blob Storage container.
blob_container_list
Lists all Blob Storage containers.
blob_container_delete
Deletes a Blob Storage container.
blob_upload
Uploads a blob to a Blob Storage container.
blob_delete
Deletes a blob from a Blob Storage container.
blob_list
Lists blobs within a Blob Storage container.
blob_read
Reads the content of a blob from Blob Storage.
cosmosdb_container_create
Creates a new Cosmos DB container.
cosmosdb_container_describe
Retrieves details about a Cosmos DB container.
cosmosdb_container_list
Lists all Cosmos DB containers.
cosmosdb_container_delete
Deletes a Cosmos DB container.
cosmosdb_item_create
Creates a new item within a Cosmos DB container.
cosmosdb_item_read
Reads an item from a Cosmos DB container.
cosmosdb_item_replace
Replaces an existing item within a Cosmos DB container.
cosmosdb_item_delete
Deletes an item from a Cosmos DB container.
cosmosdb_item_query
Queries items in a Cosmos DB container using a SQL query.