KanexPro Product API Server
БесплатноНе проверенExposes KanexPro CMS API as tools for Claude, enabling product lookup, category listing, and content publishing.
Описание
Exposes KanexPro CMS API as tools for Claude, enabling product lookup, category listing, and content publishing.
README
Version: 1.2.0
Remote MCP server exposing the KanexPro CMS API as tools for Claude.
Tools
| Tool | Endpoint | Key | Description |
|---|---|---|---|
cmslookup |
GET /cmslookup | No | Primary product lookup — flat JSON |
list |
GET /list | Optional | List products by category/subcategory. MSRP/stock hidden without key |
push |
POST /push | Yes | Push file/metadata to staging ⚠️ |
publish |
POST /publish | Yes | Publish file/metadata to production ⚠️ |
⚠️
pushandpublishrequire the user to provide their key and confirm each time.
listreturns product data without a key, but strips MSRP and stock. Provide the key to see pricing.
Quick Start
npm install
npm start # HTTP server on port 3000
npm run start:stdio # stdio mode (Claude Desktop)
Transports
HTTP (Remote — for Claude.ai)
node server.mjs
# → MCP endpoint: http://0.0.0.0:3000/mcp
# → Health check: http://0.0.0.0:3000/health
stdio (Local — for Claude Desktop)
node server.mjs --stdio
Connect to Claude.ai (Remote MCP)
Once hosted at a public HTTPS URL:
URL: https://your-domain.com/mcp
Claude Desktop Config
{
"mcpServers": {
"kanexpro-api": {
"command": "node",
"args": ["/path/to/kanexpro-mcp/server.mjs", "--stdio"]
}
}
}
Hosting
Railway (recommended)
- Push to GitHub
- Connect repo in railway.app
- Auto-runs
npm start— Railway providesPORT - Use the Railway HTTPS URL as your MCP endpoint
Any Node.js Host
PORT=8080 node server.mjs
Environment Variables
| Variable | Default | Description |
|---|---|---|
PORT |
3000 |
HTTP server port |
KANEXPRO_API_URL |
https://api.kanexpro.com |
API base URL |
HTTPS_PROXY |
(auto) | Egress proxy URL |
Test
node test.mjs # 16 automated tests against live API
Установка KanexPro Product API Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kanex1/kanexpro-mcpFAQ
KanexPro Product API Server MCP бесплатный?
Да, KanexPro Product API Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для KanexPro Product API Server?
Нет, KanexPro Product API Server работает без API-ключей и переменных окружения.
KanexPro Product API Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить KanexPro Product API Server в Claude Desktop, Claude Code или Cursor?
Открой KanexPro Product API Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare KanexPro Product API Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
