Skip to main content
Glama

Marketo MCP Server

by alexleventer
package.json1.42 kB
{ "name": "marketo-mcp", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "build": "tsc && chmod 755 build/index.js && node generateMCPSettings", "start": "node build/index.js", "dev": "node -r dotenv/config --loader ts-node/esm src/index.ts", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "prepare": "husky install" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.8.4", "dotenv": "^16.4.1", "jsonwebtoken": "^9.0.2", "zod": "^3.24.2" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.9", "@types/node": "^22.14.0", "typescript": "^5.8.3", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prettier": "^3.2.5", "ts-node": "^10.9.2" }, "lint-staged": { "*.ts": [ "eslint --fix", "prettier --write" ] } }

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/alexleventer/marketo-mcp'

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