MCP.so
ログイン
M

Mcp Server Gelato

@madzarm

Mcp Server Gelato について

Server for managing your Gelato POD account.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

madzarm

投稿者

Maksim Madzar

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-gelato": {
      "command": "uvx",
      "args": [
        "mcp-server-gelato"
      ],
      "env": {
        "GELATO_API_KEY": "your_api_key_here"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp Server Gelato?

Mcp Server Gelato integrates with Gelato’s print-on-demand API, providing tools and resources to search orders, retrieve order details, and explore product catalogs. It is designed for developers using AI assistants (MCP hosts) to manage Gelato order workflows and product data.

How to use Mcp Server Gelato?

Install via uvx mcp-server-gelato or pip install mcp-server-gelato, then set the GELATO_API_KEY environment variable. Run the server with mcp-server-gelato or add it to Claude Desktop using claude mcp add gelato --env GELATO_API_KEY="your_key" -- uvx mcp-server-gelato. After startup, use tools like search_orders and resources like orders://{order_id}.

Key features of Mcp Server Gelato

  • Search orders with multiple filters (status, country, date range)
  • Retrieve order summaries and detailed order information
  • Search products in catalogs with filtering capabilities
  • Check stock availability across regions
  • List available shipment methods
  • Clear separation between data resources and operational tools

Use cases of Mcp Server Gelato

  • Managing print-on-demand orders from an AI assistant
  • Exploring product catalogs and pricing for fulfillment planning
  • Checking stock and shipment methods before placing orders
  • Automating order status tracking and draft order management

FAQ from Mcp Server Gelato

How do I get a Gelato API key?

Visit the Gelato API Portal, sign up or log in, and generate an API key from your dashboard.

Do I need Python installed to use this server?

Yes, Python 3.13 or later is required.

What happens if the server starts without an API key?

The server will fail to connect. You can either install with the API key set as an environment variable or use the configure_gelato tool within Claude to configure it afterward.

What transports and authentication does this server use?

The server uses standard MCP transport over stdio and authenticates via a Gelato API key provided through the GELATO_API_KEY environment variable.

Are there any known limits?

The search_orders tool is limited to 100 results per request (controlled via the limit parameter). The server automatically retries on rate limiting with exponential backoff.

コメント

「その他」の他のコンテンツ