Skip to main content
Glama

Gold IRA Sales Analysis MCP Server

by the-funky-1

Gold IRA Sales Analysis MCP Server

An advanced Model Context Protocol (MCP) server for analyzing B2C Gold IRA sales call transcripts through 6 specialized prompts executed in strategic order. Compatible with Claude Code, Gemini CLI, and other MCP clients. Hosted on smithery.ai for broad accessibility.

🎯 Purpose

This MCP server provides AI assistants with structured prompts and context to perform comprehensive analysis of B2C Gold IRA sales calls. Instead of running the analysis internally, it supplies the AI with everything needed to execute the analysis using their own LLM capabilities.

🔄 Analysis Framework

Execution Order: 2→3→4→5→6→1

The system executes 6 specialized prompts in a specific strategic order, with each analysis building context for the next:

  1. Prompt.2 - Conversation Dynamics Analysis (First execution)
  2. Prompt.3 - Psychology & Decision-Making Profile
  3. Prompt.4 - Objection Analysis & Handling
  4. Prompt.5 - Deal Risk Assessment
  5. Prompt.6 - Action Plan & Follow-up Strategy
  6. Prompt.1 - Strategic Qualification Assessment (FINAL comprehensive)

Critical Note: Prompt.1 serves as the FINAL comprehensive assessment that synthesizes insights from all 5 previous analyses.

🎨 B2C Gold IRA Focus

Specifically designed for Business-to-Consumer Gold IRA sales analysis:

  • Target Audience: Individual/family retirement planning
  • Key Factors: Retirement accounts (IRA, 401k, etc.), family decision-making, investment experience
  • Context: Pre-retirement and retired individuals considering precious metals
  • Goal: Qualification for Gold IRA rollover or direct purchase

🚀 Quick Start

Installation

npm install npm run build

Using with Claude Code

# Add to your Claude Code configuration { "mcpServers": { "goldira-analysis": { "command": "node", "args": ["/path/to/dist/server.js"], "env": {} } } }

Using with Gemini CLI

# Configure MCP server in Gemini CLI gemini mcp add goldira-analysis node /path/to/dist/server.js

Smithery.ai Hosting

This server is available on smithery.ai for instant access.

🛠 Usage

Basic Analysis

// Call the MCP tool const result = await mcpClient.callTool('analyze_goldira_transcript', { transcript: "Your sales call transcript here...", metadata: { agentName: "John Smith", duration: 45, retirementStatus: "pre-retirement", accountTypes: ["401k", "ira"], investmentExperience: "intermediate", familyMembers: 2 } }); // The result contains structured prompts and instructions // for your AI assistant to execute console.log(result.prompts); // Array of 6 prompts in order 2→3→4→5→6→1 console.log(result.analysisInstructions); // System instructions console.log(result.executionGuidance); // Step-by-step guidance

🔒 Security Features

  • Input Validation: Comprehensive Zod schema validation and sanitization
  • Rate Limiting: 100 requests/15min general, 5 analyses/minute
  • Session Management: Secure session tracking with 30-minute timeout
  • Security Headers: Helmet.js integration with CSP, HSTS, XSS protection
  • Audit Logging: Complete security event logging and monitoring

🎉 Features

  • ✅ Multi-AI assistant compatibility (Claude Code, Gemini CLI)
  • ✅ Strategic 6-prompt execution order (2→3→4→5→6→1)
  • ✅ B2C Gold IRA specialized analysis
  • ✅ Enterprise-grade security validation
  • ✅ Smithery.ai hosted for instant access
  • ✅ Comprehensive documentation and examples
  • ✅ TypeScript with full type safety
  • ✅ Rate limiting and session management
  • ✅ React frontend interface included

Built for the future of AI-powered sales analysis 🚀

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables AI assistants to analyze B2C Gold IRA sales call transcripts through 6 specialized prompts executed in strategic order. Provides structured analysis of conversation dynamics, psychology, objections, deal risk, and strategic qualification for retirement planning sales calls.

  1. 🎯 Purpose
    1. 🔄 Analysis Framework
      1. Execution Order: 2→3→4→5→6→1
    2. 🎨 B2C Gold IRA Focus
      1. 🚀 Quick Start
        1. Installation
        2. Using with Claude Code
        3. Using with Gemini CLI
        4. Smithery.ai Hosting
      2. 🛠 Usage
        1. Basic Analysis
      3. 🔒 Security Features
        1. 🎉 Features

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            Enables users to analyze, manage, and optimize digital advertising campaigns through natural language conversations in Claude, offering performance insights, interactive visualizations, and campaign management for platforms like Amazon Ads.
            Last updated -
            4
            • Apple
          • -
            security
            F
            license
            -
            quality
            Transforms simple prompts into detailed, professional specifications using AI, designed to get better results from Claude, ChatGPT, and other AI assistants.
            Last updated -
            • Apple
          • -
            security
            A
            license
            -
            quality
            Enables AI assistants to interact with Power BI datasets through natural language, allowing users to query data, generate DAX, and get insights without leaving their AI assistant.
            Last updated -
            55
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            A multi-agent system that analyzes meeting transcripts to generate summaries, extract key points, and identify actionable tasks through an easy-to-use web interface.
            Last updated -
            • Apple

          View all related MCP servers

          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/the-funky-1/MCP_Analysis'

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