Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

40 Trust /100
Trust breakdown (6 categories)

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
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.

Install

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

# add to Claude Code
claude mcp add wyre-technology-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
# add to Codex CLI
codex mcp add wyre-technology-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
// opencode.json
{
  "$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
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-scalepad-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-scalepad-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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
MCP tools · 381 exposed · ~34,827 tokens

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.

Tool Tokens
scalepad_lm_meetings_user_attendees_remove ~61

⚠ HIGH-IMPACT. Remove user attendees from a Lifecycle Manager meeting. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesMeeting id
user_keysarrayyesUser keys to remove

No output schema declared.

No examples provided.

scalepad_lm_notes_archive_status_update ~63

⚠ HIGH-IMPACT. Archive or unarchive a Lifecycle Manager note. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesNote id
is_archivedbooleanyestrue to archive, false to unarchive

No output schema declared.

No examples provided.

scalepad_lm_notes_create ~71

⚠ HIGH-IMPACT. Create a new Lifecycle Manager note for a client. Confirm with the user before invoking.

NameTypeReqDescription
client_keystringyesClient key (from clients lookup)
description_jsonNote body (rich-text JSON)
titlestringyesNote title

No output schema declared.

No examples provided.

scalepad_lm_notes_delete ~47

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager note. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesNote id

No output schema declared.

No examples provided.

scalepad_lm_notes_get ~29

Get a Lifecycle Manager note by id.

NameTypeReqDescription
idstringyesNote id

No output schema declared.

No examples provided.

scalepad_lm_notes_list ~118

List Lifecycle Manager notes (cursor-paginated; page_size 1-200, default 25). Filterable by client and archived status.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: client.id, is_archived.
page_sizenumberResults per page (1-200; API default 25).

No output schema declared.

No examples provided.

scalepad_lm_notes_update ~68

⚠ HIGH-IMPACT. Update a Lifecycle Manager note (title and rich-text body). Confirm with the user before invoking.

NameTypeReqDescription
description_jsonNote body (rich-text JSON)
idstringyesNote id
titlestringNote title

No output schema declared.

No examples provided.

scalepad_lm_opportunities_list ~57

List PSA opportunities visible to Lifecycle Manager, optionally scoped to a client and including inactive ones.

NameTypeReqDescription
client_idstringClient id to scope opportunities to
include_inactivebooleanInclude inactive opportunities

No output schema declared.

No examples provided.

scalepad_lm_opportunity_create_fields_get ~52

Get the PSA opportunity create-field definitions (used with scalepad_lm_initiatives_opportunity_create), optionally for a specific client.

NameTypeReqDescription
client_idstringClient id

No output schema declared.

No examples provided.

scalepad_lm_roadmap_csv_generate ~67

Generate a roadmap CSV for a client. Returns a binary payload; read-only export.

NameTypeReqDescription
client_idstringyesClient id
roadmap_download_payloadobjectRoadmap download options (columns, filters, grouping) per the ScalePad docs

No output schema declared.

No examples provided.

scalepad_lm_roadmap_pdf_generate ~67

Generate a roadmap PDF for a client. Returns a binary payload; read-only export.

NameTypeReqDescription
client_idstringyesClient id
roadmap_download_payloadobjectRoadmap download options (columns, filters, grouping) per the ScalePad docs

No output schema declared.

No examples provided.

scalepad_lm_roadmap_spreadsheet_generate ~74

Generate a roadmap spreadsheet (XLSX) for a client. Returns a binary payload; read-only export.

NameTypeReqDescription
client_idstringyesClient id
roadmap_download_payloadobjectRoadmap download options (columns, filters, grouping) per the ScalePad docs

No output schema declared.

No examples provided.

scalepad_lm_saas_utilization_summary_get ~36

Get the SaaS utilization summary for a client.

NameTypeReqDescription
client_idstringyesClient id

No output schema declared.

No examples provided.

scalepad_lm_ticket_create_fields_get ~50

Get the PSA ticket create-field definitions (used with scalepad_lm_initiatives_ticket_create), optionally for a specific client.

NameTypeReqDescription
client_idstringClient id

No output schema declared.

No examples provided.

scalepad_lm_user_identity_get ~27

Get the identity of the Lifecycle Manager user behind the current API key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

scalepad_lm_user_ui_state_get ~37

Get a stored per-user UI state blob by state_key.

NameTypeReqDescription
state_keystringyesUI state key

No output schema declared.

No examples provided.

scalepad_lm_user_ui_state_put ~64

⚠ HIGH-IMPACT. Store (replace) a per-user UI state blob under state_key. Confirm with the user before invoking.

NameTypeReqDescription
payloadyesThe UI state payload to store
state_keystringyesUI state key

No output schema declared.

No examples provided.

scalepad_lm_warranty_pricing_list ~119

List ScalePad warranty pricing records (cursor-paginated), optionally scoped to a client and warranty type.

NameTypeReqDescription
client_idstringClient id to scope pricing to
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
page_sizenumberResults per page (1-200; API default 25).
sortstringSort field; prefix with "-" for descending.
warranty_typestringWarranty type to filter by

No output schema declared.

No examples provided.

scalepad_navigate ~261

Discover available ScalePad tools by product domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite. One ScalePad API key covers every product; endpoints for products without an active subscription return 402.

NameTypeReqDescription
domainstringyesThe product domain to explore: - core: ScalePad Core - unified platform data (read-only, US-only): clients, contacts, members, sites, opportunities, hardware/SaaS assets, product catalog, service con…

No output schema declared.

No examples provided.

scalepad_quoter_auth_authorize ~153

Exchange Quoter OAuth client credentials (grant_type=client_credentials) for an access_token (1 hour TTL) and refresh_token. STANDALONE api.quoter.com ONLY — not needed for the default ScalePad-hosted path, and requires the X-Quoter-Client-Id / X-Quoter-Client-Secret credentials. Omit client_id/secret to use the configured credentials.

NameTypeReqDescription
client_idstringQuoter OAuth client ID (defaults to the configured quoterClientId)
grant_typestringOAuth grant type (default: client_credentials)
secretstringQuoter OAuth client secret (defaults to the configured quoterClientSecret)

No output schema declared.

No examples provided.

scalepad_quoter_auth_refresh ~65

Exchange a Quoter refresh_token for a new access/refresh token pair. STANDALONE api.quoter.com ONLY — not needed for the default ScalePad-hosted path.

NameTypeReqDescription
refresh_tokenstringyesRefresh token from a previous authorize/refresh call

No output schema declared.

No examples provided.

scalepad_quoter_categories_create ~73

⚠ HIGH-IMPACT. Create a Quoter catalog category (optionally nested under a parent category). Confirm with the user before invoking.

NameTypeReqDescription
namestringyesCategory name
parent_categorystringParent category name
parent_category_idstringParent category ID

No output schema declared.

No examples provided.

scalepad_quoter_categories_delete ~48

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Quoter catalog category. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesCategory ID

No output schema declared.

No examples provided.

scalepad_quoter_categories_get ~31

Fetch a single Quoter catalog category by ID.

NameTypeReqDescription
idstringyesCategory ID

No output schema declared.

No examples provided.

scalepad_quoter_categories_list ~214

List Quoter catalog categories. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by name, parent category, and created/updated timestamps.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
fieldsstringComma-separated list of fields to include in the response
filter_namestringFilter by category name (filter[name])
filter_parent_category_idstringFilter by parent category ID (filter[parent_category_id])
filter_record_created_atstringFilter by creation timestamp, ISO 8601 (filter[record_created_at])
filter_record_updated_atstringFilter by update timestamp, ISO 8601 (filter[record_updated_at])
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_quoter_categories_update ~85

⚠ HIGH-IMPACT. Update a Quoter catalog category (name and/or parent). Only the provided fields change. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesCategory ID
namestringCategory name
parent_categorystringParent category name
parent_category_idstringParent category ID

No output schema declared.

No examples provided.

scalepad_quoter_contacts_create ~170

⚠ HIGH-IMPACT. Create a Quoter contact with billing and/or shipping details; optionally linked to a client. At minimum provide billing name/email details. Confirm with the user before invoking.

NameTypeReqDescription
billing_addressstringBilling address
billing_emailstringBilling email
billing_first_namestringBilling first name
billing_last_namestringBilling last name
billing_mobile_phonestringBilling mobile phone
billing_organizationstringBilling organization
billing_work_phonestringBilling work phone
clientobjectClient to link the contact to (e.g. { id })
shipping_addressstringShipping address
shipping_emailstringShipping email

No output schema declared.

No examples provided.

scalepad_quoter_contacts_get ~30

Fetch a single Quoter contact by ID.

NameTypeReqDescription
idstringyesContact ID

No output schema declared.

No examples provided.

scalepad_quoter_contacts_list ~372

List Quoter contacts. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by name, email, billing email, phone, organization, address fields, client, and creation timestamp.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
fieldsstringComma-separated list of fields to include in the response
filter_addressstringFilter by address (filter[address])
filter_billing_emailstringFilter by billing email (filter[billing_email])
filter_citystringFilter by city (filter[city])
filter_client_idstringFilter by client ID (filter[client.id])
filter_countrystringFilter by country (filter[country])
filter_emailstringFilter by email (filter[email])
filter_first_namestringFilter by first name (filter[first_name])
filter_idstringFilter by contact ID (filter[id])
filter_last_namestringFilter by last name (filter[last_name])
filter_organizationstringFilter by organization (filter[organization])
filter_phonestringFilter by phone (filter[phone])
filter_postal_codestringFilter by postal code (filter[postal_code])
filter_record_created_atstringFilter by creation timestamp, ISO 8601 (filter[record_created_at])
filter_regionstringFilter by region/state (filter[region])
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_quoter_contacts_update ~164

⚠ HIGH-IMPACT. Update a Quoter contact's billing and/or shipping details. Only the provided fields change. Confirm with the user before invoking.

NameTypeReqDescription
billing_addressstringBilling address
billing_emailstringBilling email
billing_first_namestringBilling first name
billing_last_namestringBilling last name
billing_mobile_phonestringBilling mobile phone
billing_organizationstringBilling organization
billing_work_phonestringBilling work phone
idstringyesContact ID
shipping_addressstringShipping address
shipping_emailstringShipping email
shipping_first_namestringShipping first name

No output schema declared.

No examples provided.

scalepad_quoter_datafeeds_list_supplier_items ~122

List supplier items from Quoter's datafeeds (distributor price/availability feeds). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by manufacturer part number (MPN).

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
filter_mpnstringFilter by manufacturer part number (filter[mpn])
page_sizenumberResults per page, 1-200 (default 50)

No output schema declared.

No examples provided.

scalepad_quoter_datafeeds_list_suppliers ~104

List suppliers available through Quoter's datafeeds. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_quoter_item_group_assignments_create ~62

⚠ HIGH-IMPACT. Assign a Quoter catalog item to an item group. Confirm with the user before invoking.

NameTypeReqDescription
item_group_idstringyesItem group ID
item_idstringyesItem ID

No output schema declared.

No examples provided.

scalepad_quoter_item_group_assignments_delete ~62

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Quoter item-group assignment (removes the item from the group). Confirm with the user before invoking.

NameTypeReqDescription
idstringyesItem group assignment ID

No output schema declared.

No examples provided.

scalepad_quoter_item_group_assignments_get ~37

Fetch a single Quoter item-group assignment by ID.

NameTypeReqDescription
idstringyesItem group assignment ID

No output schema declared.

No examples provided.

scalepad_quoter_item_group_assignments_list ~228

List Quoter item-group assignments (which items belong to which item groups). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by item group, item, and created/updated timestamps.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
fieldsstringComma-separated list of fields to include in the response
filter_item_group_idstringFilter by item group ID (filter[item_group_id])
filter_item_idstringFilter by item ID (filter[item_id])
filter_record_created_atstringFilter by creation timestamp, ISO 8601 (filter[record_created_at])
filter_record_updated_atstringFilter by update timestamp, ISO 8601 (filter[record_updated_at])
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_quoter_item_groups_create ~44

⚠ HIGH-IMPACT. Create a Quoter item group. Confirm with the user before invoking.

NameTypeReqDescription
namestringyesItem group name

No output schema declared.

No examples provided.

scalepad_quoter_item_groups_delete ~50

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Quoter item group. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesItem group ID

No output schema declared.

No examples provided.

scalepad_quoter_item_groups_get ~33

Fetch a single Quoter item group by ID.

NameTypeReqDescription
idstringyesItem group ID

No output schema declared.

No examples provided.

scalepad_quoter_item_groups_list ~198

List Quoter item groups (bundles of catalog items). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by name and created/updated timestamps.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
fieldsstringComma-separated list of fields to include in the response
filter_namestringFilter by item group name (filter[name])
filter_record_created_atstringFilter by creation timestamp, ISO 8601 (filter[record_created_at])
filter_record_updated_atstringFilter by update timestamp, ISO 8601 (filter[record_updated_at])
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_quoter_item_groups_update ~55

⚠ HIGH-IMPACT. Update a Quoter item group's name. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesItem group ID
namestringItem group name

No output schema declared.

No examples provided.

scalepad_quoter_item_option_values_create ~151

⚠ HIGH-IMPACT. Create a value for a Quoter item option (name, code, cost/price, pricing scheme, sort order). Confirm with the user before invoking.

NameTypeReqDescription
codestringValue code
cost_decimalstringCost (decimal, as a string)
cost_typestringCost type
item_option_idstringyesItem option ID this value belongs to
namestringyesValue name
price_decimalstringPrice (decimal, as a string)
pricing_schemestringPricing scheme
sort_ordernumberSort order among the option's values

No output schema declared.

No examples provided.

scalepad_quoter_item_option_values_delete ~53

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Quoter item option value. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesItem option value ID

No output schema declared.

No examples provided.

scalepad_quoter_item_option_values_get ~36

Fetch a single Quoter item option value by ID.

NameTypeReqDescription
idstringyesItem option value ID

No output schema declared.

No examples provided.

scalepad_quoter_item_option_values_list ~266

List Quoter item option values (the selectable values of an item option, with cost/price). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by item, option, name, code, and created/updated timestamps.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
fieldsstringComma-separated list of fields to include in the response
filter_codestringFilter by value code (filter[code])
filter_item_idstringFilter by item ID (filter[item_id])
filter_item_option_idstringFilter by item option ID (filter[item_option_id])
filter_namestringFilter by value name (filter[name])
filter_record_created_atstringFilter by creation timestamp, ISO 8601 (filter[record_created_at])
filter_record_updated_atstringFilter by update timestamp, ISO 8601 (filter[record_updated_at])
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_quoter_item_option_values_update ~150

⚠ HIGH-IMPACT. Update a Quoter item option value (name, code, cost/price, pricing scheme, sort order). Only the provided fields change. Confirm with the user before invoking.

NameTypeReqDescription
codestringValue code
cost_decimalstringCost (decimal, as a string)
cost_typestringCost type
idstringyesItem option value ID
namestringValue name
price_decimalstringPrice (decimal, as a string)
pricing_schemestringPricing scheme
sort_ordernumberSort order among the option's values

No output schema declared.

No examples provided.

scalepad_quoter_item_options_create ~138

⚠ HIGH-IMPACT. Create an option on a Quoter catalog item (e.g. size or term choices; can be required and/or allow multiple values). Confirm with the user before invoking.

NameTypeReqDescription
allow_multiple_valuesbooleanWhether multiple values may be selected
descriptionstringOption description
extended_descriptionstringExtended description
item_idstringyesItem ID the option belongs to
namestringyesOption name
requiredbooleanWhether a value must be chosen
sort_ordernumberSort order among the item's options

No output schema declared.

No examples provided.

scalepad_quoter_item_options_delete ~54

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Quoter item option (and its values). Confirm with the user before invoking.

NameTypeReqDescription
idstringyesItem option ID

No output schema declared.

No examples provided.

scalepad_quoter_item_options_get ~33

Fetch a single Quoter item option by ID.

NameTypeReqDescription
idstringyesItem option ID

No output schema declared.

No examples provided.

scalepad_quoter_item_options_list ~219

List Quoter item options (configurable choices on a catalog item). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by item, name, and created/updated timestamps.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
fieldsstringComma-separated list of fields to include in the response
filter_item_idstringFilter by item ID (filter[item_id])
filter_namestringFilter by option name (filter[name])
filter_record_created_atstringFilter by creation timestamp, ISO 8601 (filter[record_created_at])
filter_record_updated_atstringFilter by update timestamp, ISO 8601 (filter[record_updated_at])
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.