Terminal.shop▌

by pashaydev
Order online from Starbucks with Terminal.shop—browse coffee products, manage carts, and enjoy secure payments for subsc
Integrates with Terminal.shop's e-commerce platform to enable browsing coffee products, managing shopping carts, and handling subscriptions with secure Stripe payment processing
best for
- / AI assistants helping customers shop for coffee
- / Automated subscription management for coffee deliveries
- / E-commerce chatbots with full transaction capabilities
capabilities
- / Browse coffee products and search inventory
- / Add items to shopping cart and set shipping details
- / Place orders and view order history
- / Create and manage coffee subscriptions
- / Update user profiles and shipping addresses
- / Handle secure payment processing with Stripe
what it does
Connects AI assistants to Terminal.shop's coffee e-commerce platform for browsing products, managing carts, and handling orders with Stripe payments.
about
Terminal.shop is a community-built MCP server published by pashaydev that provides AI assistants with tools and capabilities via the Model Context Protocol. Order online from Starbucks with Terminal.shop—browse coffee products, manage carts, and enjoy secure payments for subsc It is categorized under developer tools.
how to install
You can install Terminal.shop in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
license
MIT
Terminal.shop is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
readme
Terminal.shop MCP Server
This project implements a mcp server for interacting with the terminal.shop. It allows ai assistants to seamlessly browse products, manage shopping carts, place orders, and handle subscriptions through Terminal.shop's API.
<a href="https://glama.ai/mcp/servers/@pashaydev/terminal.shop.mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@pashaydev/terminal.shop.mcp/badge" alt="Terminal.shop Server MCP server" /> </a>Features
- 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
Setup
Prerequisites
- Node.js
- A Terminal.shop account
- A Terminal.shop API token
Installation
-
Clone this repository
-
Install dependencies:
npm install -
Connect to Terminal.shop and create a new token:
ssh terminal.shop -t tokens -
Open claude.app, go to settings, click 'developer' option and 'edit config':
{
"mcpServers": {
"terminal-shop-mcp": {
"command": "node",
"args": ["path_to_folder/server.js"],
"env": {
"TERMINAL_API_TOKEN": "token here"
}
}
}
}
-
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
Available Resources
The MCP server provides the following resources:
terminal://products- List all available productsterminal://product/{id}- Get details for a specific productterminal://orders- View order historyterminal://profile- Access user profile informationterminal://addresses- Manage shipping addressesterminal://cards- Manage payment methodsterminal://cart- View current shopping cartterminal://subscriptions- Manage coffee subscriptions
Tools
The server provides various tools for interacting with Terminal.shop:
Product Tools
search-products- Search for products by keywordget-product-details- Get detailed information about a specific product
Cart Tools
add-to-cart- Add a product variant to the cartset-cart-address- Set the shipping address for the cartset-cart-card- Set the payment method for the cartclear-cart- Empty the shopping cartcheckout- Convert the cart to an order
Order Tools
create-order- Create an order directly without using the cart
User Management Tools
update-profile- Update user profile informationcreate-address- Add a new shipping addressdelete-address- Remove a shipping addresscollect-card- Generate a secure URL for adding payment informationcreate-card- Add a card using a Stripe tokendelete-card- Remove a payment method
Subscription Tools
create-subscription- Start a new coffee subscriptioncancel-subscription- Cancel an existing subscription
Account Tools
create-token- Create a new personal access tokendelete-token- Delete a personal access tokenget-app-data- Fetch all account data at once
Prompt Templates
The server includes several prompt templates to help AI assistants provide better responses:
browse-products- Guide for browsing and finding productsmanage-cart- Help with shopping cart managementplace-order- Assistance with placing an ordermanage-subscription- Support for subscription managementmanage-profile- Guide for profile and address management
API Documentation
This MCP server is built on top of the Terminal.shop API. For detailed information about the underlying API, refer to the Terminal API documentation.
Security Considerations
- 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
License
This project is licensed under the MIT License - see the LICENSE file for details.
FAQ
- What is the Terminal.shop MCP server?
- Terminal.shop is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
- How do MCP servers relate to agent skills?
- Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
- How are reviews shown for Terminal.shop?
- This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
Ratings
4.5★★★★★10 reviews- ★★★★★Shikha Mishra· Oct 10, 2024
Terminal.shop is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Piyush G· Sep 9, 2024
We evaluated Terminal.shop against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Chaitanya Patil· Aug 8, 2024
Useful MCP listing: Terminal.shop is the kind of server we cite when onboarding engineers to host + tool permissions.
- ★★★★★Sakshi Patil· Jul 7, 2024
Terminal.shop reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
- ★★★★★Ganesh Mohane· Jun 6, 2024
I recommend Terminal.shop for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
- ★★★★★Oshnikdeep· May 5, 2024
Strong directory entry: Terminal.shop surfaces stars and publisher context so we could sanity-check maintenance before adopting.
- ★★★★★Dhruvi Jain· Apr 4, 2024
Terminal.shop has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
- ★★★★★Rahul Santra· Mar 3, 2024
According to our notes, Terminal.shop benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
- ★★★★★Pratham Ware· Feb 2, 2024
We wired Terminal.shop into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
- ★★★★★Yash Thakker· Jan 1, 2024
Terminal.shop is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
