mashriram_azure_mcp_server

mashriram_azure_mcp_server

3.1

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

  1. blob_container_create

    Creates a new Blob Storage container.

  2. blob_container_list

    Lists all Blob Storage containers.

  3. blob_container_delete

    Deletes a Blob Storage container.

  4. blob_upload

    Uploads a blob to a Blob Storage container.

  5. blob_delete

    Deletes a blob from a Blob Storage container.

  6. blob_list

    Lists blobs within a Blob Storage container.

  7. blob_read

    Reads the content of a blob from Blob Storage.

  8. cosmosdb_container_create

    Creates a new Cosmos DB container.

  9. cosmosdb_container_describe

    Retrieves details about a Cosmos DB container.

  10. cosmosdb_container_list

    Lists all Cosmos DB containers.

  11. cosmosdb_container_delete

    Deletes a Cosmos DB container.

  12. cosmosdb_item_create

    Creates a new item within a Cosmos DB container.

  13. cosmosdb_item_read

    Reads an item from a Cosmos DB container.

  14. cosmosdb_item_replace

    Replaces an existing item within a Cosmos DB container.

  15. cosmosdb_item_delete

    Deletes an item from a Cosmos DB container.

  16. cosmosdb_item_query

    Queries items in a Cosmos DB container using a SQL query.