🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

clawpipe-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clawpipe-mcp-server

ClawPipe MCP server — expose the AI pipeline as tools for Claude, ChatGPT, and other AI agents.

latest
npmnpm
Version
3.2.0
Version published
Maintainers
1
Created
Source

clawpipe-mcp-server

Model Context Protocol server for ClawPipe — expose the intelligent AI pipeline as tools for Claude, ChatGPT, and other AI agents.

Tools

ToolDescription
clawpipe_promptSend a prompt through the full pipeline (Booster, Pack, Cache, Route, Call, Learn)
clawpipe_analyze_costEstimate cost of a prompt without sending it
clawpipe_statsGet current session telemetry snapshot
clawpipe_booster_checkCheck if Booster can resolve a prompt without AI

Setup

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clawpipe": {
      "command": "npx",
      "args": ["clawpipe-mcp-server"],
      "env": {
        "CLAWPIPE_API_KEY": "cp_xxx"
      }
    }
  }
}

Cursor

Add to Cursor settings → MCP:

{
  "mcpServers": {
    "clawpipe": {
      "command": "npx",
      "args": ["-y", "clawpipe-mcp-server"],
      "env": { "CLAWPIPE_API_KEY": "cp_xxx" }
    }
  }
}

Smithery

One-click install via smithery.ai/server/clawpipe — the smithery.yaml in this repo is the submission manifest.

Official MCP Registry

Submitted via server.json (root of this package). Search "clawpipe" in the MCP Registry.

Environment Variables

VariableRequiredDescription
CLAWPIPE_API_KEYYesYour ClawPipe API key
CLAWPIPE_PROJECT_IDNoProject ID (defaults to mcp-default)

Publishing / registration

  • npm: npm publish --access public (package is clawpipe-mcp-server).
  • Official MCP Registry: submit server.json at https://registry.modelcontextprotocol.io/submit
  • Smithery: connect the GitHub repo at https://smithery.ai/newsmithery.yaml is auto-detected.
  • Glama + mcp.so: both index from GitHub topics. Ensure mcp topic is set on the repo.

Development

npm install
npm run build
npm test

License

MIT

Keywords

mcp

FAQs

Package last updated on 19 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts