shopline-dev-mcp

shopline-dev-mcp is a skill for Claude Code, Codex from lunw/shopline-ai-toolkit-dsh. It costs 64 tokens per session (966 once invoked), scanned A, original, MIT.

A connection to SHOPLINE's official developer tools and documentation. SHOPLINE is an online-store platform; these tools help developers look up how its APIs and themes work.

In plain words
What is it for?
Use it to search SHOPLINE docs, inspect REST endpoint definitions, fetch the GraphQL schema, check GraphQL code, and validate Sline themes.
Why use it?
It avoids searching through platform documentation by hand or guessing endpoint names, request details, GraphQL fields, or theme syntax.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search SHOPLINE docs, inspect REST endpoint definitions, fetch the GraphQL schema, check GraphQL code, and validate Sline themes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lunw/shopline-ai-toolkit-dsh/shopline-dev-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lunw/shopline-ai-toolkit-dsh --skill shopline-dev-mcp
Clone the repo
git clone --depth 1 https://github.com/lunw/shopline-ai-toolkit-dsh

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for shopline-dev-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/lunw/shopline-ai-toolkit-dsh/shopline-dev-mcp/github.svg)](https://agentmods.dev/skills/lunw/shopline-ai-toolkit-dsh/shopline-dev-mcp)
Your own site
<a href="https://agentmods.dev/skills/lunw/shopline-ai-toolkit-dsh/shopline-dev-mcp"><img src="https://agentmods.dev/badge/skills/lunw/shopline-ai-toolkit-dsh/shopline-dev-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for shopline-dev-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/lunw/shopline-ai-toolkit-dsh/shopline-dev-mcp"><img src="https://agentmods.dev/badge/skills/lunw/shopline-ai-toolkit-dsh/shopline-dev-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 966 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.00966
Opus 5 $0.00032 $0.00483
Sonnet 5 $0.00013 $0.00193
Haiku 4.5 $0.00006 $0.00097

Measured 11d ago against content hash 35a396e384bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

shopline-dev-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/shopline-dev-mcp/SKILL.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SHOPLINE Developer MCP Tools (via DSH)

The DSH plugin shopline-ai-toolkit-dsh bridges the official SHOPLINE Developer MCP server (@shoplineos/shopline-developer-mcp) through DSH's native MCP client. All its tools are available as native tools named mcp__shopline__<tool>. The server runs locally (stdio), requires no authentication, and needs Node.js >= 18.

Tool map (official server)

DSH tool name What it does Use when
mcp__shopline__shopline_readme README: dependencies & best practices of the MCP tools Starting any SHOPLINE MCP session
mcp__shopline__search_shopline_docs Search SHOPLINE developer docs Broad questions ("how do webhooks work?", "product API")
mcp__shopline__read_full_docs Full doc content by URL You have a doc URL and need the complete text
mcp__shopline__search_admin_rest_endpoints Search Admin REST endpoints Finding the right REST path/resource
mcp__shopline__get_rest_api_definition Full OpenAPI definition of a REST endpoint Writing code against a REST endpoint
mcp__shopline__get_admin_rest_endpoint_detail Detail: request params, response params, examples Building a correct request/response contract
mcp__shopline__get_graphql_schema Storefront GraphQL schema: Query/Mutation/Type Schema lookups for Storefront GraphQL
mcp__shopline__validate_graphql_codes Validate GraphQL code against the schema (syntax, deprecated, hallucinated fields) Before shipping any generated GraphQL
mcp__shopline__shopline_mcp_feedback Send feedback to SHOPLINE Reporting doc/API issues

Optional community server (sline.dev)

If enabled in cordis.patch.yml (row mcp-shopline-sline), the sline.dev MCP server adds mcp__sline__* tools:

DSH tool name What it does
mcp__sline__learn_shopline_api Up-to-date API guidance + conversation context
mcp__sline__search_docs_chunks Search sline.dev docs (chunked, may lack context)
mcp__sline__fetch_full_docs Complete doc for an exact sline.dev path
mcp__sline__introspect_admin_schema Introspect the Admin GraphQL schema (types, fields, queries, mutations)
mcp__sline__validate_theme Validate Sline templates/theme files

Read the full file on GitHub · 51 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 51 lines · 64 tokens per session scan A 35a396e384bb

Subscribe to this mod's changes

shopline-dev-mcp is a skill published in the GitHub repository lunw/shopline-ai-toolkit-dsh (6 stars, last pushed 15d ago), licensed MIT. It adds 64 tokens to every session and 966 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

pipefy-introspection

Use this skill when you need to discover GraphQL type shapes, mutation signatures, enum values, or execute arbitrary GraphQL as a fallback. This is the first fallback tier (Tier 2) when dedicated MCP tools fail or don't exist for an operation. 7 MCP tools.

pipefy/ai-toolkit · 61 tokens

pipefy-api-fallback

Use this skill when an MCP tool fails AND the introspection skill could not resolve the problem. This is the last-resort fallback (Tier 3): call the Pipefy GraphQL API directly using curl or httpx, authenticating with the Service Account (OAuth2) or a Personal Access Token (PAT) available as env var. Follow the 3-tier…

pipefy/ai-toolkit · 86 tokens

yao-process

Yao process execution expert. ALWAYS invoke this skill when the user needs to call a Yao process, query data models, run scripts, or check process permissions. Do not call processes without checking this skill first.

YaoApp/yao · 47 tokens

daytona-cloud-server

Daytona cloud server, Den sandbox, desktop plus cloud e2e, marketplace server, worker proxy, cloud auth, org policies, connect Electron to Den. Use for server-side setup in validated flows.

Devin-AXIS/iPolloWork · 46 tokens

stripe-billing-subscriptions

Analyze Stripe customers, subscriptions, prices, invoices, payment status, and lifecycle transitions with explicit environment and object scope.

Devin-AXIS/iPolloWork · 29 tokens

kotlin-ktor-patterns

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing. Use when building a Ktor server — routing, plugins, auth, DI, serialization, or tests.

gongyijie85/dsh-ecc · 55 tokens