package.json•1.58 kB
{
"name": "goldira-analysis-mcp",
"version": "1.0.0",
"main": "dist/index.js",
"module": "src/smithery-cli-server.ts",
"type": "module",
"scripts": {
"dev": "npx @smithery/cli dev",
"build": "npm run build:http",
"build:stdio": "tsc",
"build:http": "npx @smithery/cli build",
"start": "npm run start:http",
"start:http": "node .smithery/index.cjs",
"start:stdio": "node dist/smithery-cli-server.js",
"prepublishOnly": "npm run build:stdio",
"test": "echo \"Error: no test specified\" && exit 1",
"validate": "mcp validate",
"mcp": "node dist/index.js"
},
"keywords": [
"mcp",
"sales-analysis",
"gold-ira",
"b2c-sales",
"transcript-analysis",
"claude-code",
"gemini-cli"
],
"author": "Gold IRA Analysis Team",
"license": "MIT",
"description": "Advanced B2C Gold IRA sales call transcript analysis through 6 specialized prompts executed in strategic order. Provides structured analysis instructions for AI assistants.",
"mcp": {
"server": true,
"transport": "stdio",
"tools": [
"analyze_goldira_transcript"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false
}
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"@smithery/sdk": "^1.5.6",
"@types/node": "^24.3.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21"
}
}