Gold IRA Sales Analysis MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gold IRA Sales Analysis MCP Serveranalyze this transcript from a call with a pre-retirement couple considering a 401k rollover"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Ads Manager MCP Server
🔄 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:
Prompt.2 - Conversation Dynamics Analysis (First execution)
Prompt.3 - Psychology & Decision-Making Profile
Prompt.4 - Objection Analysis & Handling
Prompt.5 - Deal Risk Assessment
Prompt.6 - Action Plan & Follow-up Strategy
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 buildUsing 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.jsSmithery.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 🚀
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceFacilitates two-stage reasoning processes using DeepSeek for detailed analysis and supports multiple response models such as Claude 3.5 Sonnet and OpenRouter, maintaining conversation context and enhancing AI-driven interactions.2115MIT
- Flicense-qualityFmaintenanceEnables 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.4
- Alicense-qualityAmaintenanceEnables 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.118MIT
- Flicense-qualityDmaintenanceA multi-agent system that analyzes meeting transcripts to generate summaries, extract key points, and identify actionable tasks through an easy-to-use web interface.
Related MCP Connectors
One-call installer quote review plus energy incentives, estimates, scores, and routing for agents.
AI agent that calls, texts & emails businesses for you, then returns transcripts and replies.
15 AI revenue intelligence tools for Salesforce — pipeline, deals, coaching, competitors.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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