Skip to main content
Glama
gesparza8138

aws-messaging-mcp

by gesparza8138

aws-messaging-mcp

ci docs

AWS Lambda에서 실행되는 서버리스 Model Context Protocol 서버로, Claude Code, Claude Desktop, claude.ai Routines가 이메일(Amazon SES), SMS/MMS/RCS(AWS End User Messaging)를 전송하고 CloudFront 서명 다운로드 링크를 통해 파일을 공유할 수 있게 해 줍니다.

[!NOTE] 상태: M0(부트스트랩). 애플리케이션은 마일스톤 단위로 제공됩니다. PRD §16 및 현재 구현 계획을 참조하세요.

아키텍처(목표)

flowchart LR
    C[Claude clients] -- Bearer JWT --> W[WAF + CloudFront]
    W --> L[Lambda: FastAPI + FastMCP]
    L -.JWKS.-> K[Cognito]
    L --> SES[SES v2]
    L --> EUM[End User Messaging]
    L --> S3[(S3 + signed URLs)]

전체 상세 내용: docs/PRD.md §4.

Related MCP server: AWS MCP Server

문서

문서

목적

docs/PRD.md

기준 문서: 범위, 아키텍처, 인증, 가드레일, 마일스톤

docs/setup/github.md

저장소 및 CI/CD 구성

docs/setup/dns.md

GoDaddy → Route 53 서브도메인 위임

docs/setup/aws-prerequisites.md

SES, 수신자 부담 번호, RCS, Cognito 사전 요구 사항

docs/plans/m0-m1.md

현재 구현 계획

개발

Python 3.13 및 uv가 필요합니다.

uv sync            # create the venv and install locked dependencies
make test          # unit tests with coverage gate
make lint          # ruff check + format check
make typecheck     # mypy --strict
make iac-lint      # cfn-lint + checkov + cfn_nag over infra/

관례(Conventional Commits, 서명된 커밋, 스쿼시 전용 병합)에 대해서는 CONTRIBUTING.md를 참조하세요.

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables Claude to interact with core AWS services like S3, EC2, RDS, and CloudWatch, along with a generic SDK wrapper for any AWS operation. It also supports cost monitoring and optional vector store capabilities for document ingestion and search.
    10
    3
    The Unlicense
  • A
    license
    B
    quality
    D
    maintenance
    Enables Claude Desktop to interact with 57 AWS services using over 200 tools and local machine profiles. It supports multi-profile configurations and features a read-only safe mode by default to manage infrastructure like EC2, S3, and Lambda securely.
    100
    BSD 3-Clause
  • A
    license
    A
    quality
    D
    maintenance
    Enables browsing S3 buckets and objects, and generating secure presigned URLs for downloads and uploads, through natural language commands in MCP clients like Claude Desktop.
    3
    10
    3
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Give Claude (or any MCP client) a real email inbox and SMS. Your AI agent can read and send email, manage inboxes, track delivery, and handle SMS.
    27
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.

  • Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.

  • Communication stack for AI agents: SMS, AI voice calls, phone numbers, and account events.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gesparza8138/aws-messaging-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server