Connect your account, then chat with AI to run tools.
List Cosmos databases and containers, profile document counts, run SQL queries, export large result sets with automatic spillover, and create or update documents.
Azure Cosmos DB is used here only to identify this integration; MCPBundles is not affiliated with or endorsed by Azure Cosmos DB or its owner.
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/azure-cosmos-dbThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Live probe refreshed Sep 18, 2026 · Endpoint host mcp.mcpbundles.com
Built for
Developers and data engineers building on Azure Cosmos DB SQL API
Container profiling
Uses list databases, list containers, and get container stats.
List databases, pick the production database, list containers, then return document count and partition key path for the orders container.
Connect Azure Cosmos DB to any MCP client in minutes
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/azure-cosmos-dbThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
MCPBundles publishes this directory for MCP discovery. Except where we host or operate an offering, third-party services run under their own terms. Product and company names on this page are used in a descriptive, identifying way (including under nominative fair use where applicable); they remain the property of their owners. Nothing here grants you rights in those marks, and nothing here is an offer to sell a third party's services. Terms
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsExport matching documents
Query to download paginates and spills large JSON automatically.
Run SELECT * FROM c WHERE c.status = 'active' on my items container and return all matches up to one thousand documents.
How do large Cosmos query results return?
Query to download fetches up to your max_documents cap across pages. When the serialized JSON exceeds the inline threshold, the platform uploads the payload to S3 and returns a presigned download URL in the tool response.
Domain knowledge for Azure Cosmos DB — workflow patterns, data models, and gotchas for your AI agent.
Cosmos DB is a document database. Applications store JSON documents in containers grouped by database, usually partitioned for scale and query cost control.
Account → Database → Container → Document. Each container declares a partition key path; every document carries that key value. Queries that filter on the partition key cost less than cross-partition scans.
Use count and schema inference for discovery on unfamiliar containers. Cross-partition queries are valid but consume more request units — enable only when the question truly spans partitions. Read-only SELECT queries are the default exploration pattern; avoid mutating statements in query slots meant for reads.
Create inserts a new document with id and partition key. Upsert inserts or replaces by id. Replace updates an existing document and can carry an etag from a prior read for optimistic concurrency. Delete removes one document by id and partition key. Container creation is available when the connected account has control-plane permission on the target database.
Azure Cosmos
Azure Cosmos Count Items
azure_cosmos_count_itemsReturn document count for a container via SELECT VALUE COUNT(1) FROM c.
Open in StudioQuery to download fetches up to your max_documents cap across pages. When the serialized JSON exceeds the inline threshold, the platform uploads the payload to S3 and returns a presigned download URL in the tool response.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/azure-cosmos-db. Authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
Azure Cosmos DB provides 14 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Azure Cosmos DB uses API Key. Azure Cosmos DB requires credentials. Connect via MCPBundles and authentication is handled automatically.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index
Bundle for MCP provider DC Hub Intelligence
91 tools