Nometria Deploy

Created By
nometria2 months ago
Deploy any app to any cloud. 20 MCP tools for deployments, previews, and instance management. Supports AWS, GCP, Azure, and more via Nometria.
Overview

@nometria-ai/claude-code

Deploy any project to any cloud directly from Claude Code.

Install

# 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

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 ownmy.app/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 deploynpm
  • VS Code: Search "Nometria" in extensions
  • Cursor: Auto-rules via .cursor/rules/

License

MIT

Server Config

{
  "mcpServers": {
    "nometria": {
      "command": "npx",
      "args": [
        "-y",
        "@nometria-ai/claude-code"
      ],
      "env": {
        "NOMETRIA_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
nometria
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Gpt Scrambler

2 days ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

2 hours ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago