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

Deploy

nometria/claude-code-plugin
11 toolsauthSTDIOregistry active
Summary

Connects Claude to Nometria's deployment platform with 7 MCP tools for shipping to AWS, Google Cloud, Azure, DigitalOcean, Hetzner, and Vercel. Exposes operations for authentication, config initialization, production deploys, staging previews with 2-hour free hosting, status checks, log streaming, and app listing. Available as a Claude Code plugin, standalone MCP server via npx, or slash commands generated into your project. Handles auth through API keys from nometria.com either as environment variables or via the login tool. Useful when you want Claude to deploy directly without leaving the conversation or switching to a terminal.

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
get_deploy_instructionsUse this when you are about to call deploy_app in order to get the deployment constraints and hard rules. You must call this tool before starting to generate any code. This tool returns instructions only and does not deploy anything.

Use this when you are about to call deploy_app in order to get the deployment constraints and hard rules. You must call this tool before starting to generate any code. This tool returns instructions only and does not deploy anything.

No parameter schema in public metadata yet.

deploy_appUse this when the user asks to deploy or publish a website or web app and wants a public URL. Before generating files or calling this tool, you must call get_deploy_instructions and follow its constraints.9 params

Use this when the user asks to deploy or publish a website or web app and wants a public URL. Before generating files or calling this tool, you must call get_deploy_instructions and follow its constraints.

Parameters* required
filesarray
Files to write. NEW APPS: only custom files + diffs to template files. UPDATES: only changed files using diffs[]. At least one of files[] or deletePaths[] required.
modelstring
The coding agent model used for this deployment, to the best of your knowledge. Examples: 'codex-5.3', 'chatgpt', 'opus 4.6', 'claude-sonnet-4-5', 'gemini-2.5-pro'
app_idvalue
existing app id to update, or null for new app
intentstring
The intent of this deployment. User-initiated examples: 'initial app deploy', 'bugfix - ui is too noisy'. Agent-initiated examples: 'agent fixing deployment error', 'agent retry after lint failure'
app_namestring
short display name
app_typestring
app architecture: frontend-only or frontend+backendone of frontend-only · frontend+backend
deletePathsarray
Paths to delete. ONLY for updates (app_id required). Cannot delete package.json or framework entry points.
descriptionstring
short description of what the app does
frontend_templatevalue
REQUIRED when app_id is null. One of: 'html-static' (simple sites), 'react-vite' (SPAs, games), 'nextjs-static' (multi-page). Template files auto-included.
get_app_templateCall get_deploy_instructions first. Then call this once you've decided app_type and frontend_template. Returns base app template and SDK types. Template files auto-included in deploy_app.2 params

Call get_deploy_instructions first. Then call this once you've decided app_type and frontend_template. Returns base app template and SDK types. Template files auto-included in deploy_app.

Parameters* required
app_typestring
one of frontend-only · frontend+backend
frontend_templatestring
Frontend framework: 'html-static' - Simple sites, minimal framework; 'react-vite' - React SPAs, dashboards, games; 'nextjs-static' - Multi-page apps, SSGone of html-static · react-vite · nextjs-static
get_app_statusUse this when deploy_app tool call returns or when the user asks to check the deployment status of an app, or reports that the app has errors or is not working as expected. Returns deployment status (in-progress: 'deploying'/'deleting', terminal: 'ready'/'failed'/'deleted'), Q...2 params

Use this when deploy_app tool call returns or when the user asks to check the deployment status of an app, or reports that the app has errors or is not working as expected. Returns deployment status (in-progress: 'deploying'/'deleting', terminal: 'ready'/'failed'/'deleted'), Q...

Parameters* required
sinceinteger
Optional timestamp in epoch milliseconds to filter errors. When provided, returns only errors since that timestamp.
app_idstring
Target app id
delete_appUse this when you want to permanently delete an app. Use only on explicit user request. This is irreversible; after deletion, status checks will return not found.1 params

Use this when you want to permanently delete an app. Use only on explicit user request. This is irreversible; after deletion, status checks will return not found.

Parameters* required
app_idstring
Target app id
get_app_versionsList deployable versions for an existing app. Requires app_id. Returns newest-first {name, version, timestamp} items. Display 'name' to users. DO NOT display the 'version' value to users. Timestamp values MUST be converted to user's local time1 params

List deployable versions for an existing app. Requires app_id. Returns newest-first {name, version, timestamp} items. Display 'name' to users. DO NOT display the 'version' value to users. Timestamp values MUST be converted to user's local time

Parameters* required
app_idstring
Target app id
apply_app_versionStart deploying an existing app at a specific version. Use the 'version' value (not 'name') from get_app_versions. Returns true if accepted and deployment started; use get_app_status to observe completion.2 params

Start deploying an existing app at a specific version. Use the 'version' value (not 'name') from get_app_versions. Returns true if accepted and deployment started; use get_app_status to observe completion.

Parameters* required
app_idstring
Target app id
versionstring
Version id to apply
src_globUse this when you need to discover files in an app's source snapshot. Returns file paths matching a glob pattern (no content). Useful for exploring project structure before reading or searching files.6 params

Use this when you need to discover files in an app's source snapshot. Returns file paths matching a glob pattern (no content). Useful for exploring project structure before reading or searching files.

Parameters* required
globstring
Glob pattern to match files (default: **/*)default: **/*
pathstring
Directory path to search within
app_idstring
Target app id
versionstring
Version to inspect (defaults to applied version)
include_dirsboolean
Include directory paths in resultsdefault: false
continuation_tokenstring
Token from previous response for pagination
src_grepUse this when you need to search for patterns in an app's source code. Returns matching lines with optional context. Supports regex patterns, glob filters, and multiple output modes.13 params

Use this when you need to search for patterns in an app's source code. Returns matching lines with optional context. Supports regex patterns, glob filters, and multiple output modes.

Parameters* required
globstring
Glob pattern to filter files (e.g., '*.ts')
pathstring
Directory path to search within
app_idstring
Target app id
contextinteger
Lines before and after (overrides before/after_context)
patternstring
Regex pattern to search for (max 500 chars)
versionstring
Version to search (defaults to applied version)
output_modestring
content=matching lines, files_with_matches=file paths only, count=match count per fileone of content · files_with_matches · countdefault: content
line_numbersboolean
Include line numbers in outputdefault: true
after_contextinteger
Lines to show after each match (0-20)default: 0
max_file_sizeinteger
Max file size to scan in bytes (default 10MB)
before_contextinteger
Lines to show before each match (0-20)default: 0
case_insensitiveboolean
Enable case-insensitive matchingdefault: false
continuation_tokenstring
Token from previous response for pagination
src_readUse this when you need to read a specific file from an app's source snapshot. Returns file content with line-based pagination (offset/limit). Handles both text and binary files.5 params

Use this when you need to read a specific file from an app's source snapshot. Returns file content with line-based pagination (offset/limit). Handles both text and binary files.

Parameters* required
limitinteger
Number of lines to return (max 2000)default: 200
app_idstring
Target app id
offsetinteger
Line offset to start reading from (0-indexed)default: 0
versionstring
Version to read from (defaults to applied version)
file_pathstring
Path to the file to read
get_appsUse this when you need to list apps owned by the current user. Returns app details with display fields for user presentation and data fields for tool chaining.1 params

Use this when you need to list apps owned by the current user. Returns app details with display fields for user presentation and data fields for tool chaining.

Parameters* required
continuation_tokenstring
Token for pagination

@nometria-ai/claude-code

Deploy any project to any cloud directly from Claude Code.

Install

Option 1: Plugin (recommended)

# Install as a Claude Code plugin (includes MCP server + skills)
/plugin marketplace add nometria/claude-code-plugin
/plugin install nometria

Option 2: MCP server

# Add MCP server to Claude Code
claude mcp add nometria -- npx -y @nometria-ai/claude-code

# If you use nvm/fnm/volta and the above fails, use:
claude mcp add nometria -- /bin/sh -c '. "${NVM_DIR:-$HOME/.nvm}/nvm.sh" 2>/dev/null; exec npx -y @nometria-ai/claude-code'

Option 3: Slash commands only

# Generate slash commands + AI tool configs in your project
npx @nometria-ai/nom setup

MCP Tools

ToolDescription
nometria_loginAuthenticate with your API key
nometria_initCreate nometria.json config
nometria_deployDeploy to production
nometria_previewCreate staging preview (free, 2hr)
nometria_statusCheck deployment status
nometria_logsView deployment logs
nometria_list_appsList all your apps

Slash Commands

After running setup, these are available in Claude Code:

  • /deploy - Deploy to production
  • /preview - Create staging preview
  • /status - Check deployment status
  • /nometria-login - Authenticate

Quick Start

> Use nometria_login with key nometria_sk_...
> Use nometria_init to set up this project
> Use nometria_deploy to ship it

Authentication

Get an API key at nometria.com/settings/api-keys.

# Option 1: Set env var
export NOMETRIA_API_KEY=nometria_sk_...

# Option 2: Use the login tool
# Claude Code will call nometria_login for you

Supported Platforms

AWS, Google Cloud, Azure, DigitalOcean, Hetzner, Vercel

Also Available

  • CLI: npx @nometria-ai/nom deploy - npm
  • VS Code: Search "Nometria" in extensions
  • Cursor: Auto-rules via .cursor/rules/

License

MIT

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 →

Configuration

NOMETRIA_API_KEYsecret

Your Nometria API key (get one at https://ownmy.app/settings/api-keys)

Registryactive
Package@nometria-ai/claude-code
TransportSTDIO
AuthRequired
UpdatedApr 4, 2026
View on GitHub