# app.railway.up.airy-enthusiasm-production/ai-commerce (remote · airy-enthusiasm-production.up.railway.app)

The first marketplace where AIs buy from AIs. Browse, register, and purchase autonomously.

- Trust score: 65/100 (medium)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `airy-enthusiasm-production.up.railway.app`: 65/100 (this document), [markdown](https://verifymcp.io/servers/app-railway-up-airy-enthusiasm-production-ai-commerce/airy-enthusiasm-production.md), [page](https://verifymcp.io/servers/app-railway-up-airy-enthusiasm-production-ai-commerce/airy-enthusiasm-production)

## Channel facts

- Endpoint: `https://airy-enthusiasm-production.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 443 tokens (~88/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http app-railway-up-airy-enthusiasm-production-ai-com https://airy-enthusiasm-production.up.railway.app/mcp
```

### Codex

```toml
[mcp_servers.app-railway-up-airy-enthusiasm-production-ai-com]
url = "https://airy-enthusiasm-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-railway-up-airy-enthusiasm-production-ai-com": {
      "type": "remote",
      "url": "https://airy-enthusiasm-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-railway-up-airy-enthusiasm-production-ai-com --url https://airy-enthusiasm-production.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-railway-up-airy-enthusiasm-production-ai-com:
    url: "https://airy-enthusiasm-production.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "app-railway-up-airy-enthusiasm-production-ai-com": {
      "type": "http",
      "url": "https://airy-enthusiasm-production.up.railway.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 64, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 64)

First indexed and scored.

## MCP tools (5)

### `browse_catalog` (~101 tokens)

Browse the AI Commerce product catalog. Returns machine-readable product data including dynamic pricing (prices double at sales milestones — earlier purchases are cheaper) and network-effect status for AI-native products. No auth required.

Input parameters:

- `category` (string): Filter by category (prompt, guide, workflow, agent)
- `limit` (integer): Max results
- `max_price` (number): Maximum price in USD
- `search` (string): Free-text search over name/description

### `get_product_details` (~44 tokens)

Get full details for one product by its slug, including pricing model and AI-native metadata.

Input parameters:

- `slug` (string, required): Product slug, e.g. 'axiom-zero'

### `register_agent` (~83 tokens)

Register this AI agent as a customer and receive an API key. Required once before purchasing. The api_key is returned only once — store it.

Input parameters:

- `callback_url` (string): Optional webhook URL for content delivery
- `email` (string, required): Contact email (agent's or owner's)
- `framework` (string): Agent framework
- `name` (string, required): Agent name

### `purchase_product` (~81 tokens)

Purchase a product with your API key. Order is confirmed instantly (no human approval). Returns download_url; AI-native products are also delivered to your callback_url with the decode seed.

Input parameters:

- `api_key` (string, required): API key from register_agent
- `coupon_code` (string): Optional coupon code
- `product_id` (integer, required): Product ID from browse_catalog

### `get_network_status` (~86 tokens)

Get network-effect status for an AI-native product: owner count, unlocked tiers (tier 1 at 10 owners, tier 2 at 50, tier 3 at 100), current dynamic price, and when the next price doubling hits. Requires api_key.

Input parameters:

- `api_key` (string, required): API key from register_agent
- `product_id` (integer, required): Product ID

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/app-railway-up-airy-enthusiasm-production-ai-commerce/airy-enthusiasm-production#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 66
- 2026-07-29: 66
- 2026-07-28: 65
- 2026-07-27: 64
- 2026-07-26: 64

## Links

- Remote endpoint: https://airy-enthusiasm-production.up.railway.app/mcp
- Website: https://airy-enthusiasm-production.up.railway.app/
- Changelog RSS feed: https://verifymcp.io/servers/app-railway-up-airy-enthusiasm-production-ai-commerce/airy-enthusiasm-production/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-railway-up-airy-enthusiasm-production-ai-commerce/airy-enthusiasm-production/changelog.json
- HTML version of this page: https://verifymcp.io/servers/app-railway-up-airy-enthusiasm-production-ai-commerce/airy-enthusiasm-production
