Skip to main content
Glama

Terminal.shop MCP Server

by pashaydev

create-order

Generate and submit orders on Terminal.shop by specifying product variants, address, and payment details through the MCP server interface.

Input Schema

NameRequiredDescriptionDefault
addressIDYes
cardIDYes
variantsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addressID": { "type": "string" }, "cardID": { "type": "string" }, "variants": { "additionalProperties": { "type": "number" }, "type": "object" } }, "required": [ "variants", "addressID", "cardID" ], "type": "object" }

You must be authenticated.

Other Tools from Terminal.shop MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pashaydev/terminal.shop.mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server