# corpusAI Cloud Pricing (remote · cloud.trycorpus.ai)

Cloud spot, on-demand, reserved and GPU rental prices with index fixings, paid per call over x402.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `cloud.trycorpus.ai`: 70/100 (this document), [markdown](https://verifymcp.io/servers/jtraversa-corpus-cloud-pricing-mcp/cloud.md), [page](https://verifymcp.io/servers/jtraversa-corpus-cloud-pricing-mcp/cloud)
- npm · `corpus-cloud-pricing-mcp`: 63/100, [markdown](https://verifymcp.io/servers/jtraversa-corpus-cloud-pricing-mcp/corpus-cloud-pricing-mcp.md), [page](https://verifymcp.io/servers/jtraversa-corpus-cloud-pricing-mcp/corpus-cloud-pricing-mcp)

## Channel facts

- Endpoint: `https://cloud.trycorpus.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.5`

## 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-09-27.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 70/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 5836 tokens (~171/item across 34 items; 34 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 1 day we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions.
- **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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 34 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 35 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the corpusAI Cloud Pricing MCP server?

corpusAI Cloud Pricing is a hosted endpoint at https://cloud.trycorpus.ai/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http jtraversa-corpus-cloud-pricing-mcp 'https://cloud.trycorpus.ai/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "jtraversa-corpus-cloud-pricing-mcp": {
      "url": "https://cloud.trycorpus.ai/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "jtraversa-corpus-cloud-pricing-mcp": {
      "type": "http",
      "url": "https://cloud.trycorpus.ai/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.jtraversa-corpus-cloud-pricing-mcp]
url = "https://cloud.trycorpus.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jtraversa-corpus-cloud-pricing-mcp": {
      "type": "remote",
      "url": "https://cloud.trycorpus.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jtraversa-corpus-cloud-pricing-mcp --url 'https://cloud.trycorpus.ai/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  jtraversa-corpus-cloud-pricing-mcp:
    url: "https://cloud.trycorpus.ai/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "jtraversa-corpus-cloud-pricing-mcp": {
      "Transport": "http",
      "Url": "https://cloud.trycorpus.ai/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add jtraversa-corpus-cloud-pricing-mcp -t streamable-http -u 'https://cloud.trycorpus.ai/mcp'
```

### Other

```json
{
  "mcpServers": {
    "jtraversa-corpus-cloud-pricing-mcp": {
      "type": "http",
      "url": "https://cloud.trycorpus.ai/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-09-27 (score 70, −1)

- [security regression] Stability: unverified → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.0
- [security regression] Tool “spot_snapshot_all” was removed
- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “capacity_headline” rewrote its description, which is the text the model reads
- [security] Tool “capacity_stress” rewrote its description, which is the text the model reads
- [security] Tool “catalog” rewrote its description, which is the text the model reads
- [security] Tool “gpu_models” rewrote its description, which is the text the model reads
- [security] Tool “gpu_quotes” rewrote its description, which is the text the model reads
- [security] Tool “health” rewrote its description, which is the text the model reads
- [security] Tool “index_fixing” rewrote its description, which is the text the model reads
- [security] Tool “index_tickers” rewrote its description, which is the text the model reads
- [security] Tool “instances” rewrote its description, which is the text the model reads
- [security] Tool “ondemand” rewrote its description, which is the text the model reads
- [security] Tool “reserved” rewrote its description, which is the text the model reads
- [security] Tool “status” rewrote its description, which is the text the model reads
- [security] Tool “term_instance” rewrote its description, which is the text the model reads
- [security] Tool “tokens_models” rewrote its description, which is the text the model reads
- [cosmetic] “capacity_history” reworded the description of “gpu”
- [cosmetic] “capacity_stress” reworded the description of “gpu”
- [cosmetic] “gpu_index” reworded the description of “gpu”
- [cosmetic] “gpu_quotes” reworded the description of “gpu”
- [cosmetic] “gpu_quotes” reworded the description of “market”
- [cosmetic] “gpu_quotes” reworded the description of “provider”
- [cosmetic] “term” reworded the description of “gpu”
- [cosmetic] Tool “azure_eviction” changed its title: azure eviction → Azure eviction rates
- [cosmetic] Tool “capacity_board” changed its title: capacity board → Capacity stress board
- [cosmetic] Tool “capacity_headline” changed its title: capacity headline → Capacity stress headline
- [cosmetic] Tool “capacity_history” changed its title: capacity history → Capacity stress history
- [cosmetic] Tool “capacity_stress” changed its title: capacity stress → Capacity stress score
- [cosmetic] Tool “catalog” changed its title: catalog → Data catalog
- [cosmetic] Tool “gpu_index” changed its title: gpu index → GPU rental index
- [cosmetic] Tool “gpu_models” changed its title: gpu models → GPU models
- [cosmetic] Tool “gpu_quotes” changed its title: gpu quotes → GPU rental quotes
- [cosmetic] Tool “gpu_snapshot” changed its title: gpu snapshot → GPU market snapshot
- [cosmetic] Tool “health” changed its title: health → Service health
- [cosmetic] Tool “index_board” changed its title: index board → Index board
- [cosmetic] Tool “index_fixing” changed its title: index fixing → Index fixing
- [cosmetic] Tool “index_history” changed its title: index history → Index history
- [cosmetic] Tool “index_tickers” changed its title: index tickers → Index tickers
- [cosmetic] Tool “instances” changed its title: instances → Instance types in a region
- [cosmetic] Tool “ondemand” changed its title: ondemand → On-demand price history
- [cosmetic] Tool “ondemand_snapshot” changed its title: ondemand snapshot → Region on-demand snapshot
- [cosmetic] Tool “reserved” changed its title: reserved → Reserved price history
- [cosmetic] Tool “reserved_snapshot” changed its title: reserved snapshot → Region reserved snapshot
- [cosmetic] Tool “spot_daily” changed its title: spot daily → Daily spot history
- [cosmetic] Tool “spot_events” changed its title: spot events → Spot price events
- [cosmetic] Tool “spot_hourly” changed its title: spot hourly → Hourly spot bars
- [cosmetic] Tool “spot_latest” changed its title: spot latest → Current spot price per zone
- [cosmetic] Tool “spot_monthly” changed its title: spot monthly → Monthly spot history
- [cosmetic] Tool “spot_snapshot” changed its title: spot snapshot → Region spot snapshot
- [cosmetic] Tool “status” changed its title: status → Data freshness
- [cosmetic] Tool “term” changed its title: term → GPU term structure
- [cosmetic] Tool “term_instance” changed its title: term instance → Instance price ladder
- [cosmetic] Tool “tokens_board” changed its title: tokens board → LLM token board
- [cosmetic] Tool “tokens_fixing” changed its title: tokens fixing → LLM token fixing
- [cosmetic] Tool “tokens_history” changed its title: tokens history → LLM token history
- [cosmetic] Tool “tokens_models” changed its title: tokens models → LLM models with token prices
- [cosmetic] Tool “tokens_quotes” changed its title: tokens quotes → LLM token quotes

### 2026-09-26 (score 71)

First indexed and scored.

## MCP tools (34)

### `health` (~56 tokens)

Service health

Free. Liveness and store readiness. Returns 200 whenever the server is up. `ready` is false while the store is still ingesting after a restart; paid endpoints answer 503 (and take no payment) until it is true.

### `catalog` (~91 tokens)

Data catalog

Free. Providers, regions, coverage window and event counts. One row per (provider, region) with raw-event coverage (instance types, events, first/last event) and legacy-history coverage (daily and monthly date ranges), plus `sources`, the legend explaining every `source` value returned by /spot/daily and /spot/monthly. Use the `region` values here verbatim in every other call.

### `instances` (~191 tokens)

Instance types in a region

Free. Instance types available in a region. Exact type names with per-type coverage: raw events (`events`, `first_event`, `last_event`; zero/null for types that only exist in the legacy history) and legacy history ranges (`history_daily_from/to`, `history_monthly_from/to`). Optional `prefix` narrows the list (for example `c5.` or `n2-`).

Input parameters:

- `prefix` (string): Case-sensitive prefix filter on the type name.
- `provider` (string, required): Cloud provider. One of `aws`, `gcp`, `azure`.
- `region` (string, required): Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1

### `spot_events` (~397 tokens)

Spot price events

Paid (0.01 USDC per call). Raw spot price-change events for one instance type. Every price change for the type in the window, with exact timestamp, availability zone and product (OS). Sorted by time. Repeated identical prices are dropped by default (`include_repeats=true` keeps them). Up to `limit` rows; when `truncated` is true, continue with `from` = `next_from`.

Input parameters:

- `az` (string): Restrict to one availability zone / zone id (for example `use1-az1`). Default: all zones.
- `from` (string): Start of the window (inclusive), ISO 8601 UTC. Default: 7 days before `to`.
- `include_repeats` (boolean): Keep events whose price equals the previous event of the same (az, product) series. Default false.
- `instance` (string, required): Instance / machine / SKU type name exactly as listed by /instances (for example `c5.large`, `n2-standard-4`, `D2s_v5`). Example: c5.large
- `limit` (integer): Maximum rows to return (1 to 10000). Default 5000.
- `product` (string): Restrict to one product / OS string (for example `Linux/UNIX`, `Spot`, `Linux`). Default: all.
- `provider` (string, required): Cloud provider. One of `aws`, `gcp`, `azure`.
- `region` (string, required): Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1
- `to` (string): End of the window (exclusive), ISO 8601 UTC. Default: now.

### `spot_hourly` (~277 tokens)

Hourly spot bars

Paid (0.01 USDC per call). Hourly time-weighted OHLC bars for one instance type. Per-zone series are bucketed by UTC hour with time weighting (a price counts for as long as it was in force), then collapsed across zones: open/close/avg are the median across zones, high is the max, low is the min. Window is capped at 366 days.

Input parameters:

- `from` (string): Start of the window (inclusive), ISO 8601 UTC. Default: 30 days before `to`.
- `instance` (string, required): Instance / machine / SKU type name exactly as listed by /instances (for example `c5.large`, `n2-standard-4`, `D2s_v5`). Example: c5.large
- `provider` (string, required): Cloud provider. One of `aws`, `gcp`, `azure`.
- `region` (string, required): Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1
- `to` (string): End of the window (exclusive), ISO 8601 UTC. Default: now.

### `spot_daily` (~358 tokens)

Daily spot history

Paid (0.05 USDC per call). Full daily history for one instance type, all eras stitched. One row per UTC day from the earliest data for the type to now. Rows dated before the type's first raw event come from the legacy history (`source` = `pauley`: measured 2022-05 to 2024-01 AWS, open/high/low/close present on days the price moved; `titans`: daily average only, 2024 to 2026). Rows from `direct_from` on are time-weighted, zone-collapsed bars from the raw event store (`source` = `direct`, same method as /spot/hourly; `avg` equals the public dashboard value). open/high/low/close are null where the source only has an average.

Input parameters:

- `from` (string): Start of the window (inclusive), ISO 8601 UTC. Default: the earliest row for the type.
- `instance` (string, required): Instance / machine / SKU type name exactly as listed by /instances (for example `c5.large`, `n2-standard-4`, `D2s_v5`). Example: c5.large
- `provider` (string, required): Cloud provider. One of `aws`, `gcp`, `azure`.
- `region` (string, required): Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1
- `to` (string): End of the window (exclusive), ISO 8601 UTC. Default: now.

### `spot_monthly` (~412 tokens)

Monthly spot history

Paid (0.05 USDC per call). Full monthly history for one instance type, back to 2014 for legacy AWS types. Calendar months from the earliest data to now. `months` is the curated series: `uscisi-adjusted` months (2017 to 2022-04, AWS types with a stable correction factor, average only), then months rolled up from the daily series (`pauley`, `titans`, `direct`: `avg` = median of daily averages, open/close from the first/last day, high/low the extremes, `days` = days covered, `source` = the source covering most days). `archive` (AWS, default on) is the USC/ISI monthly dataset 2014-02 to 2023-12 as published, with open/high/low/close, for 51 legacy types: third-party, mixes OS products, provenance partly unverified; returned separately so it never silently blends into the curated series.

Input parameters:

- `from` (string): First month (inclusive), YYYY-MM-DD (use the 1st). Default: earliest.
- `include_archive` (boolean): Include the raw USC/ISI archive rows in `archive`. Default true.
- `instance` (string, required): Instance / machine / SKU type name exactly as listed by /instances (for example `c5.large`, `n2-standard-4`, `D2s_v5`). Example: c5.large
- `provider` (string, required): Cloud provider. One of `aws`, `gcp`, `azure`.
- `region` (string, required): Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1
- `to` (string): Last month (inclusive), YYYY-MM-DD. Default: latest.

### `spot_latest` (~239 tokens)

Current spot price per zone

Paid (0.01 USDC per call). Price currently in force per zone and product for one instance type. The most recent event of every (zone, product) series of the type, with its timestamp and age. A price is only meaningful while the provider still offers the type; AWS series older than ~10 days are likely retired, GCP/Azure reprice rarely so old timestamps are normal. For every type in a region at once use /spot/snapshot.

Input parameters:

- `instance` (string, required): Instance / machine / SKU type name exactly as listed by /instances (for example `c5.large`, `n2-standard-4`, `D2s_v5`). Example: c5.large
- `provider` (string, required): Cloud provider. One of `aws`, `gcp`, `azure`.
- `region` (string, required): Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1

### `spot_snapshot` (~180 tokens)

Region spot snapshot

Paid (0.10 USDC per call). Current price of every instance type, zone and product in a whole region, in one call. Bulk snapshot: the most recent event of every series in the region (about 6,000 rows for an AWS region), with timestamp and age per row. Same semantics as /spot/latest. Priced higher because one call returns the entire current price surface of the region.

Input parameters:

- `provider` (string, required): Cloud provider. One of `aws`, `gcp`, `azure`.
- `region` (string, required): Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1

### `ondemand` (~278 tokens)

On-demand price history

Paid (0.01 USDC per call). On-demand list-price history of one instance type. Change-point series: one row per day the on-demand (pay-as-you-go) hourly list price changed; `current` is the price in force. AWS: Linux, shared tenancy, from the AWS Price List API, refreshed weekly, since 2024-01 (every AWS region in /catalog). Azure: every Linux VM SKU from the public Retail Prices API, refreshed daily, since 2026-09-13 (every Azure region in /catalog). GCP: the TITANS-era series (2024 to 2026-08), not refreshed.

Input parameters:

- `instance` (string, required): Instance / machine / SKU type name exactly as listed by /instances (for example `c5.large`, `n2-standard-4`, `D2s_v5`). Example: c5.large
- `provider` (string, required): Cloud provider. One of `aws`, `gcp`, `azure`.
- `region` (string, required): Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1

### `ondemand_snapshot` (~120 tokens)

Region on-demand snapshot

Paid (0.10 USDC per call). Current on-demand list price of every instance type in a region.

Input parameters:

- `provider` (string, required): Cloud provider. One of `aws`, `gcp`, `azure`.
- `region` (string, required): Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1

### `reserved` (~340 tokens)

Reserved price history

Paid (0.01 USDC per call). Reserved / reservation price history of one instance type (AWS standard RIs 1y/3y no-upfront/all-upfront; Azure reservations 1y/3y). Effective hourly USD with any upfront amortized over the term, as change-point series per `ri_type` (`ri_1y_no_upfront_standard`, `ri_1y_all_upfront_standard`, `ri_3y_no_upfront_standard`, `ri_3y_all_upfront_standard`; GCP `cud_1y`, `cud_3y`). AWS: Linux, shared tenancy, history back to 2016 for the original three regions, weekly refresh from the AWS Price List API. Azure: all-upfront reservations from the public Retail Prices API, daily, since 2026-09-13. GCP: resource-based committed-use discounts from the Cloud Billing Catalog (vCPU, RAM and GPU commitment SKUs), daily, since 2026-09-13.

Input parameters:

- `instance` (string, required): Instance / machine / SKU type name exactly as listed by /instances (for example `c5.large`, `n2-standard-4`, `D2s_v5`). Example: c5.large
- `provider` (string): Provider: `aws` (default), `azure` or `gcp`.
- `region` (string, required): Region slug (for example `us-east-1`, `us-east` for Azure, `us-central1` for GCP). Example: us-east-1
- `ri_type` (string): Restrict to one ri_type.

### `reserved_snapshot` (~100 tokens)

Region reserved snapshot

Paid (0.10 USDC per call). Current reserved effective hourly price of every instance type and ri_type in a region (AWS or Azure).

Input parameters:

- `provider` (string): Provider: `aws` (default), `azure` or `gcp`.
- `region` (string, required): Region slug (for example `us-east-1`, `us-east` for Azure, `us-central1` for GCP). Example: us-east-1

### `gpu_models` (~70 tokens)

GPU models

Free. GPU models with rental quotes, and which providers quote them. Normalized model names (use verbatim as `gpu`), number of providers quoting each, quote counts, first/last snapshot day, the lowest observed USD per GPU-hour, and which hyperscaler spot instance families map to the model.

### `gpu_quotes` (~298 tokens)

GPU rental quotes

Paid (0.01 USDC per call). Latest rental quotes for one GPU model across neo-clouds, marketplaces and other clouds. One row per quote in each provider's latest daily snapshot: provider, market (`ondemand`, `spot` = interruptible, `bid` = marketplace minimum bid, `secure`/`community` = RunPod tiers), GPUs in the quoted unit, USD per GPU-hour, quoted unit price, region where the provider exposes one, and provider-specific detail in `extra` (marketplace host reliability, VRAM, stock status). Sources are each provider's public price feed or page (Vast.ai: the cheapest 64 offers per model, on-demand and bid); /gpu/models lists who quotes each model. Snapshots are taken several times a day.

Input parameters:

- `gpu` (string, required): Normalized GPU model from /gpu/models, e.g. `H100 SXM`, `H200`, `B200`, `A100 SXM 80GB`, `L40S`, `RTX 4090`. Example: H100 SXM
- `market` (string): Restrict to one market (`ondemand`, `spot`, `bid`, `secure`, `community`, `network`, `lease`, `executed`).
- `provider` (string): Restrict to one provider slug as listed by /gpu/models (for example `runpod`, `vast`, `lambda`).

### `gpu_index` (~212 tokens)

GPU rental index

Paid (0.05 USDC per call). Daily USD per GPU-hour index per provider and market for one GPU model, with hyperscaler spot legs. For each snapshot day and (provider, market): number of quotes and the lowest, median, mean and highest USD per GPU-hour. Rows with provider `aws-spot` or `gcp-spot` are computed from our own spot price events for the instance family that carries the GPU (time-weighted daily bar divided by GPUs per node, per region), so the neo-cloud market and hyperscaler spot are comparable in one series. Quote history starts 2026-09-13; hyperscaler spot legs reach back to the start of our event data.

Input parameters:

- `from` (string): First day (inclusive), YYYY-MM-DD. Default: earliest.
- `gpu` (string, required): Normalized GPU model from /gpu/models. Example: H100 SXM
- `to` (string): Last day (inclusive), YYYY-MM-DD. Default: latest.

### `gpu_snapshot` (~45 tokens)

GPU market snapshot

Paid (0.10 USDC per call). Every GPU model × provider × market: lowest and median USD per GPU-hour in the latest snapshot, plus hyperscaler spot per region.

### `status` (~56 tokens)

Data freshness

Free. Freshness of every data source. Per source: last successful snapshot or event, staleness in days, and the public URL it is read from. Use it to decide whether a fixing or quote is current before paying for it.

### `index_tickers` (~63 tokens)

Index tickers

Free. Every index ticker, its segment and definition. Tickers are CX.<MODEL>.<SEGMENT> (for example CX.H100SXM.NEO) or CX.<MODEL>.SPOT.<REGION>. Includes the segment membership lists and the methodology version.

### `index_fixing` (~186 tokens)

Index fixing

Paid (0.01 USDC per call). One day's fixing for a ticker: median USD per GPU-hour of eligible quotes, with low, high and count. Quote segments (MKT, AGG, NEO, INT, EXE, HYP) fix from that day's snapshots; the default day is the latest snapshot. SPOT fixes from the full UTC day of spot events, so the default is yesterday; SPOT composites carry per-region values and spread_vs_neo. See /methodology for eligibility and aggregation.

Input parameters:

- `day` (string): Fixing day, YYYY-MM-DD. Default: latest available.
- `ticker` (string, required): Ticker from /index/tickers, e.g. `CX.H100SXM.NEO` or `CX.H100SXM.SPOT.US-EAST-1`. Example: CX.H100SXM.NEO

### `index_history` (~152 tokens)

Index history

Paid (0.05 USDC per call). Daily fixings for a ticker over a date range. Quote segments start 2026-09-13. SPOT tickers reach back to the start of the spot series (AWS daily from 2022-05-31 for A100, V100, T4, A10; from 2023-07 for H100), each row carrying its data source.

Input parameters:

- `from` (string): First day, YYYY-MM-DD. Default: earliest.
- `ticker` (string, required): Ticker from /index/tickers. Example: CX.H100SXM.NEO
- `to` (string): Last day, YYYY-MM-DD. Default: today.

### `index_board` (~47 tokens)

Index board

Paid (0.10 USDC per call). Every ticker's fixing for one day in one call.

Input parameters:

- `day` (string): Fixing day, YYYY-MM-DD. Default: latest.

### `capacity_headline` (~75 tokens)

Capacity stress headline

Free. Capacity stress score per GPU model for the latest day, score only. Rounded score from 0 (slack) to 100 (tight) per GPU with at least two signals, tightest first, cached ten minutes. The components and their inputs are in the paid /capacity/stress and /capacity/board.

### `capacity_stress` (~176 tokens)

Capacity stress score

Paid (0.01 USDC per call). Capacity stress score, 0 (slack) to 100 (tight), for one GPU model on one day, with every component. Mean of the components available that day: availability (share of Shadeform and Lambda listings flagged available), ionet (deployable ÷ total units on io.net regional SKUs), supply (Vast on-demand offers vs the trailing 30-day median) and spot_ratio (hyperscaler SPOT fixing ÷ HYP fixing, 0.3 → 0 and 0.9 → 100). Each component carries its inputs.

Input parameters:

- `day` (string): YYYY-MM-DD; default latest.
- `gpu` (string, required): Normalized GPU model, e.g. `H100 SXM`. Example: H100 SXM

### `capacity_history` (~65 tokens)

Capacity stress history

Paid (0.05 USDC per call). Daily capacity stress scores for one GPU model.

Input parameters:

- `from` (string): YYYY-MM-DD.
- `gpu` (string, required): Normalized GPU model. Example: H100 SXM
- `to` (string): YYYY-MM-DD.

### `capacity_board` (~46 tokens)

Capacity stress board

Paid (0.10 USDC per call). Every GPU model's capacity stress score for one day, tightest first.

Input parameters:

- `day` (string): YYYY-MM-DD; default latest.

### `tokens_models` (~90 tokens)

LLM models with token prices

Free. Every LLM with a token price fixing, its ticker codes and today's price range. Canonical model slugs (for example `claude-sonnet-5`, `gpt-6-astra`, `llama-4-maverick`), their ticker codes, how many sources and hosts list them, and the min/max input and output price seen today. Also lists the frontier basket.

### `tokens_quotes` (~134 tokens)

LLM token quotes

Paid (0.01 USDC per call). Every listed price for one model on one day: each source and hosting provider, USD per million tokens. Rows from the OpenRouter catalog, OpenRouter per-host endpoints (Azure, Amazon Bedrock, Google, Together, DeepInfra, …), the LiteLLM price table and DeepInfra. Includes cache-read price and context length where known; variants such as batch tiers are marked in `extra.variant`.

Input parameters:

- `day` (string): YYYY-MM-DD; default latest.
- `model` (string, required): Canonical model slug from /tokens/models. Example: deepseek-v3

### `tokens_fixing` (~168 tokens)

LLM token fixing

Paid (0.01 USDC per call). One day's token price fixing for a ticker such as CX.TOK.CLAUDESONNET5.IN. Median across every source and host at the standard tier (batch and free variants excluded). `.IN` and `.OUT` are input and output USD per million tokens; `.BLEND` is (3·input + output) / 4. `CX.TOK.FRONTIER.<side>` is the median across the frontier basket listed by /tokens/models.

Input parameters:

- `day` (string): YYYY-MM-DD; default latest.
- `ticker` (string, required): CX.TOK.<MODELCODE>.IN | OUT | BLEND, or CX.TOK.FRONTIER.<side>. Example: CX.TOK.FRONTIER.BLEND

### `tokens_history` (~78 tokens)

LLM token history

Paid (0.05 USDC per call). Daily fixings for a token ticker, from the first snapshot (2026-09-14).

Input parameters:

- `from` (string): YYYY-MM-DD.
- `ticker` (string, required): Token ticker. Example: CX.TOK.FRONTIER.BLEND
- `to` (string): YYYY-MM-DD.

### `tokens_board` (~49 tokens)

LLM token board

Paid (0.10 USDC per call). Every model's input, output and blended fixing for one day, plus the frontier basket.

Input parameters:

- `day` (string): YYYY-MM-DD; default latest.

### `term_instance` (~273 tokens)

Instance price ladder

Paid (0.01 USDC per call). Price ladder for one instance type: spot, on-demand, 1-year and 3-year commitments, with discounts. Current prices from our series: spot median across zones (where spot events exist), on-demand list price, and reserved/reservation terms as effective hourly with upfront amortized. `discount_pct` is relative to on-demand. AWS carries four reserved terms (1y/3y × no/all upfront), Azure two (1y/3y all upfront), GCP two resource-based committed-use terms (`cud_1y`, `cud_3y`, no upfront).

Input parameters:

- `instance` (string, required): Instance / machine / SKU type name exactly as listed by /instances (for example `c5.large`, `n2-standard-4`, `D2s_v5`). Example: c5.large
- `provider` (string, required): Cloud provider. One of `aws`, `gcp`, `azure`.
- `region` (string, required): Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1

### `term` (~171 tokens)

GPU term structure

Paid (0.05 USDC per call). Term structure per hyperscaler for one GPU model, USD per GPU-hour: spot, on-demand, 1y, 3y. For each hyperscaler with a mapped instance family (see /gpu/models hyperscaler_spot_legs), the median across regions of each term's price divided by GPUs per node, with lo/hi across regions and the discount to on-demand. Answers "what does a committed H100 cost against spot and on-demand, per cloud". Neo-cloud commitment prices are quote-only and excluded.

Input parameters:

- `gpu` (string, required): Normalized GPU model with a hyperscaler mapping, e.g. `H100 SXM`, `A100 SXM 80GB`, `L4`, `T4`. Example: H100 SXM

### `azure_eviction` (~185 tokens)

Azure eviction rates

Paid (0.01 USDC per call). Azure spot eviction-rate history (28-day buckets, sampled daily). Daily samples of the eviction-rate bucket Azure reports per SKU (`0-5`, `5-10`, `10-15`, `15-20`, `20+` percent over the trailing 28 days). Collected daily since 2026-09-05; there is no history before the first sample.

Input parameters:

- `from` (string): First sample date (inclusive), YYYY-MM-DD. Default: earliest.
- `region` (string, required): Azure region slug: `us-east`, `us-west-2` or `eu-west`.
- `sku` (string): Optional SKU name (for example `D2s_v5`). Default: every SKU.
- `to` (string): Last sample date (inclusive), YYYY-MM-DD. Default: latest.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/jtraversa-corpus-cloud-pricing-mcp/cloud#diagnostics

## Score history

- 2026-09-27: 70
- 2026-09-26: 71

## Common questions

### What is the corpusAI Cloud Pricing MCP server?

corpusAI Cloud Pricing is an MCP server listed in the public MCP registry as io.github.JTraversa/corpus-cloud-pricing-mcp. Cloud spot, on-demand, reserved and GPU rental prices with index fixings, paid per call over x402. This page covers its hosted endpoint (https://cloud.trycorpus.ai/mcp).

### Is the corpusAI Cloud Pricing MCP server safe to use?

corpusAI Cloud Pricing scores 70 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the corpusAI Cloud Pricing MCP server expose?

corpusAI Cloud Pricing exposes 34 tools: health, catalog, instances, spot_events, spot_hourly, and 29 more. Their descriptions and schemas cost roughly 5,678 tokens of context every time the server is loaded.

### Does the corpusAI Cloud Pricing MCP server require authentication?

No. We connected to corpusAI Cloud Pricing without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the corpusAI Cloud Pricing MCP server still maintained?

corpusAI Cloud Pricing is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://cloud.trycorpus.ai/mcp
- Website: https://cloud.trycorpus.ai/docs
- Changelog RSS feed: https://verifymcp.io/servers/jtraversa-corpus-cloud-pricing-mcp/cloud.xml
- Changelog JSON feed: https://verifymcp.io/servers/jtraversa-corpus-cloud-pricing-mcp/cloud.json
- HTML version of this page: https://verifymcp.io/servers/jtraversa-corpus-cloud-pricing-mcp/cloud
