Dealx
@DealExpress
Dealx について
MCP Server for DealX platform
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"dealx": {
"command": "npx",
"args": [
"-y",
"@dealx/mcp-server"
],
"env": {
"DEALX_API_URL": "https://dealx.com.ua"
},
"disabled": false,
"autoApprove": []
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is DealX?
DealX is a Model Context Protocol (MCP) server for the DealX platform that allows LLMs to search for ads. It implements the MCP specification to provide a standardized interface for LLMs to interact with the DealX platform.
How to use DealX?
Install via npm (npm install -g @dealx/mcp-server) or run with npx (npx -y @dealx/mcp-server). Configure the server in your LLM’s MCP settings (e.g., Claude Desktop or Cline) by adding a dealx entry under mcpServers with the command npx, args ["-y", "@dealx/mcp-server"], and environment variable DEALX_API_URL set to https://dealx.com.ua. Then use natural language prompts like “Search for ads on DealX with the query 'laptop'”.
Key features of DealX
- Provides a
search_adstool for querying ads. - Supports pagination with offset and limit parameters.
- Allows sorting results (e.g., newest first).
- Designed to be easily extended with additional tools.
- Hosted deployment available on Fronteir AI.
- Works with any MCP-compatible LLM client.
Use cases of DealX
- Search for products or services on DealX using natural language.
- Find the newest ads for a specific item (e.g., “iPhone”).
- Search for ads in a specific location (e.g., “apartments in Kyiv”).
- Integrate DealX ad search into AI assistants or chatbots.
FAQ from DealX
What runtime does DealX require?
Node.js v20 or later and npm v11 or later.
How do I configure DealX with my LLM?
Add the server to your LLM’s MCP configuration file (e.g., claude_desktop_config.json) with the command npx, args ["-y", "@dealx/mcp-server"], and environment variable DEALX_API_URL set to https://dealx.com.ua.
What tools does DealX currently support?
Currently only search_ads. Future tools planned include create_ad, edit_ad, delete_ad, get_threads, and create_thread.
How can I extend DealX with new tools?
Define the tool in the TOOLS object, create a new file in src/tools, add it to the ListToolsRequestSchema and CallToolRequestSchema handlers, and import it in src/index.ts.
What should I do if the server fails to start?
Check Node.js version, ensure dependencies are installed, verify the .env file exists with correct values, and review console error messages.
「その他」の他のコンテンツ
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ICSS
chokcoco不止于 CSS

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント