KanexPro Product API MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KanexPro Product API MCP Serverlist products in the 'outdoor' category"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
KanexPro Product API — MCP Server
Version: 1.2.0
Remote MCP server exposing the KanexPro CMS API as tools for Claude.
Tools
Tool | Endpoint | Key | Description |
| GET /cmslookup | No | Primary product lookup — flat JSON |
| GET /list | Optional | List products by category/subcategory. MSRP/stock hidden without key |
| POST /push | Yes | Push file/metadata to staging ⚠️ |
| 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.
Related MCP server: Strapi MCP Server
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/healthstdio (Local — for Claude Desktop)
node server.mjs --stdioConnect 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 providesPORTUse the Railway HTTPS URL as your MCP endpoint
Any Node.js Host
PORT=8080 node server.mjsEnvironment Variables
Variable | Default | Description |
|
| HTTP server port |
|
| API base URL |
| (auto) | Egress proxy URL |
Test
node test.mjs # 16 automated tests against live APIThis server cannot be deployed
Maintenance
Related MCP Connectors
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Read, edit, publish, and preview your pepita websites from Claude.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
AI-callable tools for API mocking, testing, monitoring, security, and automation.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables Claude to interact with Webflow's APIs for managing sites, retrieving information, and executing tasks using natural language.2600 npm21MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to Strapi CMS content through the MCP protocol, allowing users to create, read, update, and delete content entries via Claude.1,425 npm25MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude to interact with Webflow's APIs, allowing access to site information, collections, and other Webflow resources.600 npmMIT
- FlicenseCqualityCmaintenanceExposes Panaya REST APIs as MCP tools for managing entities like projects, requirements, tests, defects, releases, cycles, and business processes. Enables Claude or any MCP client to perform CRUD operations on Panaya data via natural language.9-