builder-magic/timebound-iam
An MCP Server that sits between your agent and AWS STS and issues temporary credentials scoped to specific AWS Services
Implements STS AssumeRole to generate short-lived credentials (15 minutes to 12 hours) scoped to specific AWS services and access levels (read-only or full), with automatic cleanup on expiry. Works as both an MCP server for Claude Code and a standalone CLI tool that can wrap shell scripts or inject credentials via environment variables. Supports granular permission scoping through a `service:level` format (e.g., `s3:ro,dynamodb:full`) eliminating the need for long-lived keys.
Stars
10
Forks
2
Language
Go
License
Apache-2.0
Category
Last pushed
Mar 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/builder-magic/timebound-iam"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Featured in
Higher-rated alternatives
toolsdk-ai/toolsdk-mcp-registry
MCPSDK.dev(ToolSDK.ai)'s Awesome MCP Servers and Packages Registry and Database with Structured...
Dicklesworthstone/mcp_agent_mail
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads,...
opentiny/next-sdk
Based on the MCP protocol, enable defining MCP Servers on the frontend, allowing AI to operate...
Dicklesworthstone/fastmcp_rust
Rust framework for building Model Context Protocol servers with cancel-correct async, zero-copy...
religa/multi_mcp
Multi-Model chat, code review and analysis MCP Server for Claude Code