MCP.so
ログイン

Probo API Integration with MCP

@BrightNexo

Probo API Integration with MCP について

A Model Context Protocol (MCP) wrapper for the Probo printing API. Simplifies interactions with Probo's print service through standardized, type-safe interfaces for product configuration, ordering, and status tracking.

基本情報

カテゴリ

開発者ツール

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

BrightNexo

設定

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

{
  "mcpServers": {
    "probo-mcp-server": {
      "command": "node",
      "args": [
        "test.js"
      ]
    }
  }
}

ツール

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

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

概要

What is Probo API Integration with MCP?

Probo API Integration with MCP is a Model Context Protocol (MCP) server that wraps the Probo printing API, providing a standardized, typed interface for AI assistants and other client applications to search, configure, and order printing products.

How to use Probo API Integration with MCP?

Clone the repository, run npm install, create a .env file with your PROBO_API_KEY, PROBO_API_URL, and PROBO_API_MODE (test or production). Then start the server with node server.js and use an MCP-compatible client (e.g. the included client.js) to call tools such as searchProducts, configureProduct, placeOrder, getOrderStatus, getAllOrders, and cancelOrder.

Key features of Probo API Integration with MCP?

  • Standardized MCP interface for the Probo printing API.
  • Input validation using Zod schemas.
  • Six tools: searchProducts, configureProduct, placeOrder, getOrderStatus, getAllOrders, cancelOrder.
  • Supports test mode (sandbox) and production mode.
  • Designed for integration with AI assistants and chat interfaces.

Use cases of Probo API Integration with MCP?

  • Search for printing products by keyword or language.
  • Configure a product with custom options and delivery address.
  • Place an order for a configured product.
  • Check the status of specific orders or list all orders.
  • Cancel an existing order.

FAQ from Probo API Integration with MCP

What dependencies and setup are required?

Node.js and npm are required. Clone the repo, run npm install, and set environment variables in .env.

How do I configure test vs. production mode?

Set PROBO_API_MODE=test in your .env file or pass isTest: true when calling placeOrder. Test orders are automatically canceled by Probo.

What tools are provided?

The server provides six tools: searchProducts, configureProduct, placeOrder, getOrderStatus, getAllOrders, and cancelOrder. Each tool has documented arguments and example usage in the README.

Can I use this from AI chat interfaces like Claude?

Yes. Start the server with node server.js and connect an MCP-compatible AI chat interface to it. The README includes example prompts for searching products and placing orders.

Where can I learn more about the Probo API?

Refer to the Probo API Documentation for full API details. API credentials are required and can be obtained by contacting Probo.

コメント

「開発者ツール」の他のコンテンツ