Skip to main content
Glama

Square Model Context Protocol Server

by ampcome-mcps

make_api_request

Execute Square API operations by specifying the service, method, and request details. Streamline interactions with services like payments, orders, customers, and inventory management.

Instructions

Unified tool for all Square API operations. Be sure to get types before calling. Available services: applepay, bankaccounts, bookingcustomattributes, bookings, cards, cashdrawers, catalog, checkout, customercustomattributes, customergroups, customersegments, customers, devices, disputes, events, giftcardactivities, giftcards, inventory, invoices, labor, locationcustomattributes, locations, loyalty, merchantcustomattributes, merchants, oauth, ordercustomattributes, orders, payments, payouts, refunds, sites, snippets, subscriptions, team, terminal, vendors, webhooksubscriptions.

Input Schema

NameRequiredDescriptionDefault
methodYesThe API method to call (e.g., 'list', 'create')
requestNoThe request object for the API call.
serviceYesThe Square API service category (e.g., 'catalog', 'payments')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "method": { "description": "The API method to call (e.g., 'list', 'create')", "type": "string" }, "request": { "additionalProperties": true, "description": "The request object for the API call.", "properties": {}, "type": "object" }, "service": { "description": "The Square API service category (e.g., 'catalog', 'payments')", "type": "string" } }, "required": [ "service", "method" ], "type": "object" }
Install Server

Other Tools from Square Model Context Protocol 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/ampcome-mcps/square-mcp'

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