Nol MCP runs on your own machine — the client starts it, so there is no endpoint to ping.
nol MCP server -- search, cited Q&A, and pages over your team's knowledge base
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 nol-mcp -- npx -y @yawlabs/nol-mcp
{
"mcpServers": {
"nol-mcp": {
"args": [
"-y",
"@yawlabs/nol-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.nol-mcp]
command = "npx"
args = ["-y", "@yawlabs/nol-mcp"]
{
"mcpServers": {
"nol-mcp": {
"args": [
"-y",
"@yawlabs/nol-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"nol-mcp": {
"args": [
"-y",
"@yawlabs/nol-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.