aws-iot-core-mcp
Related Servers
Alternatives to aws-iot-core-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables an AI assistant to read and query Amazon CloudWatch metrics, logs, and alarms through read-only MCP tools.-
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with Mender IoT platform for device management, deployment monitoring, and fleet analysis through natural language commands. Provides read-only access to device status, deployment logs, releases, and system monitoring capabilities.2MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to inspect and audit Azure Landing Zones by inventorying resources, auditing tagging, evaluating policy compliance, and detecting infrastructure drift, all in read-only mode.-
- AlicenseNot gradedqualityAmaintenanceEnables read-only file-management operations from AI assistants, including health checks, connection and folder listings, search, share-link resolution, metadata retrieval, and on-demand document reading.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants read-only access to Sprinklr data via MCP, allowing querying reports, searching cases, and calling Sprinklr API endpoints.7 npmISC
- FlicenseNot gradedqualityDmaintenanceEnables read-only SQL database access for AI assistants, allowing schema exploration and safe query execution without risk of data modification.-
TDQS
Scored across 12 tools
Each tool targets a distinct resource or action, and the descriptions go out of their way to explain relationships (list_things vs describe_thing, list vs describe topic rules, get_device_shadow vs list_named_shadows). The main overlap is that assess_fleet_health internally subsumes shadow freshness, certificate status, and connectivity checks that the single-purpose tools also perform, so an agent must choose between the sweep and the targeted reads.
All 12 tools use a consistent snake_case verb_noun pattern (list_things, describe_thing, get_device_shadow, search_fleet_index, inspect_thing_certificates, assess_fleet_health). Singular/plural usage is predictable: describe_* for one entity, list_* for collections.
12 tools is well-scoped for the IoT Core diagnostic domain, with each tool covering a distinct facet (registry, rules, endpoint, index, shadows, certificates, health sweep). Nothing feels padded or thin.
The surface thoroughly covers read-only diagnosis across things, rules, shadows, certificates, and fleet indexing with no obvious dead ends for that purpose. Minor gaps exist for adjacent resources like thing groups and jobs, and there is no write/mutation path, though the toolset appears intentionally read-only.