Skip to main content
mcpSource-backedReview first Safety Privacy

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.

HarnessClaude CodeCodexCursorClaude Desktop
Review first review before installing

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
Collection metadata
Estimated setup
5 minutes
Difficulty
beginner
Tool listing metadata
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)

  1. Add a custom connector under Settings → Connectors.
  2. Enter https://calculator.delega.ai/mcp.
  3. 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.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/mcp/delega-ai-for-aws-pricing-calculator-mcp-server.svg)](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.

Fielddelega.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 riskReview firstReview firstReview firstReview first
Notes Safety Privacy Safety Privacy Safety Privacy Safety Privacy
Categorymcpmcpmcpmcp
Sourcesource-backedsource-backedsource-backedsource-backed
AuthorDelegaRavi Kiran VallamkondaAlpicAuxen AI
Added2026-06-142026-06-062026-06-142026-06-14
Platforms
Claude CodeCodexCursorClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Source repo
Safety notesCost 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 notesArchitecture 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
  • 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.
  • Python 3.10 or newer and pipx, pip, or uv.
  • AWS CLI installed with one or more approved profiles.
  • IAM permissions for ce:GetCostAndUsage, budgets:ViewBudget, ec2:DescribeInstances, ec2:DescribeVolumes, ec2:DescribeAddresses, and sts:GetCallerIdentity.
  • Cost allocation tags activated in AWS when tag-based cost filtering is required.
  • Alpic account with at least one MCP project deployed on Alpic cloud.
  • Claude or another MCP client with streamable HTTP connector support.
  • Authentication to Alpic (API key or OAuth depending on connector setup).
  • Understanding that this server manages Alpic-hosted projects, not arbitrary third-party MCP URLs.
  • Auxen.ai account with billing enabled for production instance provisioning.
  • Claude Pro, Team, or Enterprise with Connectors support, or another MCP client with remote HTTP connectors.
  • OAuth 2.1 + PKCE flow support in your MCP client, or an Auxen API key prefixed with auxen_live_ or auxen_test_.
  • Understanding that provision_model and destroy_instance are destructive and may incur GPU charges.
Install
claude mcp add --transport http delega https://calculator.delega.ai/mcp
pipx install aws-finops-mcp-server
claude mcp add --transport http alpic https://mcp.alpic.ai
claude mcp add --transport http auxen https://api.auxen.ai/mcp
Config
{
  "mcpServers": {
    "delega": {
      "url": "https://calculator.delega.ai/mcp",
      "type": "http"
    }
  }
}
{
  "mcpServers": {
    "aws_finops": {
      "command": "aws-finops-mcp-server",
      "args": [],
      "env": {
        "AWS_PROFILE": "<least-privilege-profile>",
        "AWS_REGION": "<default-region>"
      }
    }
  }
}
{
  "mcpServers": {
    "alpic": {
      "url": "https://mcp.alpic.ai",
      "type": "http",
      "headers": {
        "Authorization": "Bearer YOUR_ALPIC_TOKEN"
      }
    }
  }
}
{
  "mcpServers": {
    "auxen": {
      "url": "https://api.auxen.ai/mcp",
      "type": "http",
      "headers": {
        "Authorization": "Bearer auxen_live_YOUR_KEY"
      }
    }
  }
}
Citations
ClaimUnclaimedUnclaimedUnclaimedUnclaimed

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.