CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
delega avatar

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 →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

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
queriesarray
Search terms such as EC2, RDS, Lambda.
regionstring
AWS region code such as us-east-1.
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
columnSelectorIdstring
IPM column selectorId. Required for IPM (instanceMatrix) fields.
componentstring
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 wit...
namestring
querystring
workspace_idstring
Workspace identifier returned by create_estimate.
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
groupsarray
Optional. Organizes services into named SPA service groups. Only use for 10+ service estimates or when the user explicitly requests grouping.
titlestring
Optional workspace title. Falls back to the existing workspace title or workspace id.
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
aws_urlstring
A calculator.aws share URL to resolve back to its saved estimate.
customerstring
Customer name to match (partial, case-insensitive).
funding_request_statusstring
Filter by funding request status.one of none · submitted · approved · rejected
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.
review_statusstring
Filter by review workflow status.one of draft · needs_review · approved · sent_to_customer · archived
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).
servicestring
AWS service name to match, such as EC2 or RDS.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Categories
Cloud & Infrastructure
Registryactive
TransportHTTP
UpdatedMay 25, 2026
Open website

Related Cloud & Infrastructure MCP Servers

View all →
app.netlify.gleaming-cassata-d41682 avatar
LION - Trend Intent MCP + Marketplace Visibility Audit

app.netlify.gleaming-cassata-d41682/lion-mcp

x402-paid MCP data: trend feed + visibility audit. USDC/Base. No API key. No PII.
app.vercel.agent-svg-registry avatar
Agent SVG Registry

app.vercel.agent-svg-registry/mcp

Search SVG metadata and buy licensed commercial SVG exports for coding agents.
asklokesh avatar
Azure

asklokesh/azure-mcp-server

MCP server for Azure API integration
broisnischal avatar
Azure Boards MCP

broisnischal/azure-mcp

Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
chuhuoyuan avatar
Cloudflare Docs

chuhuoyuan/cloudflare

Search Cloudflare documentation across Workers, Pages, R2, Zero Trust, and more. Generate best-practice Workers code and accelerate troubleshooting with relevant guidance. Follow clear steps to migrate Pages projects to Workers with fewer pitfalls.
com.wiselyenterprisesllc avatar
Wisely x402 Agent-Payment Infrastructure

com.wiselyenterprisesllc/x402-agent-payment-infrastructure

Self-facilitated x402/MCP payments for hosted endpoints, rail proofs, receipts, and agents.