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.
The Azure MCP Server is a robust implementation of the Model Context Protocol, facilitating efficient and secure interactions with Azure services. It supports operations on Azure Blob Storage and Azure Cosmos DB, allowing users to manage data storage and retrieval with ease. The server ensures that all operations are logged and accessible through a dedicated audit endpoint, providing transparency and traceability. Designed to integrate seamlessly with the Claude Desktop App, the Azure MCP Server can be installed and configured locally, offering a flexible solution for developers and businesses leveraging Azure's cloud capabilities. With a focus on security, the server requires proper authentication and credential management, ensuring that sensitive data is protected. The server's capabilities are further enhanced by its support for various Azure operations, making it a versatile tool for managing cloud resources.
Features
- Supports Azure Blob Storage and Cosmos DB operations
- Automatic logging of all operations for audit purposes
- Seamless integration with Claude Desktop App
- Secure authentication using Azure credentials
- Flexible configuration options for local setup
Tools
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.