Self-hosted webhook relay and tunnel with Noise NK encryption. 13 MCP tools to inspect requests, replay webhooks, trace AI pipelines, connect/disconnect tunnels, and manage subdomains. No tokens or passwords — the cryptographic handshake is the auth.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y pipepieAgent-CoreX intelligently routes which tools from pipepie/pipepie your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"pipepie": {
"command": "npx",
"args": [
"-y",
"pipepie"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add pipepieAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use pipepie/pipepie directly without routing
npx -y pipepieNew to Agent-CoreX? View setup guide →