Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by dkmaker • Analytics & Monitoring
A TypeScript-based MCP server that lets agents query, inspect, and manage Azure Table Storage from Cline.
Query Azure Table Storage with OData filters and receive both total match counts and a small safe subset of rows for LLM processing.
Discover table schemas to understand entity structure and types before constructing queries or transformations.
Enumerate all tables in an Azure Storage account to drive automated workflows or data inventory tasks.
This MCP server exposes tools to query Azure Storage Tables (with OData filters), retrieve table schemas, and list tables in a storage account. It returns a total match count while safely limiting returned rows (default 5) to protect LLM context windows. Configuration is simple via the AZURE_STORAGE_CONNECTION_STRING environment variable and it is distributed as an MIT-licensed npm package.
⚠️ WARNING: This tool returns a limited subset of results (default: 5 items) to protect the LLM's context window. DO NOT increase this limit unless explicitly confirmed by the user. Query data from an Azure Storage Table with optional filters. Supported OData Filter Examples: 1. Simple equality: filter: "PartitionKey eq 'COURSE'" filter: "email eq 'user@example.com'" 2. Compound conditions: filter: "PartitionKey eq 'USER' and email eq 'user@example.com'" filter: "PartitionKey eq 'COURSE' and title eq 'GDPR Training'" 3. Numeric comparisons: filter: "age gt 25" filter: "costPrice le 100" 4. Date comparisons (ISO 8601 format): filter: "createdDate gt datetime'2023-01-01T00:00:00Z'" filter: "timestamp lt datetime'2024-12-31T23:59:59Z'" Supported Operators: - eq: Equal - ne: Not equal - gt: Greater than - ge: Greater than or equal - lt: Less than - le: Less than or equal - and: Logical and - or: Logical or - not: Logical not
Get property names and types from a table
List all tables in the storage account
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.