com.mcparmory/shopify-admin
PYPI · MCPARMORY-SHOPIFY-ADMIN · 2 COMPONENTS · SCANNED SEP 20
Manage products, orders, customers, inventory, and store configuration
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 → Why this is hard to score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Install-script risk not yet assessed.Unverified
- 2 of 46 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- 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
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 130 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability81
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 14807 tokens (~83/item across 177 items; 177 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety93
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 25 of 35 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "get_application_charge" implies "charge" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Partial
- An AI judge read all 177 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the com.mcparmory/shopify-admin MCP server?
com.mcparmory/shopify-admin runs locally as a PyPI package, launched with uvx mcparmory-shopify-admin. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcparmory-shopify-admin
claude mcp add com-mcparmory-shopify-admin -- uvx mcparmory-shopify-admin
{
"mcpServers": {
"com-mcparmory-shopify-admin": {
"command": "uvx",
"args": [
"mcparmory-shopify-admin"
]
}
}
} {
"servers": {
"com-mcparmory-shopify-admin": {
"command": "uvx",
"args": [
"mcparmory-shopify-admin"
]
}
}
} codex mcp add com-mcparmory-shopify-admin -- uvx mcparmory-shopify-admin
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-mcparmory-shopify-admin": {
"type": "local",
"command": [
"uvx",
"mcparmory-shopify-admin"
],
"enabled": true
}
}
} openclaw mcp add com-mcparmory-shopify-admin --command uvx --arg mcparmory-shopify-admin
mcp_servers:
com-mcparmory-shopify-admin:
command: "uvx"
args: ["mcparmory-shopify-admin"] {
"McpServers": {
"com-mcparmory-shopify-admin": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcparmory-shopify-admin"
]
}
}
} assistant mcp add com-mcparmory-shopify-admin -t stdio -c uvx -a mcparmory-shopify-admin
{
"mcpServers": {
"com-mcparmory-shopify-admin": {
"command": "uvx",
"args": [
"mcparmory-shopify-admin"
]
}
}
} 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 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +12
- Malware scan: unverified → pass ▲ security
- Stability: pass → 0.80 functional
- 17 Sept 26 −14
- Malware scan: pass → unverified ▼ security
- Stability: 0.97 → pass security
- 15 Sept 26 +16
- Malware scan: unverified → pass ▲ security
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 −3
- Stability: pass → 0.80 functional
- 10 Sept 26 +1
- Stability: 0.97 → pass security
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 20 Sept 2026 · Analysed pypi/mcparmory-shopify-admin@1.0.3
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Dependencies 46 packages
| Packages resolved | 46 |
|---|---|
| Stale | 1 |
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
get_collect Get Collect ~76
Retrieves a specific product collection by its ID. Use this to fetch detailed information about a single collect resource.
| Name | Type | Req | Description |
|---|---|---|---|
| collect_id | string | yes | The unique identifier of the collect to retrieve. |
| fields | – | – | Comma-separated list of field names to include in the response. When specified, only the listed fields are returned, reducing payload size. |
No output schema declared.
No examples provided.
get_collection Get Collection ~83
Retrieves a single collection by its ID. Use this to fetch detailed information about a specific collection, including its products, metadata, and configuration.
| Name | Type | Req | Description |
|---|---|---|---|
| collection_id | string | yes | The unique identifier of the collection to retrieve. |
| fields | – | – | Comma-separated list of field names to include in the response. When specified, only the listed fields are returned, reducing payload size. |
No output schema declared.
No examples provided.
get_collects_count Get Collects Count ~78
Retrieves the total count of collects, optionally filtered by a specific collection. Use this to determine how many products are associated with a collection or to get the total number of collects across all collections.
| Name | Type | Req | Description |
|---|---|---|---|
| collection_id | integer | – | Filter the count to only include collects within a specific collection. When omitted, returns the total count of all collects. |
No output schema declared.
No examples provided.
get_countries_count Get Countries Count ~36
Retrieves the total count of countries available in the store's system. Useful for understanding the scope of country data without fetching individual records.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_country Get Country ~69
Retrieves detailed information about a specific country, including its provinces, tax rates, and other regional properties.
| Name | Type | Req | Description |
|---|---|---|---|
| country_id | string | yes | The unique identifier of the country to retrieve. |
| fields | – | – | Comma-separated list of specific fields to include in the response. If omitted, all fields are returned. |
No output schema declared.
No examples provided.
get_custom_collection Get Custom Collection ~82
Retrieves a single custom collection by its ID. Use this to fetch detailed information about a specific custom collection in your store.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_collection_id | string | yes | The unique identifier of the custom collection to retrieve. |
| fields | – | – | Comma-separated list of field names to include in the response. When specified, only the listed fields are returned, reducing payload size. |
No output schema declared.
No examples provided.
get_customer Get Customer ~78
Retrieves a single customer by ID from the Shopify store. Use this to fetch detailed customer information including contact details, addresses, and order history.
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | The unique identifier of the customer to retrieve. |
| fields | – | – | Comma-separated list of specific fields to return in the response. Omit to retrieve all available customer fields. |
No output schema declared.
No examples provided.
get_customer_address Get Customer Address ~56
Retrieves the details of a specific address associated with a customer account.
| Name | Type | Req | Description |
|---|---|---|---|
| address_id | string | yes | The unique identifier of the address to retrieve. |
| customer_id | string | yes | The unique identifier of the customer who owns the address. |
No output schema declared.
No examples provided.
get_customer_saved_search Get Customer Saved Search ~88
Retrieves a single customer saved search by its ID. Use this to fetch detailed information about a specific saved search that a customer has created.
| Name | Type | Req | Description |
|---|---|---|---|
| customer_saved_search_id | string | yes | The unique identifier of the customer saved search to retrieve. |
| fields | – | – | Comma-separated list of field names to include in the response. When specified, only the listed fields are returned, reducing payload size. |
No output schema declared.
No examples provided.
get_customers_count Get Customers Count ~31
Retrieves the total count of all customers in the store. Useful for understanding customer base size and pagination planning.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_discount_code Get Discount Code ~74
Retrieves a single discount code associated with a specific price rule. Use this to fetch detailed information about a discount code by its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| discount_code_id | string | yes | The unique identifier of the discount code to retrieve. |
| price_rule_id | string | yes | The unique identifier of the price rule that contains the discount code. |
No output schema declared.
No examples provided.
get_discount_code_batch Get Discount Code Batch ~72
Retrieves the status and details of a discount code creation job batch for a specific price rule.
| Name | Type | Req | Description |
|---|---|---|---|
| batch_id | string | yes | The unique identifier of the batch job to retrieve status and results for. |
| price_rule_id | string | yes | The unique identifier of the price rule associated with the discount code batch job. |
No output schema declared.
No examples provided.
get_event Get Event ~84
Retrieves a single event by its ID from the Shopify admin. Use this to fetch detailed information about a specific event that occurred in your store.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | The unique identifier of the event to retrieve. |
| fields | – | – | Comma-separated list of field names to include in the response. When specified, only the listed fields will be returned, reducing payload size. |
No output schema declared.
No examples provided.
get_events_count Get Events Count ~34
Retrieves the total count of events in the Shopify store. Use this to get a quick aggregate metric without fetching individual event records.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_fulfillment Get Fulfillment ~87
Retrieve detailed information about a specific fulfillment for an order, including tracking and line item fulfillment status.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | Comma-separated list of specific fields to include in the response. If omitted, all fields are returned. |
| fulfillment_id | string | yes | The unique identifier of the fulfillment to retrieve. |
| order_id | string | yes | The unique identifier of the order containing the fulfillment. |
No output schema declared.
No examples provided.
get_fulfillment_count Get Fulfillment Count ~59
Retrieves the total count of fulfillments associated with a specific order. Useful for understanding fulfillment status and logistics tracking without fetching full fulfillment details.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | The unique identifier of the order for which to retrieve the fulfillment count. |
No output schema declared.
No examples provided.
get_fulfillment_event Get Fulfillment Event ~98
Retrieves a specific fulfillment event for a given order and fulfillment. Use this to fetch details about a particular event in the fulfillment lifecycle, such as tracking updates or status changes.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | The unique identifier of the specific fulfillment event to retrieve. |
| fulfillment_id | string | yes | The unique identifier of the fulfillment within the order. |
| order_id | string | yes | The unique identifier of the order containing the fulfillment event. |
No output schema declared.
No examples provided.
get_fulfillment_order Get Fulfillment Order ~53
Retrieves the details of a specific fulfillment order by its ID, including order status, line items, and fulfillment tracking information.
| Name | Type | Req | Description |
|---|---|---|---|
| fulfillment_order_id | string | yes | The unique identifier of the fulfillment order to retrieve. |
No output schema declared.
No examples provided.
get_fulfillment_service Get Fulfillment Service ~75
Retrieve detailed information about a specific fulfillment service by its ID. Use this to fetch configuration, capabilities, and status of a fulfillment service integrated with your Shopify store.
| Name | Type | Req | Description |
|---|---|---|---|
| fulfillment_service_id | string | yes | The unique identifier of the fulfillment service to retrieve. This ID is assigned by Shopify when the service is created or integrated. |
No output schema declared.
No examples provided.
get_gift_card Get Gift Card ~58
Retrieves the details of a single gift card by its unique identifier. Use this to fetch gift card information such as balance, status, and creation date.
| Name | Type | Req | Description |
|---|---|---|---|
| gift_card_id | string | yes | The unique identifier of the gift card to retrieve. |
No output schema declared.
No examples provided.
get_gift_cards_count Get Gift Cards Count ~72
Retrieves the total count of gift cards in the store, optionally filtered by status (enabled or disabled).
| Name | Type | Req | Description |
|---|---|---|---|
| status | – | – | Filter the count to only include gift cards with a specific status: enabled for active gift cards, or disabled for inactive gift cards. Omit to count all gift cards regardless of status. |
No output schema declared.
No examples provided.
get_inventory_item Get Inventory Item ~50
Retrieves a single inventory item by its unique identifier. Use this to fetch detailed inventory information for a specific product variant.
| Name | Type | Req | Description |
|---|---|---|---|
| inventory_item_id | string | yes | The unique identifier of the inventory item to retrieve. |
No output schema declared.
No examples provided.
get_location Get Location ~70
Retrieves detailed information about a specific inventory location by its ID. Use this to fetch location details such as address, fulfillment capabilities, and operational status.
| Name | Type | Req | Description |
|---|---|---|---|
| location_id | string | yes | The unique identifier of the location to retrieve. This ID is assigned by Shopify and is required to fetch the specific location's details. |
No output schema declared.
No examples provided.
get_locations_count Get Locations Count ~37
Retrieves the total count of locations in the Shopify store. Use this to determine how many physical or virtual locations exist without fetching full location details.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_metafield Get Metafield ~88
Retrieves a single metafield by its ID. Use this to fetch detailed information about a specific metafield attached to a resource.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | Optionally limit the response to specific fields by providing a comma-separated list of field names. Reduces payload size when only certain metafield properties are needed. |
| metafield_id | string | yes | The unique identifier of the metafield to retrieve. |
No output schema declared.
No examples provided.
get_metafields_count Get Metafields Count ~39
Retrieves the total count of metafields associated with a resource. Use this to determine how many custom metadata fields exist without fetching the full list.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_order_risk Get Order Risk ~74
Retrieves a single risk assessment associated with an order. Use this to fetch detailed information about a specific fraud or security risk flagged on an order.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | The unique identifier of the order containing the risk assessment. |
| risk_id | string | yes | The unique identifier of the specific risk assessment to retrieve. |
No output schema declared.
No examples provided.
get_payout Get Payout ~39
Retrieves the details of a single Shopify Payments payout by its unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| payout_id | string | yes | The unique identifier of the payout to retrieve. |
No output schema declared.
No examples provided.
get_product Get Product ~77
Retrieves a single product by its ID from the Shopify store. Use this to fetch detailed product information including variants, images, and metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | A comma-separated list of specific fields to include in the response. Omit to return all available product fields. |
| product_id | string | yes | The unique identifier of the product to retrieve. |
No output schema declared.
No examples provided.
get_product_image Get Product Image ~89
Retrieve a single product image by its ID. Returns detailed metadata for the specified image associated with a product.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | Comma-separated list of specific fields to include in the response. If omitted, all fields are returned. |
| image_id | string | yes | The unique identifier of the image to retrieve. |
| product_id | string | yes | The unique identifier of the product that contains the image. |
No output schema declared.
No examples provided.
get_products_count Get Products Count ~132
Retrieves the total count of products in the store, with optional filtering by vendor, product type, collection, or published status.
| Name | Type | Req | Description |
|---|---|---|---|
| collection_id | – | – | Filter the count to include only products belonging to a specific collection. |
| product_type | – | – | Filter the count to include only products of a specific product type. |
| published_status | – | – | Filter the count by product publication status: 'published' for published products only, 'unpublished' for unpublished products only, or 'any' to include all products regardless of status (default: a… |
| vendor | – | – | Filter the count to include only products from a specific vendor. |
No output schema declared.
No examples provided.
get_province Get Province ~127
Retrieves detailed information about a specific province within a country. Use this to fetch province data such as name, code, and tax information for a given country.
| Name | Type | Req | Description |
|---|---|---|---|
| country_id | string | yes | The unique identifier of the country. Required to scope the province lookup to the correct country. |
| fields | – | – | Comma-separated list of field names to include in the response. When specified, only the listed fields will be returned, allowing you to optimize response payload size. |
| province_id | string | yes | The unique identifier of the province within the specified country. Required to retrieve the specific province details. |
No output schema declared.
No examples provided.
get_province_count_for_country Get Province Count for Country ~56
Retrieves the total count of provinces or states for a specified country. Useful for understanding administrative divisions available in a country.
| Name | Type | Req | Description |
|---|---|---|---|
| country_id | string | yes | The unique identifier of the country for which to retrieve the province count. |
No output schema declared.
No examples provided.
get_recurring_application_charge Get Recurring Application Charge ~87
Retrieves the details of a single recurring application charge by its ID. Use this to fetch current status, pricing, and other metadata for a specific recurring charge.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | A comma-separated list of specific fields to include in the response. Omit to return all available fields. |
| recurring_application_charge_id | string | yes | The unique identifier of the recurring application charge to retrieve. |
No output schema declared.
No examples provided.
get_redirect Get Redirect ~84
Retrieves a single redirect by its ID. Use this to fetch detailed information about a specific URL redirect configured in the online store.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | Comma-separated list of field names to include in the response. When specified, only the listed fields are returned, allowing you to optimize response payload size. |
| redirect_id | string | yes | The unique identifier of the redirect to retrieve. |
No output schema declared.
No examples provided.
get_redirects_count Get Redirects Count ~64
Retrieves the total count of URL redirects in the store, with optional filtering by path or target URL.
| Name | Type | Req | Description |
|---|---|---|---|
| path | – | – | Filter the count to only include redirects with this specific path value. |
| target | – | – | Filter the count to only include redirects with this specific target URL. |
No output schema declared.
No examples provided.
get_refund Get Refund ~131
Retrieves the details of a specific refund associated with an order. Use this to view refund information including amounts, line items, and status.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | Comma-separated list of field names to include in the response. When specified, only the listed fields are returned, reducing payload size. |
| in_shop_currency | – | – | When enabled, monetary amounts in the response are displayed in the shop's currency rather than the transaction currency. Defaults to false. |
| order_id | string | yes | The unique identifier of the order containing the refund. |
| refund_id | string | yes | The unique identifier of the refund to retrieve. |
No output schema declared.
No examples provided.
get_script_tag Get Script Tag ~78
Retrieves a single script tag by its ID from the online store. Use this to fetch detailed information about a specific script tag resource.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | A comma-separated list of specific fields to include in the response. Omit to return all available fields. |
| script_tag_id | string | yes | The unique identifier of the script tag to retrieve. |
No output schema declared.
No examples provided.
get_script_tags_count Get Script Tags Count ~37
Retrieves the total count of all script tags in the online store. Useful for understanding the scope of script tag usage without fetching individual records.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_shop Get Shop ~79
Retrieves the shop's configuration and store properties. Use this to access fundamental shop information such as name, currency, timezone, and other store-level settings.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | A comma-separated list of specific fields to include in the response. When omitted, all available fields are returned. Use this to optimize response payload by requesting only the fields your applica… |
No output schema declared.
No examples provided.
get_shopify_payments_balance Get Shopify Payments Balance ~28
Retrieves the current account balance for Shopify Payments, including available funds and pending amounts.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_smart_collection Get Smart Collection ~88
Retrieves a single smart collection by ID. Use this to fetch detailed information about a specific smart collection, including its rules, products, and metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | Comma-separated list of field names to include in the response. When specified, only the listed fields are returned, reducing payload size. |
| smart_collection_id | string | yes | The unique identifier of the smart collection to retrieve. |
No output schema declared.
No examples provided.
get_theme Get Theme ~68
Retrieves a single theme by its ID from the Shopify online store.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | Comma-separated list of field names to include in the response. When specified, only the listed fields are returned, reducing payload size. |
| theme_id | string | yes | The unique identifier of the theme to retrieve. |
No output schema declared.
No examples provided.
get_theme_asset Get Theme Asset ~126
Retrieves a single asset file from a theme by its key. Use the asset[key] parameter to specify which asset to retrieve, such as templates/index.liquid or other theme files.
| Name | Type | Req | Description |
|---|---|---|---|
| assetkey | string | – | The key path of the asset to retrieve, such as templates/index.liquid or config/settings_data.json. This parameter is required to fetch a specific asset. |
| fields | – | – | Comma-separated list of specific fields to include in the response. If omitted, all asset fields are returned. |
| theme_id | string | yes | The unique identifier of the theme containing the asset. |
No output schema declared.
No examples provided.
get_usage_charge Get Usage Charge ~100
Retrieves a single usage charge associated with a recurring application charge. Use this to fetch details about a specific metered billing charge.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | A comma-separated list of specific fields to include in the response. Omit to return all available fields. |
| recurring_application_charge_id | string | yes | The unique identifier of the recurring application charge that contains the usage charge. |
| usage_charge_id | string | yes | The unique identifier of the usage charge to retrieve. |
No output schema declared.
No examples provided.
get_webhook Get Webhook ~71
Retrieves the details of a single webhook subscription by its ID, including its configuration and event subscriptions.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | Comma-separated list of specific webhook properties to return in the response. When omitted, all properties are returned. |
| webhook_id | string | yes | The unique identifier of the webhook subscription to retrieve. |
No output schema declared.
No examples provided.
get_webhooks_count Get Webhooks Count ~92
Retrieves the total count of webhook subscriptions configured for your Shopify store, with optional filtering by destination address or event topic.
| Name | Type | Req | Description |
|---|---|---|---|
| address | – | – | Filter the count to only include webhook subscriptions that send POST requests to this specific URI. |
| topic | – | – | Filter the count to only include webhook subscriptions for a specific event topic (e.g., orders/create, products/update). Refer to Shopify's webhook topic documentation for valid values. |
No output schema declared.
No examples provided.
list_application_charges List Application Charges ~91
Retrieves a paginated list of application charges for the store. Use this to view all charges or filter results by cursor position.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | A comma-separated list of specific fields to include in the response. Omit to receive all available fields for each charge. |
| since_id | – | – | Restrict results to charges after the specified ID. Use this for cursor-based pagination to fetch subsequent pages of results. |
No output schema declared.
No examples provided.
list_application_credits List Application Credits ~55
Retrieves all application credits for the store. Use this to view credit transactions and their details.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | – | – | A comma-separated list of field names to include in the response. Omit this parameter to return all available fields. |
No output schema declared.
No examples provided.
list_article_authors List Article Authors ~33
Retrieves a list of all article authors available in the online store. Use this to discover which authors have contributed articles.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
What is the com.mcparmory/shopify-admin MCP server?
com.mcparmory/shopify-admin is an MCP server listed in the public MCP registry as com.mcparmory/shopify-admin. Manage products, orders, customers, inventory, and store configuration. This page covers its PyPI package (mcparmory-shopify-admin).
Is the com.mcparmory/shopify-admin MCP server safe to use?
com.mcparmory/shopify-admin scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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 com.mcparmory/shopify-admin MCP server expose?
com.mcparmory/shopify-admin exposes 177 tools: list_application_charges, get_application_charge, list_application_credits, get_application_credit, list_article_authors, and 172 more. Their descriptions and schemas cost roughly 14,807 tokens of context every time the server is loaded.
Is the com.mcparmory/shopify-admin MCP server still maintained?
com.mcparmory/shopify-admin is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.