manifest.json•1.37 kB
{
"dxt_version": "0.2",
"name": "dodopayments-mcp",
"version": "1.52.5",
"description": "The official MCP Server for the Dodo Payments API",
"author": {
"name": "Dodo Payments",
"email": "support@dodopayments.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dodopayments/dodopayments-typescript.git"
},
"homepage": "https://github.com/dodopayments/dodopayments-typescript/tree/main/packages/mcp-server#readme",
"documentation": "https://docs.dodopayments.com/api-reference/introduction",
"server": {
"type": "node",
"entry_point": "index.js",
"mcp_config": {
"command": "node",
"args": ["${__dirname}/index.js"],
"env": {
"DODO_PAYMENTS_API_KEY": "${user_config.DODO_PAYMENTS_API_KEY}",
"DODO_PAYMENTS_WEBHOOK_KEY": "${user_config.DODO_PAYMENTS_WEBHOOK_KEY}"
}
}
},
"user_config": {
"DODO_PAYMENTS_API_KEY": {
"title": "bearer_token",
"description": "Bearer Token for API authentication",
"required": true,
"type": "string"
},
"DODO_PAYMENTS_WEBHOOK_KEY": {
"title": "webhook_key",
"description": "",
"required": false,
"type": "string"
}
},
"tools": [],
"tools_generated": true,
"compatibility": {
"runtimes": {
"node": ">=18.0.0"
}
},
"keywords": ["api"]
}