{
  "name": "wyreup-mcp",
  "version": "0.2.7",
  "type": "module",
  "main": "index.js",
  "bin": {
    "wyreup-mcp": "index.js"
  },
  "scripts": {
    "start": "node index.js",
    "test": "node test/test-stdio.js",
    "test:sse": "node test-server.js",
    "test:sse-client": "node test-sse-client.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "automation",
    "webhook",
    "tools",
    "claude",
    "ai",
    "agents",
    "n8n",
    "zapier",
    "make",
    "flowise",
    "cli",
    "toolserver"
  ],
  "author": "Tamler",
  "license": "MIT",
  "description": "Production-ready MCP server that transforms automation platform webhooks into reliable, agent-callable tools",
  "homepage": "https://wyreup.com/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tamler/wyreup-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/tamler/wyreup-mcp/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "chalk": "^5.4.1",
    "minimist": "^1.2.8",
    "node-fetch": "^3.3.2",
    "undici": "^6.19.2",
    "zod": "^3.22.4"
  },
  "files": [
    "lib/",
    "index.js",
    "README.md",
    "LICENSE",
    "wyreup.json",
    "wyreup-example.json",
    "wyreup-demo.json",
    "wyreup-demo-simplified.json",
    ".env.example",
    "test-server.js",
    "test-sse-client.js"
  ]
}
