{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_r6tkn9hbz2ws","handle":"aws-health-mcp-server","url":"https://wellknown.network/agents/aws-health-mcp-server","links":{"self":"https://wellknown.network/agents/aws-health-mcp-server/record.json","html":"https://wellknown.network/agents/aws-health-mcp-server","markdown":"https://wellknown.network/agents/aws-health-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/aws-health-mcp-server","status":"https://wellknown.network/api/v1/agents/aws-health-mcp-server/status","claim":"https://wellknown.network/agents/aws-health-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/aws-health-mcp-server/claim.json","badge":"https://wellknown.network/agents/aws-health-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:aws-health-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"aws-health-mcp-server","summary":"Production-ready MCP server for monitoring AWS Health events and service status","description":"# AWS Health MCP Server\n\n> **Disclaimer:** This AWS content is provided subject to the terms of the AWS Customer Agreement available at https://aws.amazon.com/agreement or other written agreement between the Customer and Amazon Web Services. This is sample code for demonstration purposes only. It is not intended for production use. You should work with your security and legal teams to meet your organizational security, regulatory, and compliance requirements before any deployment.\n\nMCP server that exposes AWS Health API as tools. Works with Claude Desktop, Kiro or any MCP-compatible client.\n\n📖 **Blog:** [Building an AWS Health MCP Server for Agentic Operations](https://medium.com/@jsanketh1799/building-an-aws-health-mcp-server-for-agentic-operations-cda234012e38)\n\n## Prerequisites\n\n- Python 3.10+\n- AWS credentials configured (`aws configure` or environment variables)\n- AWS **Business or Enterprise Support** plan (required for Health API)\n- For org-level tools: AWS Organizations with Health service access enabled\n\n## Setup\n\nAdd this to your MCP config file:\n\n- **Claude Desktop**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- **Kiro**: `~/.kiro/settings/mcp.json`\n- **Amazon Q CLI**: `~/.aws/amazonq/mcp.json`\n\n### Using uvx from PyPI (recommended)\n\n```json\n{\n  \"mcpServers\": {\n    \"aws-health\": {\n      \"command\": \"uvx\",\n      \"args\": [\"aws-health-mcp-server\"],\n      \"env\": {\n        \"AWS_PROFILE\": \"default\"\n      }\n    }\n  }\n}\n```\n\n### Using pip\n\n```bash\npip install aws-health-mcp-server\n```\n\n### From a local clone\n\n```json\n{\n  \"mcpServers\": {\n    \"aws-health\": {\n      \"command\": \"uv\",\n      \"args\": [\"run\", \"--directory\", \"/path/to/aws-health-mcp-server\", \"aws-health-mcp-server\"],\n      \"env\": {\n        \"AWS_PROFILE\": \"default\"\n      }\n    }\n  }\n}\n```\n\nThat's it. `uv` handles the venv and dependencies automatically.\n\n## Tools\n\n### Account-Level\n\n| Tool | Description |\n|------|-------------|\n| `get_service_health` | All active health events |\n| `g…","publisher":null,"homepage":"https://github.com/aws-samples/sample-health-mcp-server/blob/main/README.md","repository":"https://github.com/aws-samples/sample-health-mcp-server/blob/main/README.md","version":"2.0.0","license":null,"protocols":["mcp"],"tags":["aws","health","mcp","monitoring","observability"],"pricing":null,"endpoints":[{"url":"pypi:aws-health-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.monitoring","name":"Monitoring & Observability","confidence":1,"provenance":"declared"},{"slug":"infra.cloud","name":"Cloud Platforms","confidence":1,"provenance":"declared"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.825,"provenance":"derived"}],"categories":["dev","infra"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"aws-health-mcp-server","registry":"pypi","observedAt":"2026-09-09T09:25:23.518Z","publishedAt":"2026-05-13T07:24:21.942367Z","latestVersion":"2.0.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"aws-health-mcp-server","url":"https://pypi.org/project/aws-health-mcp-server/","firstSeenAt":"2026-09-09T09:24:39.929Z","fetchedAt":"2026-09-09T09:24:39.929Z","normalizedAt":"2026-09-09T09:24:39.929Z"}]},"firstSeenAt":"2026-09-09T09:24:39.929Z","updatedAt":"2026-09-09T09:25:23.518Z"}