ProductMaster MCP Server
Enables natural language search and management of product information through a flexible API wrapper. Supports fuzzy search with multiple filtering criteria, detailed product retrieval, and statistical analysis of products by type, currency, and risk level.
README
ProductMaster MCP Server
自然言語での曖昧検索に対応した商品情報管理システム用MCPサーバー
概要
ProductMaster APIを標準MCPプロトコルでラップし、Claude等のAIアシスタントから自然言語で商品検索を可能にします。
機能
MCPツール
-
search_products_flexible - 柔軟な商品検索
- 自然言語クエリ対応
- 複数条件フィルタリング(商品タイプ、通貨、投資額、リスクレベル等)
- ソート機能
-
get_product_details - 商品詳細情報取得
- 商品コード指定での詳細情報取得
-
get_product_statistics - 商品統計情報取得
- 商品タイプ別、通貨別、リスクレベル別統計
- 投資額統計
技術仕様
- MCPプロトコル: JSON-RPC 2.0 over stdio transport
- Python: 3.8+
- 依存関係: mcp, httpx, pydantic
- ProductMaster API: http://localhost:8001
使用例
# MCP Inspectorでテスト
npx @modelcontextprotocol/inspector python3 server/mcp_server.py
# 直接テスト
echo '{"jsonrpc": "2.0", "id": 1, "method": "tools/list"}' | python3 server/mcp_server.py
インストール
pip install -r requirements.txt
開発
- ローカル開発: /mnt/c/Users/takehig/QCHAT/.work/ProductMaster-MCP/
- GitHub: https://github.com/takehig/ProductMaster-MCP
- EC2デプロイ: /home/ec2-user/ProductMaster-MCP/
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.