CTnP MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping.
Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.
Today is the operative word: we check CTnP MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ctnp-mcp -- npx -y @ingeniux/ctnp-mcp
{
"mcpServers": {
"ctnp-mcp": {
"args": [
"-y",
"@ingeniux/ctnp-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.ctnp-mcp]
command = "npx"
args = ["-y", "@ingeniux/ctnp-mcp"]
{
"mcpServers": {
"ctnp-mcp": {
"args": [
"-y",
"@ingeniux/ctnp-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ctnp-mcp": {
"args": [
"-y",
"@ingeniux/ctnp-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CTNP_API_URL (Base URL of the CTnP REST API (e.g. https://yoursite.com/api)), CTNP_CMS_URL (Base URL of the CTnP CMS (e.g. https://yoursite.com)), CTNP_BEARER_TOKEN (Bearer token for CTnP API authentication), CTNP_CMS_USER_ID (CMS user ID (optional, for personalization context)), CTNP_CMS_USER_NAME (CMS user display name (optional)), CTNP_CMS_GROUP_IDS (Comma-separated CMS group IDs for permission context (default: UserGroup/1)), CTNP_CONNECTION_ID (CTnP connection ID for multi-tenant setups (optional)), CTNP_TIMEOUT_MS (Request timeout in milliseconds (default: 30000)).
The author declared them in the registry entry; get the values from the project itself.
MCP Server for software testing, test case management, test execution, and defect tracking.
MCP server for iOS and Android Mobile Development, Automation and Testing
A test MCP server for task management
MCP server for regex testing, matching, replacing, and validation
Security testing MCP server for penetration testing, forensics, and vulnerability assessment
A standardized testing harness for MCP servers and agent workflows
Semilattice lets agents make predictions about audiences for content testing and decision making.
MCP server for QMetry Test Management for Jira (QTM4J) Open API.
Answers built from our own checks of this server.