← Back to search

io.github.StefDCL/clishop

DavooxBv2 Scanned 23h ago

Order anything from your terminal — search, buy, track, and manage via MCP tools.

C
67.3 / 100

Versions

0.2.1latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 47

setup
annotations: verified low

Create or sign in a CLISHOP account using an email address. Setup now completes immediately; add address and payment later when the user is ready to buy.

email string
readOnlyHint false openWorldHint true
setup_status
annotations: verified low

Check a legacy setup session by setup_id. Modern email-only setup completes immediately and usually does not need this tool.

setupId string
readOnlyHint true openWorldHint true
search_products
annotations: verified low

Search for products across all connected stores. Supports filters for price, category, brand, delivery location, shipping speed, ratings, and more. Returns product listings with pricing, availability, and store info.

page number brand string order enum query string store string country string inStock boolean perPage number category string maxPrice number minPrice number minRating number freeReturns boolean trustedOnly boolean freeShipping boolean maxDeliveryDays number
readOnlyHint true openWorldHint true
get_product
annotations: verified low

Get detailed information about a specific product by its ID, including price, availability, description, specs, and store info.

productId string
readOnlyHint true openWorldHint true idempotentHint false destructiveHint false
buy_product
annotations: verified low

Place an order for a product. Uses the active agent's default address and payment method unless overridden. Respects agent safety limits (max order amount, blocked categories).

agent string quantity number addressId string paymentId string productId string
readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
list_orders
annotations: mismatch low

List the user's orders, optionally filtered by status.

page number
readOnlyHint true openWorldHint false idempotentHint false destructiveHint true
get_order
annotations: mismatch low

Show full details of a specific order including items, status, tracking, and shipments.

orderId string
readOnlyHint true openWorldHint false idempotentHint false destructiveHint true
cancel_order
annotations: verified low

Cancel a pending or confirmed order. Cannot cancel orders that are already shipped or delivered.

orderId string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint true
list_addresses
annotations: verified low

List all saved shipping addresses for the active agent.

agent string
readOnlyHint true openWorldHint false idempotentHint false destructiveHint false
add_address
annotations: verified low

Add a new shipping address. Supports residential and business addresses with optional VAT/Tax ID.

city string label string line1 string line2 string phone string taxId string region string country string lastName string firstName string vatNumber string postalCode string setDefault boolean companyName string instructions string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
remove_address
annotations: verified low

Remove a saved shipping address by its ID.

addressId string
readOnlyHint false openWorldHint false idempotentHint true destructiveHint true
add_payment_method
annotations: verified low

Generate a secure payment-setup link for the active agent. Give this URL to the human so they can add a payment method in the web portal. The agent never handles raw card details.

agent string
readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
list_payment_methods
annotations: verified low

List saved payment methods for the active agent.

agent string
readOnlyHint true openWorldHint false
list_stores
annotations: verified low

Browse available stores. Filter by name, verification status, rating, or country.

page number sort enum query string country string perPage number verified boolean minRating number
readOnlyHint true openWorldHint true
get_store
annotations: verified low

View detailed information about a store by name, slug, or ID.

store string
readOnlyHint true openWorldHint true
store_catalog
annotations: verified low

Browse a store's product catalog, optionally filtering by query, category, price, or rating.

page number sort string query string store string perPage number category string maxPrice number minPrice number minRating number
readOnlyHint true openWorldHint true
account_status
annotations: verified low

Show full account overview including user info, agents (safety profiles), addresses, and payment methods.

readOnlyHint true openWorldHint false
list_agents
annotations: verified low

List all configured agents (safety profiles). Agents control spending limits, allowed categories, and default address/payment.

readOnlyHint true openWorldHint false idempotentHint false destructiveHint false
create_advertise_request
annotations: verified low

Can't find what you need? Create an advertised request and vendors will bid to fulfill it. Describe what you're looking for and optionally set a max price.

brand string title string currency string quantity number description string maxBidPrice number
readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
create_support_ticket
annotations: verified low

Create a support ticket for an order. Use this when there's an issue with a delivery, wrong item, refund request, etc.

message string orderId string subject string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
list_support_tickets
annotations: verified low

List your support tickets, optionally filtered by status.

status string
readOnlyHint true openWorldHint false idempotentHint false destructiveHint false
submit_feedback
annotations: verified low

Report a bug or suggest an improvement to CLISHOP.

type enum title string description string actualBehavior string expectedBehavior string stepsToReproduce string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
add_product_review
annotations: verified low

Write a review for a product. Rating is on a 1-10 scale.

body string title string rating number orderId string productId string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
add_store_review
annotations: verified low

Write a review for a store. Rating is on a 1-10 scale.

body string title string rating number orderId string storeId string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
list_reviews
annotations: mismatch low

List all product and store reviews you have written.

readOnlyHint true openWorldHint false idempotentHint true destructiveHint true
get_product_rating
annotations: mismatch low

View rating details for a product including review count, Bayesian average, and effective cap.

productId string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint true
get_store_rating
annotations: mismatch low

View rating details for a store including review count, Bayesian average, and effective cap.

storeId string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint true
delete_review
annotations: verified low

Delete one of your reviews (product or store).

reviewId string isStoreReview boolean
readOnlyHint false openWorldHint false idempotentHint true destructiveHint true
list_advertise_requests
annotations: verified low

List your advertised requests where vendors can bid to fulfill them.

page number status enum
readOnlyHint true openWorldHint false idempotentHint false destructiveHint false
get_advertise_request
annotations: verified low

View an advertised request and its vendor bids.

advertiseId string
readOnlyHint true openWorldHint false idempotentHint false destructiveHint false
accept_advertise_bid
annotations: verified low

Accept a vendor's bid on your advertised request. All other bids will be automatically rejected.

bidId string advertiseId string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
reject_advertise_bid
annotations: verified low

Reject a vendor's bid on your advertised request.

bidId string advertiseId string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
cancel_advertise_request
annotations: verified low

Cancel an open advertised request.

advertiseId string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint true
get_support_ticket
annotations: verified low

View a support ticket and its full message history.

ticketId string
readOnlyHint true openWorldHint false idempotentHint false destructiveHint false
reply_to_support_ticket
annotations: verified low

Send a reply message to an existing support ticket.

message string ticketId string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
close_support_ticket
annotations: verified low

Close a resolved support ticket.

ticketId string
readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
create_agent
annotations: verified low

Create a new agent (safety profile) with spending limits and category restrictions.

name string maxOrderAmount number allowedCategories array blockedCategories array requireConfirmation boolean
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
switch_agent
annotations: verified low

Switch which agent (safety profile) is active. The active agent controls spending limits and defaults.

name string
readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
get_agent
annotations: verified low

Show details of a specific agent (safety profile) including limits, categories, and defaults.

name string
readOnlyHint true openWorldHint false idempotentHint true destructiveHint false
update_agent
annotations: verified low

Update an agent's settings (spending limits, category restrictions, confirmation preference).

name string maxOrderAmount number defaultAddressId string allowedCategories array blockedCategories array requireConfirmation boolean defaultPaymentMethodId string
readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
get_spending_limit
annotations: verified low

View the current monthly spending limit.

readOnlyHint true openWorldHint false idempotentHint true destructiveHint false
set_spending_limit
annotations: verified low

Change your monthly spending limit. May require email confirmation for security.

amountInDollars number
readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
remove_payment_method
annotations: verified low

Remove a saved payment method by its ID.

paymentMethodId string
readOnlyHint false openWorldHint false idempotentHint true destructiveHint true
set_default_payment_method
annotations: verified low

Set the default payment method for the active agent.

paymentMethodId string
readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
set_default_address
annotations: verified low

Set the default shipping address for the active agent.

addressId string
readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
list_feedback
annotations: verified low

List your submitted bug reports and suggestions.

type enum status string
readOnlyHint true openWorldHint false
get_feedback
annotations: verified low

View details of a specific bug report or suggestion by ID.

feedbackId string
readOnlyHint true openWorldHint false

Permissions 3

network medium
Server uses network capabilities via: fetch()
shell high
Server uses shell capabilities via: child_process
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 132

info
Tool 'search_products' annotations are consistent annotation_checker · 80%
info
Tool 'get_product' annotations are consistent annotation_checker · 80%
info
Tool 'buy_product' annotations are consistent annotation_checker · 80%
info
Tool 'accept_advertise_bid' annotations are consistent annotation_checker · 80%
info
Tool 'reject_advertise_bid' annotations are consistent annotation_checker · 80%
info
Tool 'setup_status' annotations are consistent annotation_checker · 80%
info
Tool 'setup' annotations are consistent annotation_checker · 80%
medium
Tool 'list_orders' claims destructive but name implies read-only operation annotation_checker · 80%
medium
Tool 'get_order' claims destructive but name implies read-only operation annotation_checker · 80%
info
Tool 'cancel_order' annotations are consistent annotation_checker · 80%
info
Tool 'list_addresses' annotations are consistent annotation_checker · 80%
info
Tool 'add_address' annotations are consistent annotation_checker · 80%
info
Tool 'remove_address' annotations are consistent annotation_checker · 80%
info
Tool 'add_payment_method' annotations are consistent annotation_checker · 80%
info
Tool 'list_payment_methods' annotations are consistent annotation_checker · 80%
info
Tool 'list_stores' annotations are consistent annotation_checker · 80%
info
Tool 'get_store' annotations are consistent annotation_checker · 80%
info
Tool 'store_catalog' annotations are consistent annotation_checker · 80%
info
Tool 'account_status' annotations are consistent annotation_checker · 80%
info
Tool 'list_agents' annotations are consistent annotation_checker · 80%
info
Tool 'create_advertise_request' annotations are consistent annotation_checker · 80%
info
Tool 'create_support_ticket' annotations are consistent annotation_checker · 80%
info
Tool 'list_support_tickets' annotations are consistent annotation_checker · 80%
info
Tool 'submit_feedback' annotations are consistent annotation_checker · 80%
info
Tool 'add_product_review' annotations are consistent annotation_checker · 80%
info
Tool 'add_store_review' annotations are consistent annotation_checker · 80%
medium
Tool 'list_reviews' claims destructive but name implies read-only operation annotation_checker · 80%
medium
Tool 'get_product_rating' claims destructive but name implies read-only operation annotation_checker · 80%
medium
Tool 'get_store_rating' claims destructive but name implies read-only operation annotation_checker · 80%
info
Tool 'delete_review' annotations are consistent annotation_checker · 80%
info
Tool 'list_advertise_requests' annotations are consistent annotation_checker · 80%
info
Tool 'get_advertise_request' annotations are consistent annotation_checker · 80%
info
Tool 'cancel_advertise_request' annotations are consistent annotation_checker · 80%
info
Tool 'get_support_ticket' annotations are consistent annotation_checker · 80%
info
Tool 'reply_to_support_ticket' annotations are consistent annotation_checker · 80%
info
Tool 'close_support_ticket' annotations are consistent annotation_checker · 80%
info
Tool 'create_agent' annotations are consistent annotation_checker · 80%
info
Tool 'switch_agent' annotations are consistent annotation_checker · 80%
info
Tool 'get_agent' annotations are consistent annotation_checker · 80%
info
Tool 'update_agent' annotations are consistent annotation_checker · 80%
info
Tool 'get_spending_limit' annotations are consistent annotation_checker · 80%
info
Tool 'set_spending_limit' annotations are consistent annotation_checker · 80%
info
Tool 'remove_payment_method' annotations are consistent annotation_checker · 80%
info
Tool 'set_default_payment_method' annotations are consistent annotation_checker · 80%
info
Tool 'set_default_address' annotations are consistent annotation_checker · 80%
info
Tool 'list_feedback' annotations are consistent annotation_checker · 80%
info
Tool 'get_feedback' annotations are consistent annotation_checker · 80%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-35jp-ww65-95wh) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-3g43-6gmg-66jw) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-3p68-rc4w-qgx5) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-3w6x-2g7m-8v23) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-42h9-826w-cgv3) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-445q-vr5w-6q77) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-5c9x-8gcm-mpgx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-62hf-57xw-28j9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-6chq-wfr3-2hj9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-777c-7fjr-54vf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-7q8q-rj6j-mhjq) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-898c-q2cr-xwhg) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-fvcv-3m26-pcqx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-hfxv-24rg-xrqf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-j5f8-grm9-p9fc) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-jqh4-m9w3-8hp9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-m7pr-hjqh-92cm) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-mmx7-hfxf-jppx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-mwf2-3pr3-8698) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-p92q-9vqr-4j8v) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-pf86-5x62-jrwf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-pmv8-rq9r-6j72) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-pmwg-cvhr-8vh7) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-q8qp-cvcw-x6jj) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-vf2m-468p-8v99) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-w9j2-pvgh-6h63) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-xhjh-pmcv-23jw) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.5 (GHSA-xx6v-rp6x-q39c) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: setup manifest_parser · 85%
info
Tool: setup_status manifest_parser · 85%
info
Tool: search_products manifest_parser · 85%
info
Tool: get_product manifest_parser · 85%
info
Tool: buy_product manifest_parser · 85%
info
Tool: list_orders manifest_parser · 85%
info
Tool: get_order manifest_parser · 85%
info
Tool: cancel_order manifest_parser · 85%
info
Tool: list_addresses manifest_parser · 85%
info
Tool: add_address manifest_parser · 85%
info
Tool: remove_address manifest_parser · 85%
info
Tool: add_payment_method manifest_parser · 85%
info
Tool: list_payment_methods manifest_parser · 85%
info
Tool: list_stores manifest_parser · 85%
info
Tool: get_store manifest_parser · 85%
info
Tool: store_catalog manifest_parser · 85%
info
Tool: account_status manifest_parser · 85%
info
Tool: list_agents manifest_parser · 85%
info
Tool: create_advertise_request manifest_parser · 85%
info
Tool: create_support_ticket manifest_parser · 85%
info
Tool: list_support_tickets manifest_parser · 85%
info
Tool: submit_feedback manifest_parser · 85%
info
Tool: add_product_review manifest_parser · 85%
info
Tool: add_store_review manifest_parser · 85%
info
Tool: list_reviews manifest_parser · 85%
info
Tool: get_product_rating manifest_parser · 85%
info
Tool: get_store_rating manifest_parser · 85%
info
Tool: delete_review manifest_parser · 85%
info
Tool: list_advertise_requests manifest_parser · 85%
info
Tool: get_advertise_request manifest_parser · 85%
info
Tool: accept_advertise_bid manifest_parser · 85%
info
Tool: reject_advertise_bid manifest_parser · 85%
info
Tool: cancel_advertise_request manifest_parser · 85%
info
Tool: get_support_ticket manifest_parser · 85%
info
Tool: reply_to_support_ticket manifest_parser · 85%
info
Tool: close_support_ticket manifest_parser · 85%
info
Tool: create_agent manifest_parser · 85%
info
Tool: switch_agent manifest_parser · 85%
info
Tool: get_agent manifest_parser · 85%
info
Tool: update_agent manifest_parser · 85%
info
Tool: get_spending_limit manifest_parser · 85%
info
Tool: set_spending_limit manifest_parser · 85%
info
Tool: remove_payment_method manifest_parser · 85%
info
Tool: set_default_payment_method manifest_parser · 85%
info
Tool: set_default_address manifest_parser · 85%
info
Tool: list_feedback manifest_parser · 85%
info
Tool: get_feedback manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (3) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 320 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%