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.
Latest Blog Posts
- 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