
Rosettahub Mcp Server
Let your coding agent manage RosettaHUB-provisioned AWS accounts—budgets, CLI actions, and access—from chat without juggling separate admin consoles.
Overview
RosettaHUB MCP Server is a MCP server for the Operate phase that manages RosettaHUB user AWS accounts—budgets, AWS CLI, and access control—from your agent.
What is this MCP server?
- RosettaHUB API integration via stdio MCP (PyPI package rosettahub-mcp-server v0.2.0, uvx runtime).
- Environment-driven setup: RH_API_KEY, RH_ORG, optional RH_AWS_REGION (default eu-west-1), optional RH_WSDL_URL override.
- Budget and access-control workflows for user AWS accounts managed through RosettaHUB.
- AWS CLI execution context aligned to RosettaHUB org and region settings.
- MCP integration server—not a local agent skill or generic cloud marketplace listing.
- Server schema version 0.2.0
- Single stdio package: rosettahub-mcp-server on PyPI
- 3 documented env vars (2 required secrets: RH_API_KEY, RH_ORG)
What problem does it solve?
RosettaHUB AWS accounts are easy to mismanage when budget checks and CLI work live outside the same place you code and debug with AI.
Who is it for?
Indie builders or tiny teams on RosettaHUB who want agent-assisted AWS account hygiene without opening a separate admin UI for every change.
Skip if: Builders without a RosettaHUB org, or anyone who only needs raw AWS API access without RosettaHUB user-account semantics.
What do I get? / Deliverables
After you register the server with RH_API_KEY and RH_ORG, your agent can drive RosettaHUB account budgets, access, and CLI-backed tasks in one MCP workflow.
- Agent-callable RosettaHUB AWS account budget and access operations
- Region-scoped AWS CLI execution context (default eu-west-1)
- Configurable WSDL endpoint when RH_WSDL_URL is set
Recommended MCP Servers
Journey fit
Account governance, budgets, and AWS CLI on managed user accounts are day-two production and infra operations, not greenfield build work. Infra is the canonical shelf for org-scoped AWS account control, regional defaults, and access policies tied to RosettaHUB.
How it compares
RosettaHUB-specific account MCP—not a generic AWS skill or broad multi-cloud infrastructure pack.
Common Questions / FAQ
Who is RosettaHUB MCP Server for?
Solo and small-team builders who provision AWS through RosettaHUB and want MCP-driven budgets, access control, and CLI operations from Claude Code, Cursor, or similar agents.
When should I use RosettaHUB MCP Server?
Use it in Operate when you need to enforce budgets, review access, or run AWS CLI actions on RosettaHUB-managed accounts during ongoing production and infra work.
How do I add RosettaHUB MCP Server to my agent?
Install the PyPI package (uvx rosettahub-mcp-server), set RH_API_KEY and RH_ORG as secrets, optionally RH_AWS_REGION and RH_WSDL_URL, and add the stdio MCP entry in your client config.