Design · MODEL CONTEXT PROTOCOL

pashaydev terminal.shop.mcp

pashaydev terminal.shop.mcp is a community-listed Model Context Protocol server. Review the source repository before installation.

WHAT IT CONNECTS

pashaydev terminal.shop.mcp 为 AI Agent 提供什么

  • **Product Management**: Browse and search Terminal.shop's coffee products
  • **Cart Operations**: Add items to cart, set shipping address and payment method
  • **Order Management**: Place orders and view order history
  • **Subscription Handling**: Create and manage recurring coffee subscriptions
  • **User Profile**: Update user information and manage shipping addresses
  • **Payment Methods**: Secure handling of payment information
  • Node.js
  • A Terminal.shop account
  • A Terminal.shop API token
  • Clone this repository
  • Install dependencies:
  • Connect to Terminal.shop and create a new token:
  • Open claude.app, go to settings, click 'developer' option and 'edit config':
  • Restart claude.app, and make sure you see hammer icon under input
  • Ask claude to get list of products or create a new address, subscription etc
  • `terminal://products` - List all available products
  • `terminal://product/{id}` - Get details for a specific product
  • `terminal://orders` - View order history
  • `terminal://profile` - Access user profile information
  • `terminal://addresses` - Manage shipping addresses
  • `terminal://cards` - Manage payment methods
  • `terminal://cart` - View current shopping cart
  • `terminal://subscriptions` - Manage coffee subscriptions
  • `search-products` - Search for products by keyword
  • `get-product-details` - Get detailed information about a specific product
  • `add-to-cart` - Add a product variant to the cart
  • `set-cart-address` - Set the shipping address for the cart
  • `set-cart-card` - Set the payment method for the cart
  • `clear-cart` - Empty the shopping cart
  • `checkout` - Convert the cart to an order
  • `create-order` - Create an order directly without using the cart
  • `update-profile` - Update user profile information
  • `create-address` - Add a new shipping address
  • `delete-address` - Remove a shipping address
  • `collect-card` - Generate a secure URL for adding payment information
  • `create-card` - Add a card using a Stripe token
  • `delete-card` - Remove a payment method
  • `create-subscription` - Start a new coffee subscription
  • `cancel-subscription` - Cancel an existing subscription
  • `create-token` - Create a new personal access token
  • `delete-token` - Delete a personal access token
  • `get-app-data` - Fetch all account data at once
  • `browse-products` - Guide for browsing and finding products
  • `manage-cart` - Help with shopping cart management
  • `place-order` - Assistance with placing an order
  • `manage-subscription` - Support for subscription management
  • `manage-profile` - Guide for profile and address management
  • The server handles sensitive payment information through secure URLs rather than directly processing card details
  • API tokens are stored in environment variables to prevent exposure
  • User data is handled according to Terminal.shop's security practices

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。