delega.ai for AWS Pricing Calculator MCP Server for Claude
Delega hosted MCP server that creates AWS cost estimates and shareable AWS Pricing Calculator links from natural language without leaving your AI client.
Open the source and read safety notes before installing.
Safety notes
- Cost estimates depend on list prices and assumptions; validate against current AWS Pricing Calculator before procurement.
- Shareable links may expose architecture assumptions; review before sending to external clients.
- This service complements, but does not replace, official AWS Cost Explorer or billing data.
- Do not treat MCP output as a binding financial commitment with AWS.
Privacy notes
- Architecture descriptions and service configurations you submit are processed by delega.ai to build estimates.
- Avoid including internal account IDs, credentials, or confidential deal terms in prompts unless policy allows.
- Shared calculator URLs may be visible to anyone with the link; distribute least-privilege versions.
Prerequisites
- Claude Pro, Team, or Enterprise with Connectors support, or another MCP client with remote HTTP transport.
- Basic familiarity with AWS services you want estimated (EC2, RDS, S3, Lambda, etc.).
- Understanding that estimates are planning aids, not invoices or committed AWS quotes.
- Internet access to reach calculator.delega.ai.
Schema details
- Install type
- cli
- Reading time
- 4 min
- Difficulty score
- 20
- Troubleshooting
- Yes
- Breaking changes
- No
- Estimated setup
- 5 minutes
- Difficulty
- beginner
Full copyable content
{
"mcpServers": {
"delega": {
"url": "https://calculator.delega.ai/mcp",
"type": "http"
}
}
}About this resource
Overview
delega.ai for AWS Pricing Calculator is a hosted Model Context Protocol server that turns natural-language infrastructure descriptions into AWS cost estimates and persistent AWS Pricing Calculator links. It is designed for architects, consultants, and sales engineers who need quick ballpark costs without leaving Claude or another MCP client.
The service is registered as ai.delega/aws-pricing-calculator with endpoint https://calculator.delega.ai/mcp. Client onboarding begins at calculator.delega.ai/start/client.
Features
- Natural-language AWS architecture costing.
- Shareable AWS Pricing Calculator URLs for proposals and reviews.
- Support across common services such as EC2, RDS, and S3.
- Remote streamable HTTP endpoint with no local install.
- Free hosted access according to current Delega registry listings.
Use Cases
- Estimate monthly cost for a three-tier web app during a discovery call.
- Generate a shareable calculator link for a client proposal deck.
- Compare instance sizes for a batch processing workload.
- Sanity-check whether a design fits budget before deeper architecture work.
- Produce a quick RDS and storage estimate for a migration discussion.
Installation
Choose your AI client
Visit calculator.delega.ai/start/client and select Claude, Claude Code, Cursor, Codex, or another supported MCP host.
Claude (Connectors)
- Add a custom connector under Settings → Connectors.
- Enter
https://calculator.delega.ai/mcp. - Enable the connector and describe your AWS stack in chat.
Claude Code
claude mcp add --transport http delega https://calculator.delega.ai/mcp
claude mcp list
Configuration
{
"mcpServers": {
"delega": {
"url": "https://calculator.delega.ai/mcp",
"type": "http"
}
}
}
Examples
Web application estimate
Estimate the monthly AWS cost for two m5.large instances, an RDS MySQL db.t3.medium, and 500 GB S3 storage in us-east-1.
Shareable link
Create a shareable AWS Pricing Calculator link for that architecture I can send to a customer.
Quick comparison
Compare estimated monthly cost between m5.large and m6i.large for the app tier in eu-west-1.
Security
- Review generated links before external distribution; they may encode workload assumptions.
- Cross-check material estimates against official AWS pricing before contracts or purchase orders.
- Do not embed secrets or account-specific discounts unless you intend to share them.
Troubleshooting
Connector unavailable
Retry after a short delay; third-party registry monitors occasionally report transient health issues.
Estimate seems stale
AWS list prices and instance families change; regenerate the estimate with explicit regions and instance types.
Missing service support
Name the AWS service explicitly and provide quantity, region, and utilization assumptions.
Different from awslabs pricing MCP
Delega targets shareable Pricing Calculator links; AWS Labs pricing MCP focuses on raw price-list queries and IaC analysis.
Source citations
Add this badge to your README
Show that delega.ai for AWS Pricing Calculator MCP Server for Claude is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/delega-ai-for-aws-pricing-calculator-mcp-server)How it compares
delega.ai for AWS Pricing Calculator MCP Server for Claude side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | delega.ai for AWS Pricing Calculator MCP Server for Claude Delega hosted MCP server that creates AWS cost estimates and shareable AWS Pricing Calculator links from natural language without leaving your AI client. Open dossier | AWS FinOps MCP Server Read-only AWS FinOps MCP server that lets Claude query Cost Explorer cost and usage data, compare AWS CLI profiles, filter by tags or dimensions, check AWS Budgets, and audit for stopped EC2 instances, unattached EBS volumes, and unassociated Elastic IP addresses across selected regions. Open dossier | Alpic MCP Server for Claude Alpic hosted MCP server to manage cloud-hosted MCP projects—deployments, debugging, and analytics—for apps built and shipped on the Alpic platform. Open dossier | Auxen MCP Server for Claude Official Auxen.ai remote MCP server for listing GPU models and instances, checking account balance, and provisioning or destroying inference instances from Claude via OAuth 2.1 or API keys. Open dossier |
|---|---|---|---|---|
| Trust | ||||
| Install risk | Review first | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Category | mcp | mcp | mcp | mcp |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | Delega | Ravi Kiran Vallamkonda | Alpic | Auxen AI |
| Added | 2026-06-14 | 2026-06-06 | 2026-06-14 | 2026-06-14 |
| Platforms | Claude CodeCodexCursorClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop |
| Source repo | — | — | — | — |
| Safety notes | ✓Cost estimates depend on list prices and assumptions; validate against current AWS Pricing Calculator before procurement. Shareable links may expose architecture assumptions; review before sending to external clients. This service complements, but does not replace, official AWS Cost Explorer or billing data. Do not treat MCP output as a binding financial commitment with AWS. | ✓The reviewed MCP tools are annotated read-only and call AWS APIs for cost, budget, identity, EC2 instance, EBS volume, and Elastic IP inspection. Cost Explorer API calls can incur AWS charges; the upstream README notes get_cost makes Cost Explorer calls that are billed by AWS. all_profiles can query every locally configured AWS CLI profile, so use explicit profiles unless broad account comparison is approved. Cost, budget, stopped-instance, unattached-volume, and unassociated-EIP findings are advisory FinOps signals, not deletion instructions or guaranteed savings. AWS pricing, budget forecasts, tags, and resource state can be delayed, incomplete, or affected by account configuration. | ✓Management tools may trigger redeployments or configuration changes on hosted MCP servers. Analytics and logs may contain end-user queries from your deployed MCP apps. Do not share Alpic credentials across untrusted chat sessions. Verify target project/environment before approving destructive deploy actions. | ✓provision_model creates billable GPU instances; confirm model, region, and cost before approving tool calls. destroy_instance permanently removes running instances and cannot be undone through MCP. API keys prefixed auxen_live_* operate on production resources; use auxen_test_* keys in development. OAuth tokens grant persistent account access until revoked in Auxen or the MCP client. |
| Privacy notes | ✓Architecture descriptions and service configurations you submit are processed by delega.ai to build estimates. Avoid including internal account IDs, credentials, or confidential deal terms in prompts unless policy allows. Shared calculator URLs may be visible to anyone with the link; distribute least-privilege versions. | ✓Results can expose AWS account IDs, profile names, service spend, usage dimensions, cost allocation tags, budget names, budget limits, forecasted spend, region names, instance IDs, instance types, EBS volume IDs and sizes, Elastic IP allocation IDs, and public IP addresses. AWS credentials stay in the local AWS CLI profile, but MCP client logs, model transcripts, generated reports, screenshots, and shared prompts can still reveal sensitive financial and infrastructure context. Restrict AWS profiles to least privilege, avoid long-lived static keys where possible, and do not paste access keys or secret keys into prompts or committed config files. | ✓Project metadata, deployment logs, and analytics are processed by Alpic. End-user traffic to your deployed MCP apps is subject to Alpic platform terms. Store Alpic auth tokens in connector secrets, not in repositories. | ✓MCP tool results can expose account balance, instance IDs, model names, and deployment metadata. Provisioning requests are processed by Auxen.ai under its own data-handling and billing terms. Do not paste live API keys or OAuth tokens into public issues or shared chat logs. |
| Prerequisites |
|
|
|
|
| Install | | | | |
| Config | | | | |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.