Skip to main content
Glama
package.json1.2 kB
{ "name": "smartlead-mcp", "version": "0.1.0", "description": "MCP server for Smartlead API - enables AI assistants to manage email campaigns, leads, and analytics", "type": "module", "main": "./build/index.js", "bin": { "smartlead-mcp": "build/index.js" }, "files": [ "build", "README.md", "LICENSE" ], "exports": { ".": { "import": "./build/index.js", "types": "./build/index.d.ts" } }, "scripts": { "build": "tsc", "watch": "tsc --watch", "prepare": "npm run build" }, "keywords": [ "mcp", "smartlead", "email", "campaigns", "model-context-protocol" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/griffinwork40/smartlead-mcp.git" }, "bugs": { "url": "https://github.com/griffinwork40/smartlead-mcp/issues" }, "homepage": "https://github.com/griffinwork40/smartlead-mcp#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/griffinwork40/smartlead-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server