Advertek Agent Rail — MCP server and REST API for AI agents to order print production
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"advertek-agent-rail": {
"command": "npx",
"args": [
"-y",
"QNTMDNA/advertek-agent-rail"
]
}
}
}
Run in terminal:
claude mcp add advertek-agent-rail npx -y QNTMDNA/advertek-agent-rail
Add to .cursor/mcp.json:
{
"mcpServers": {
"advertek-agent-rail": {
"command": "npx",
"args": [
"-y",
"QNTMDNA/advertek-agent-rail"
]
}
}
}