We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/a-petukhov/firstpromoter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "firstpromoter-mcp",
"version": "1.0.0",
"description": "MCP server for FirstPromoter affiliate management platform",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node --env-file=.env dist/index.js",
"dev": "tsx --env-file=.env src/index.ts",
"dev:stdio": "tsx --env-file=.env src/index.ts --stdio"
},
"keywords": ["mcp", "firstpromoter", "affiliate", "marketing"],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"express": "^4.21.0",
"zod": "^3.25.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
},
"engines": {
"node": ">=20.0.0"
}
}