← back to Affiliate Feeds Mcp
package.json
15 lines
{
"name": "affiliate-feeds-mcp",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "MCP server exposing Amazon PA-API, Rakuten, and ShareASale affiliate product search as tools. Wraps the tested adapters from the interiordesignershowroom build.",
"bin": { "affiliate-feeds-mcp": "bin/server.js" },
"scripts": { "start": "node bin/server.js" },
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.23.8"
},
"engines": { "node": ">=20" }
}