CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

delega.ai for AWS Pricing Calculator

ai.delega/aws-pricing-calculator
11 toolsHTTPregistry active
Summary

This server lets Claude generate AWS cost estimates and produce shareable Pricing Calculator URLs without leaving the conversation. You'd reach for this when architecting solutions and need quick ballpark costs for EC2 instances, RDS databases, S3 storage, or other AWS services. Instead of context switching to the AWS Pricing Calculator web interface, you can describe your infrastructure requirements in natural language and get back both cost breakdowns and persistent calculator links you can share with clients or teammates. Useful during discovery calls, proposal writing, or any time you need to validate whether a cloud architecture fits within budget constraints.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

11 tools
create_estimateCreate a new isolated calculator workspace and return its workspace_id. Use this before stateful calculator tools. Each workspace_id is scoped to the authenticated account.1 params

Create a new isolated calculator workspace and return its workspace_id. Use this before stateful calculator tools. Each workspace_id is scoped to the authenticated account.

Parameters* required
titlestring
Optional human-readable title to remember for later saves.
search_servicesSearch for AWS services by name or description. Returns matches ranked by relevance. Use this to discover the correct serviceCode(s) before calling add_services. Pass all queries in one call for multi-service estimates. When region is provided, results include a regionWarning...2 params

Search for AWS services by name or description. Returns matches ranked by relevance. Use this to discover the correct serviceCode(s) before calling add_services. Pass all queries in one call for multi-service estimates. When region is provided, results include a regionWarning...

Parameters* required
regionstring
AWS region code such as us-east-1.
queriesarray
Search terms such as EC2, RDS, Lambda.
add_servicesRequires workspace_id. Add one or more services to the estimate. Returns the full list of configurable fields for each. Always call search_services first to obtain the exact `serviceCode` and `components[]`. For IPM / instanceMatrix fields, inline option lists in the returned...2 params

Requires workspace_id. Add one or more services to the estimate. Returns the full list of configurable fields for each. Always call search_services first to obtain the exact `serviceCode` and `components[]`. For IPM / instanceMatrix fields, inline option lists in the returned...

Parameters* required
servicesarray
workspace_idstring
Workspace identifier returned by create_estimate.
set_service_fieldsRequires workspace_id. Set field values on one or more services in the estimate. Applies updates sequentially in array order. Each update sees the state produced by prior updates in the same call. Use this to batch normal estimate edits while still getting per-target validatio...2 params

Requires workspace_id. Set field values on one or more services in the estimate. Applies updates sequentially in array order. Each update sees the state produced by prior updates in the same call. Use this to batch normal estimate edits while still getting per-target validatio...

Parameters* required
updatesarray
workspace_idstring
Workspace identifier returned by create_estimate.
describe_servicesRe-read current fields, values, types, and hints for one or more services. Use after many turns or to verify before saving. For composites, omit component to inspect all current components under that name. For IPM / instanceMatrix fields, inline option lists are contextual and...2 params

Re-read current fields, values, types, and hints for one or more services. Use after many turns or to verify before saving. For composites, omit component to inspect all current components under that name. For IPM / instanceMatrix fields, inline option lists are contextual and...

Parameters* required
targetsarray
workspace_idstring
Workspace identifier returned by create_estimate.
rename_servicesRename one or more services (and their composite groups, if applicable). Each target must include newName. Targets are processed independently — partial success is allowed.2 params

Rename one or more services (and their composite groups, if applicable). Each target must include newName. Targets are processed independently — partial success is allowed.

Parameters* required
targetsarray
workspace_idstring
Workspace identifier returned by create_estimate.
remove_servicesRemove one or more services from the estimate. Pass component to remove just one component when the service is composite; omit it to remove the whole service. Targets are processed independently — partial success is allowed. This action is destructive.2 params

Remove one or more services from the estimate. Pass component to remove just one component when the service is composite; omit it to remove the whole service. Targets are processed independently — partial success is allowed. This action is destructive.

Parameters* required
targetsarray
workspace_idstring
Workspace identifier returned by create_estimate.
list_field_optionsRequires workspace_id. Get valid options for a large IPM column, EC2 instance types, or a large plain dropdown. Use this when add_services or describe_services shows "use list_field_options" for a field or IPM column. Also use it for small IPM option sets when you want alterna...7 params

Requires workspace_id. Get valid options for a large IPM column, EC2 instance types, or a large plain dropdown. Use this when add_services or describe_services shows "use list_field_options" for a field or IPM column. Also use it for small IPM option sets when you want alterna...

Parameters* required
namestring
querystring
fieldIdstring
filtersobject
Flat {columnSelectorId: value} map of neighboring IPM column constraints (e.g., {"TermType":"Reserved","Deployment Option":"Multi-AZ"}). Only options that actually exist in pricing aggregations with those sibling values are returned.
componentstring
workspace_idstring
Workspace identifier returned by create_estimate.
columnSelectorIdstring
IPM column selectorId. Required for IPM (instanceMatrix) fields.
save_estimateRequires workspace_id. Persist all configured services to calculator.aws and return the shareable estimate URL with a validated cost summary. Cost fields: 'costs.monthly' is steady-state monthly, 'costs.upfront' is one-time charges (e.g. Reserved Instance upfront), 'costs.annu...3 params

Requires workspace_id. Persist all configured services to calculator.aws and return the shareable estimate URL with a validated cost summary. Cost fields: 'costs.monthly' is steady-state monthly, 'costs.upfront' is one-time charges (e.g. Reserved Instance upfront), 'costs.annu...

Parameters* required
titlestring
Optional workspace title. Falls back to the existing workspace title or workspace id.
groupsarray
Optional. Organizes services into named SPA service groups. Only use for 10+ service estimates or when the user explicitly requests grouping.
workspace_idstring
Workspace identifier returned by create_estimate.
load_estimateLoad an existing calculator.aws URL into a workspace. If workspace_id is omitted, a new isolated workspace is created automatically. Load an existing estimate from a calculator.aws URL into the workspace for editing. Returns a breakdown of services and cost (total and per serv...2 params

Load an existing calculator.aws URL into a workspace. If workspace_id is omitted, a new isolated workspace is created automatically. Load an existing estimate from a calculator.aws URL into the workspace for editing. Returns a breakdown of services and cost (total and per serv...

Parameters* required
urlstring
calculator.aws share URL.
workspace_idstring
Existing workspace identifier to replace. Omit to create a new workspace from the URL.
search_saved_estimatesSearch this account's saved AWS cost estimates by keyword, customer, service, region, review status, funding request status, or saved date, or resolve a calculator.aws share URL back to its saved estimate. Returns matching estimates with their services, regions, costs, and sta...10 params

Search this account's saved AWS cost estimates by keyword, customer, service, region, review status, funding request status, or saved date, or resolve a calculator.aws share URL back to its saved estimate. Returns matching estimates with their services, regions, costs, and sta...

Parameters* required
limitinteger
Maximum number of estimates to return. Defaults to 20.
querystring
Keyword search across estimate title, customer, opportunity, service names, and notes.
regionstring
AWS region code to match, such as us-east-1.
aws_urlstring
A calculator.aws share URL to resolve back to its saved estimate.
servicestring
AWS service name to match, such as EC2 or RDS.
customerstring
Customer name to match (partial, case-insensitive).
saved_afterstring
Only include estimates saved on or after this date (YYYY-MM-DD).
saved_beforestring
Only include estimates saved on or before this date (YYYY-MM-DD).
review_statusstring
Filter by review workflow status.one of draft · needs_review · approved · sent_to_customer · archived
funding_request_statusstring
Filter by funding request status.one of none · submitted · approved · rejected
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Cloud & Infrastructure
Registryactive
TransportHTTP
UpdatedMay 25, 2026
Open website

Related Cloud & Infrastructure MCP Servers

View all →
K8s

silenceper/mcp-k8s

Provides Kubernetes resource management and Helm operations via MCP for easy automation and LLM integration.
145
Containerization Assist

azure/containerization-assist

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support
41
AWS Builder

io.github.evozim/aws-builder

AWS CloudFormation and Terraform infrastructure blueprint builder.
Kubernetes

strowk/mcp-k8s-go

MCP server connecting to Kubernetes
381
Kubernetes

reza-gholizade/k8s-mcp-server

Provides a standardized MCP interface to interact with Kubernetes clusters, enabling resource management, metrics, logs, and events.
156
MCP Server Kubernetes

flux159/mcp-server-kubernetes

Provides unified Kubernetes management via MCP, enabling kubectl-like operations, Helm interactions, and observability.
1.4k