KanexPro Product API MCP Server
OfficialClick on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables Claude to interact with Webflow's APIs for managing sites, retrieving information, and executing tasks using natural language.Last updated21,17621MIT
- Alicense-qualityDmaintenanceProvides access to Strapi CMS content through the MCP protocol, allowing users to create, read, update, and delete content entries via Claude.Last updated69125MIT
- Alicense-qualityDmaintenanceEnables Claude to interact with Webflow's APIs, allowing access to site information, collections, and other Webflow resources.Last updated1,176MIT
- Alicense-qualityDmaintenanceExtends Claude with real-time weather data and product catalog management tools, including forecasts, alerts, CRUD operations for products.Last updated305MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kanex1/kanexpro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server