ScalePad
OCI · GHCR.IO/WYRE-TECHNOLOGY/SCALEPAD-MCP:V1.0.5 · SCANNED AUG 22
MCP server for ScalePad — Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 34827 tokens (~91/item across 381 items; 381 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 2 categories
Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
oci · ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
claude mcp add wyre-technology-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
codex mcp add wyre-technology-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-technology-scalepad-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"
],
"enabled": true
}
}
} mcp_servers:
wyre-technology-scalepad-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"] {
"mcpServers": {
"wyre-technology-scalepad-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Aug 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
scalepad_quoter_item_options_update ~134
⚠ HIGH-IMPACT. Update a Quoter item option (name, descriptions, required flag, multiple-values flag, sort order). Only the provided fields change. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| allow_multiple_values | boolean | – | Whether multiple values may be selected |
| description | string | – | Option description |
| extended_description | string | – | Extended description |
| id | string | yes | Item option ID |
| name | string | – | Option name |
| required | boolean | – | Whether a value must be chosen |
| sort_order | number | – | Sort order among the item's options |
No output schema declared.
No examples provided.
scalepad_quoter_item_tiers_create ~118
⚠ HIGH-IMPACT. Create a pricing tier on a Quoter catalog item (lower quantity boundary with tier cost/price). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| cost_decimal | string | – | Tier cost (decimal, as a string) |
| cost_type | string | – | Cost type |
| item_id | string | yes | Item ID the tier belongs to |
| lower_boundary | number | – | Quantity at which this tier starts |
| price_decimal | string | – | Tier price (decimal, as a string) |
No output schema declared.
No examples provided.
scalepad_quoter_item_tiers_delete ~52
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Quoter item pricing tier. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Item tier ID |
No output schema declared.
No examples provided.
scalepad_quoter_item_tiers_get ~35
Fetch a single Quoter item pricing tier by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Item tier ID |
No output schema declared.
No examples provided.
scalepad_quoter_item_tiers_list ~203
List Quoter item pricing tiers (quantity-break pricing on a catalog item). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by item and created/updated timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | string | – | Comma-separated list of fields to include in the response |
| filter_item_id | string | – | Filter by item ID (filter[item_id]) |
| filter_record_created_at | string | – | Filter by creation timestamp, ISO 8601 (filter[record_created_at]) |
| filter_record_updated_at | string | – | Filter by update timestamp, ISO 8601 (filter[record_updated_at]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_quoter_item_tiers_update ~114
⚠ HIGH-IMPACT. Update a Quoter item pricing tier (boundary, cost, price). Only the provided fields change. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| cost_decimal | string | – | Tier cost (decimal, as a string) |
| cost_type | string | – | Cost type |
| id | string | yes | Item tier ID |
| lower_boundary | number | – | Quantity at which this tier starts |
| price_decimal | string | – | Tier price (decimal, as a string) |
No output schema declared.
No examples provided.
scalepad_quoter_items_create ~167
⚠ HIGH-IMPACT. Create a Quoter catalog item (name, category, code, cost, description, manufacturer, internal note; decimal quantities optional). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| allow_decimal_quantities | boolean | – | Allow decimal quantities on quotes |
| category | string | – | Category name (alternative to category_id) |
| category_id | string | yes | Category ID |
| code | string | – | Item code |
| cost_decimal | string | – | Cost (decimal, as a string) |
| cost_type | string | – | Cost type |
| description | string | – | Item description |
| internal_note | string | – | Internal note (not shown to customers) |
| manufacturer | string | – | Manufacturer name |
| name | string | yes | Item name |
No output schema declared.
No examples provided.
scalepad_quoter_items_delete ~48
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Quoter catalog item. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Item ID |
No output schema declared.
No examples provided.
scalepad_quoter_items_get ~31
Fetch a single Quoter catalog item by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Item ID |
No output schema declared.
No examples provided.
scalepad_quoter_items_list ~288
List Quoter catalog items. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by name, code, SKU, category, manufacturer, supplier, and created/updated timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | string | – | Comma-separated list of fields to include in the response |
| filter_category_id | string | – | Filter by category ID (filter[category_id]) |
| filter_code | string | – | Filter by item code (filter[code]) |
| filter_manufacturer_id | string | – | Filter by manufacturer ID (filter[manufacturer_id]) |
| filter_name | string | – | Filter by item name (filter[name]) |
| filter_record_created_at | string | – | Filter by creation timestamp, ISO 8601 (filter[record_created_at]) |
| filter_record_updated_at | string | – | Filter by update timestamp, ISO 8601 (filter[record_updated_at]) |
| filter_sku | string | – | Filter by SKU (filter[sku]) |
| filter_supplier_id | string | – | Filter by supplier ID (filter[supplier_id]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_quoter_items_update ~182
⚠ HIGH-IMPACT. Update a Quoter catalog item (category, code, cost, description, manufacturer, internal note, decimal-quantity flag). Only the provided fields change. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| allow_decimal_quantities | boolean | – | Allow decimal quantities on quotes |
| category | string | – | Category name (alternative to category_id) |
| category_id | string | – | Category ID |
| code | string | – | Item code |
| cost_decimal | string | – | Cost (decimal, as a string) |
| cost_type | string | – | Cost type |
| description | string | – | Item description |
| id | string | yes | Item ID |
| internal_note | string | – | Internal note (not shown to customers) |
| manufacturer | string | – | Manufacturer name |
| manufacturer_id | string | – | Manufacturer ID |
No output schema declared.
No examples provided.
scalepad_quoter_line_items_create ~163
⚠ HIGH-IMPACT. Create a line item on a Quoter quote (top-level /v1/line-items endpoint; the quote is addressed by quote_id in the body). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Item category |
| description | string | – | Line item description |
| manufacturer | string | – | Manufacturer name |
| name | string | yes | Line item name |
| part_number | string | – | Manufacturer part number |
| quantity | number | – | Quantity |
| quote_id | string | yes | Quote ID the line item belongs to |
| recurring | boolean | – | Whether the line item is recurring |
| supplier | string | – | Supplier name |
| supplier_sku | string | – | Supplier SKU |
No output schema declared.
No examples provided.
scalepad_quoter_manufacturers_create ~43
⚠ HIGH-IMPACT. Create a Quoter manufacturer. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Manufacturer name |
No output schema declared.
No examples provided.
scalepad_quoter_manufacturers_delete ~49
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Quoter manufacturer. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Manufacturer ID |
No output schema declared.
No examples provided.
scalepad_quoter_manufacturers_get ~32
Fetch a single Quoter manufacturer by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Manufacturer ID |
No output schema declared.
No examples provided.
scalepad_quoter_manufacturers_list ~191
List Quoter manufacturers. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by name and created/updated timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | string | – | Comma-separated list of fields to include in the response |
| filter_name | string | – | Filter by manufacturer name (filter[name]) |
| filter_record_created_at | string | – | Filter by creation timestamp, ISO 8601 (filter[record_created_at]) |
| filter_record_updated_at | string | – | Filter by update timestamp, ISO 8601 (filter[record_updated_at]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_quoter_manufacturers_update ~53
⚠ HIGH-IMPACT. Update a Quoter manufacturer's name. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Manufacturer ID |
| name | string | – | Manufacturer name |
No output schema declared.
No examples provided.
scalepad_quoter_quote_templates_list ~128
List Quoter quote templates (used as the template_id when creating quotes). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by title.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| filter_title | string | – | Filter by template title (filter[title]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_quoter_quotes_create ~215
⚠ HIGH-IMPACT. Create a new Quoter quote (draft) for a contact from a quote template. Optional cover page, comments, currency, custom number, expiry, and internal notes. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| comments | string | – | Comments shown on the quote |
| contact | object | yes | Contact for the quote (e.g. { id } of an existing Quoter contact) |
| cover_page_content | string | – | Cover page content |
| cover_page_subtitle | string | – | Cover page subtitle |
| cover_page_title | string | – | Cover page title |
| currency_iso | string | – | ISO 4217 currency code (e.g. USD) |
| custom_number | string | – | Custom quote number |
| expired_at | string | – | Expiry timestamp, ISO 8601 |
| internal_notes | string | – | Internal notes (not shown to the customer) |
| template_id | string | yes | Quote template ID (see scalepad_quoter_quote_templates_list) |
No output schema declared.
No examples provided.
scalepad_quoter_quotes_create_section ~61
⚠ HIGH-IMPACT. Create a named section on a Quoter quote (sections group line items). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Section name |
| quote_id | string | yes | Quote ID |
No output schema declared.
No examples provided.
scalepad_quoter_quotes_create_section_line_item ~195
⚠ HIGH-IMPACT. Create a line item inside a specific section of a Quoter quote (name, quantity, pricing, discount, recurring interval, SKU/code, manufacturer, supplier). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Item category |
| code | string | – | Item code |
| description | string | – | Line item description |
| discount | string | – | Discount amount or percentage |
| manufacturer | string | – | Manufacturer name |
| name | string | yes | Line item name |
| quantity_decimal | string | – | Quantity (decimal, as a string) |
| quote_id | string | yes | Quote ID |
| recurring_interval | string | – | Recurring interval (e.g. monthly, yearly); omit for one-time |
| section_id | string | yes | Quote section ID |
| sku | string | – | SKU |
| supplier | string | – | Supplier name |
No output schema declared.
No examples provided.
scalepad_quoter_quotes_get ~59
Fetch a single Quoter quote by ID, including its sections and line items. (ScalePad-hosted path only — the standalone api.quoter.com docs do not expose Fetch Quote.)
| Name | Type | Req | Description |
|---|---|---|---|
| quote_id | string | yes | Quote ID |
No output schema declared.
No examples provided.
scalepad_quoter_quotes_list ~429
List Quoter quotes. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by draft status, stage, name, client, custom number, email status, recurring interval, LM initiative, UUID, and created/updated/won/expired timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| filter_client_id | string | – | Filter by client ID (filter[client.id]) |
| filter_custom_number | string | – | Filter by custom quote number (filter[custom_number]) |
| filter_draft | boolean | – | Filter by draft status (filter[draft]) |
| filter_email_status | string | – | Filter by email status (filter[email_status]) |
| filter_expired_at | string | – | Filter by expiry timestamp, ISO 8601 (filter[expired_at]) |
| filter_id | string | – | Filter by quote ID (filter[id]) |
| filter_lm_initiative_id | string | – | Filter by linked Lifecycle Manager initiative ID (filter[lm_initiative_id]) |
| filter_name | string | – | Filter by quote name (filter[name]) |
| filter_primary | boolean | – | Filter to primary quotes (filter[primary]) |
| filter_record_created_at | string | – | Filter by record creation timestamp, ISO 8601 (filter[record_created_at]) |
| filter_record_updated_at | string | – | Filter by record update timestamp, ISO 8601 (filter[record_updated_at]) |
| filter_recurring_interval | string | – | Filter by recurring interval (filter[recurring_interval]) |
| filter_stage | string | – | Filter by quote stage (filter[stage]) |
| filter_uuid | string | – | Filter by quote UUID (filter[uuid]) |
| filter_won_at | string | – | Filter by won timestamp, ISO 8601 (filter[won_at]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_quoter_quotes_publish ~68
⚠ DESTRUCTIVE — IRREVERSIBLE. Publish a Quoter quote, making it visible/deliverable to the customer. A published quote cannot be reverted to draft. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| quote_id | string | yes | Quote ID to publish |
No output schema declared.
No examples provided.
scalepad_quoter_quotes_update_line_item ~195
⚠ HIGH-IMPACT. Partially update a line item within a section of a Quoter quote. Only the provided fields change. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Item category |
| code | string | – | Item code |
| description | string | – | Line item description |
| discount | string | – | Discount amount or percentage |
| line_item_id | string | yes | Line item ID |
| manufacturer | string | – | Manufacturer name |
| name | string | – | Line item name |
| quantity_decimal | string | – | Quantity (decimal, as a string) |
| quote_id | string | yes | Quote ID |
| recurring_interval | string | – | Recurring interval (e.g. monthly, yearly); omit for one-time |
| section_id | string | yes | Quote section ID |
| sku | string | – | SKU |
| supplier | string | – | Supplier name |
No output schema declared.
No examples provided.
scalepad_quoter_suppliers_create ~42
⚠ HIGH-IMPACT. Create a Quoter supplier. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Supplier name |
No output schema declared.
No examples provided.
scalepad_quoter_suppliers_delete ~48
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Quoter supplier. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Supplier ID |
No output schema declared.
No examples provided.
scalepad_quoter_suppliers_get ~31
Fetch a single Quoter supplier by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Supplier ID |
No output schema declared.
No examples provided.
scalepad_quoter_suppliers_list ~190
List Quoter suppliers. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by name and created/updated timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | string | – | Comma-separated list of fields to include in the response |
| filter_name | string | – | Filter by supplier name (filter[name]) |
| filter_record_created_at | string | – | Filter by creation timestamp, ISO 8601 (filter[record_created_at]) |
| filter_record_updated_at | string | – | Filter by update timestamp, ISO 8601 (filter[record_updated_at]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_quoter_suppliers_update ~53
⚠ HIGH-IMPACT. Update a Quoter supplier's name. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Supplier ID |
| name | string | – | Supplier name |
No output schema declared.
No examples provided.
scalepad_status ~20
Show ScalePad API credential status and available product domains
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.