← Registry

eCommerce

hermesplant.com

An MCP server for a plant e-commerce store, offering product listings, checkout policies, and API key usage tracking.

x402 supported2 endpoints50 known toolsFirst detected July 6, 2026Last detected August 6, 2026

ENDPOINT 1

https://mcp.hermesplant.com/mcp

No auth detected

MCP server metadata

Name
Hermes Plant
Version
2.0.2
Capabilities
tools.listChanged

Known tools 25

freetier_status

Check a free API key's remaining monthly quota, reset date, and upgrade path.

Inferred read-only
list_products

List active products from the Hermes Plant catalog

Inferred read-only
get_product

Get a single product by slug

Inferred read-only
get_checkout_policies

Return legal policy URLs required before checkout

Inferred read-only
get_x402_manifest

Return the live x402 manifest with paid endpoint prices, Bazaar metadata, and buyer policy checks

Inferred read-only
start_checkout

Start a Stripe checkout session for a product slug

Inferred read-only
purchase_with_x402

Purchase a one-time product via x402 (returns 402 challenge or fulfillment JSON).

Potential side effects
action_safety_quick_gate

AI agent action safety quick gate ($0.01 over x402 or free-tier quota).

Inferred read-only
action_safety_run

Complete AI agent action safety workflow ($0.25 over x402 or free-tier quota): DestructGuard evidence, conditional ReviewQueue triage for high or critical risk, an honest decision, signed receipt, and 30-day status record.

Inferred read-only
submit_reviewqueue_request

Submit a command/action to the x402-paid ReviewQueue agent service.

Potential side effects
score_destructguard_command

Score a command/action with the x402-paid DestructGuard service.

Potential side effects
dealanalyzer_analyze

DealAnalyzer (x402-paid, $2.00): the flagship.

Inferred read-only
cashflowlens_analyze

CashflowLens (x402-paid, $0.20): deterministic NPV, IRR, XIRR, DCF valuation, MOIC/DPI/TVPI, and payback period from a cashflow series.

Inferred read-only
waterfall_distribute

WaterfallLens (x402-paid, $0.30): deterministic LP/GP distribution waterfall (return of capital, preferred, GP catch-up, carried-interest split) with the exact split, per-tier breakdown, LP MOIC, and effective carry %.

Inferred read-only
options_price

OptionLens (x402-paid, $0.30): deterministic Black-Scholes price and full Greeks (delta, gamma, vega, theta, rho) for European calls/puts, with dividend yield, intrinsic/time value, and moneyness.

Inferred read-only
bond_analyze

BondLens (x402-paid, $0.25): deterministic fixed-income and loan analytics.

Inferred read-only
portfolioguard_score

PortfolioGuard (x402-paid, $0.15): deterministic portfolio risk scoring from holdings — volatility, Sharpe, max drawdown, concentration (HHI), diversification, plus per-rule findings.

Inferred read-only
walletguard_score

WalletGuard (x402-paid, $0.10): deterministic wallet AML/compliance risk scorer.

Inferred read-only
emailguard_validate

EmailGuard (x402-paid, $0.02): deterministic email/contact quality scorer — validity, deliverability score, disposable/role/free classification, typo suggestion.

Potential side effects
emailguard_validate_batch

Validate up to 20 emails in one tool call — one deterministic verdict per record (validity, deliverability score, disposable/role/free classification, typo suggestion, canonical normalization).

Inferred read-only
mcp_risk_score

MCP Server Risk Analyzer (x402-paid, $0.05): score an MCP server manifest for security risk before install — destructive tools, over-broad scopes, weak auth, egress — with per-tool findings and fixes.

Inferred read-only
payment_policy_decide

Payment Policy Decision (x402-paid, $0.05): deterministic allow / deny / needs_review before your agent signs an x402 payment — checks resource binding, amount vs expected price, network, payTo, facilitator, replay readiness, PII leakage, and buyer spend limits, with evidence-backed findings.

Potential side effects
evidence_verify

Evidence Verification (x402-paid, $0.05): verify an agent-commerce evidence bundle before trusting a paid result — x402 challenge/receipt/policy-decision/service-response artifacts, endpoint and price binding, freshness, hashes, synthetic-proof leakage.

Inferred read-only
assurance_attest

Assurance Attest (x402-paid, $0.05): bind one x402 payment intent or MCP tool call to a canonical HMAC-signed record (binding hash, policy verdict, findings, optional settlement outcome).

Potential side effects
assurance_verify

Verify a Hermes-signed assurance record for free: recomputes the canonical hash (hermes-stable-json-v1 + SHA-256) and HMAC signature server-side and reports recordHashValid / signatureValid.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hermes-plant]
url = "https://mcp.hermesplant.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hermes-plant": {
      "type": "http",
      "url": "https://mcp.hermesplant.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hermes-plant
Remote MCP URL: https://mcp.hermesplant.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hermes-plant": {
      "url": "https://mcp.hermesplant.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hermes-plant": {
      "type": "http",
      "url": "https://mcp.hermesplant.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hermes-plant",
  "transport": "streamable-http",
  "url": "https://mcp.hermesplant.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://hermesplant.com/mcp

No auth detected

MCP server metadata

Name
Hermes Plant
Version
2.0.2
Capabilities
tools.listChanged

Known tools 25

freetier_status

Check a free API key's remaining monthly quota, reset date, and upgrade path.

Inferred read-only
list_products

List active products from the Hermes Plant catalog

Inferred read-only
get_product

Get a single product by slug

Inferred read-only
get_checkout_policies

Return legal policy URLs required before checkout

Inferred read-only
get_x402_manifest

Return the live x402 manifest with paid endpoint prices, Bazaar metadata, and buyer policy checks

Inferred read-only
start_checkout

Start a Stripe checkout session for a product slug

Inferred read-only
purchase_with_x402

Purchase a one-time product via x402 (returns 402 challenge or fulfillment JSON).

Potential side effects
action_safety_quick_gate

AI agent action safety quick gate ($0.01 over x402 or free-tier quota).

Inferred read-only
action_safety_run

Complete AI agent action safety workflow ($0.25 over x402 or free-tier quota): DestructGuard evidence, conditional ReviewQueue triage for high or critical risk, an honest decision, signed receipt, and 30-day status record.

Inferred read-only
submit_reviewqueue_request

Submit a command/action to the x402-paid ReviewQueue agent service.

Potential side effects
score_destructguard_command

Score a command/action with the x402-paid DestructGuard service.

Potential side effects
dealanalyzer_analyze

DealAnalyzer (x402-paid, $2.00): the flagship.

Inferred read-only
cashflowlens_analyze

CashflowLens (x402-paid, $0.20): deterministic NPV, IRR, XIRR, DCF valuation, MOIC/DPI/TVPI, and payback period from a cashflow series.

Inferred read-only
waterfall_distribute

WaterfallLens (x402-paid, $0.30): deterministic LP/GP distribution waterfall (return of capital, preferred, GP catch-up, carried-interest split) with the exact split, per-tier breakdown, LP MOIC, and effective carry %.

Inferred read-only
options_price

OptionLens (x402-paid, $0.30): deterministic Black-Scholes price and full Greeks (delta, gamma, vega, theta, rho) for European calls/puts, with dividend yield, intrinsic/time value, and moneyness.

Inferred read-only
bond_analyze

BondLens (x402-paid, $0.25): deterministic fixed-income and loan analytics.

Inferred read-only
portfolioguard_score

PortfolioGuard (x402-paid, $0.15): deterministic portfolio risk scoring from holdings — volatility, Sharpe, max drawdown, concentration (HHI), diversification, plus per-rule findings.

Inferred read-only
walletguard_score

WalletGuard (x402-paid, $0.10): deterministic wallet AML/compliance risk scorer.

Inferred read-only
emailguard_validate

EmailGuard (x402-paid, $0.02): deterministic email/contact quality scorer — validity, deliverability score, disposable/role/free classification, typo suggestion.

Potential side effects
emailguard_validate_batch

Validate up to 20 emails in one tool call — one deterministic verdict per record (validity, deliverability score, disposable/role/free classification, typo suggestion, canonical normalization).

Inferred read-only
mcp_risk_score

MCP Server Risk Analyzer (x402-paid, $0.05): score an MCP server manifest for security risk before install — destructive tools, over-broad scopes, weak auth, egress — with per-tool findings and fixes.

Inferred read-only
payment_policy_decide

Payment Policy Decision (x402-paid, $0.05): deterministic allow / deny / needs_review before your agent signs an x402 payment — checks resource binding, amount vs expected price, network, payTo, facilitator, replay readiness, PII leakage, and buyer spend limits, with evidence-backed findings.

Potential side effects
evidence_verify

Evidence Verification (x402-paid, $0.05): verify an agent-commerce evidence bundle before trusting a paid result — x402 challenge/receipt/policy-decision/service-response artifacts, endpoint and price binding, freshness, hashes, synthetic-proof leakage.

Inferred read-only
assurance_attest

Assurance Attest (x402-paid, $0.05): bind one x402 payment intent or MCP tool call to a canonical HMAC-signed record (binding hash, policy verdict, findings, optional settlement outcome).

Potential side effects
assurance_verify

Verify a Hermes-signed assurance record for free: recomputes the canonical hash (hermes-stable-json-v1 + SHA-256) and HMAC signature server-side and reports recordHashValid / signatureValid.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hermes-plant]
url = "https://hermesplant.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hermes-plant": {
      "type": "http",
      "url": "https://hermesplant.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hermes-plant
Remote MCP URL: https://hermesplant.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hermes-plant": {
      "url": "https://hermesplant.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hermes-plant": {
      "type": "http",
      "url": "https://hermesplant.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hermes-plant",
  "transport": "streamable-http",
  "url": "https://hermesplant.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for hermesplant.com was fetched 2026-08-03T13:16:35.330Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.