π Azure Cosmos DB MCP Toolkit β Public Preview Announcement #69
sajeetharan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
π Azure Cosmos DB MCP Toolkit β Public Preview Announcement
Weβre excited to announce the public preview of the Azure Cosmos DB MCP Toolkit, an open-source implementation of the Model Context Protocol (MCP) that enables AI agents and LLMs to securely interact with Azure Cosmos DB.
This toolkit bridges the gap between intelligent applications and globally distributed data, allowing agents to retrieve, search, and understand your data without custom integration code.
β What Is the Azure Cosmos DB MCP Toolkit?
The toolkit exposes Azure Cosmos DB through standardized MCP tools, making it easy for AI agents to perform database operations safely and intelligently.
Included MCP Tools
list_databases β Discover all databases
list_collections β Explore containers
get_recent_documents β Retrieve the most recent documents
find_document_by_id β Fetch a document by ID
text_search β Search documents using CONTAINS
vector_search β Semantic search using embeddings
get_approximate_schema β Infer schema from sample documents
π Secure by Design
The MCP Toolkit supports enterprise-grade security:
Microsoft Entra ID OAuth2 authentication
Role-Based Access Control (RBAC)
Managed identities for passwordless access
CORS controls for secure web clients
π Why Use the MCP Toolkit?
π€ Microsoft Foundry Integration
The toolkit integrates directly with Microsoft Foundry, enabling agents to combine LLM reasoning with Cosmos DBβs speed and scale.
Adding Cosmos DB tools in Foundry
π οΈ Extending the Toolkit
The toolkit is designed to be extensible.
Add your own custom tools by extending the CosmosDbToolsService class.
Contributions are welcome!
Contribution guide β https://github.com/AzureCosmosDB/MCPToolKit/blob/main/CONTRIBUTING.md
π Documentation & Resources
Full Documentation:
https://github.com/AzureCosmosDB/MCPToolKit
Quick Start:
https://github.com/AzureCosmosDB/MCPToolKit#quick-start
Repository:
https://github.com/AzureCosmosDB/MCPToolKit
π We Want Your Feedback
Try it out and let us know what you think.
Your feedback will help shape the roadmap and next set of MCP tools.
If you build something cool or extend the toolkit β share it with the community!
Beta Was this translation helpful? Give feedback.
All reactions