Tax Client Intake & Appointment Optimization MCP Server
Streamlines tax professional workflows by automating conversational client intake and generating personalized document checklists based on specific tax situations. It includes tools for calculating case complexity and routing clients to appropriate specialists to optimize appointment throughput.
README
Tax Client Intake & Appointment Optimization MCP Server
An intelligent MCP (Model Context Protocol) server for tax professionals that streamlines client intake, automates document collection, and optimizes appointment scheduling.
🎯 Problem Solved
40% of clients arrive unprepared, wasting valuable tax professional time. This solution provides:
- Pre-appointment intelligent assistant - Conversational intake collects all info before appointment
- Auto-generated personalized document checklists - Based on client's specific tax situation
- Smart reminders - "Don't forget your 1099-NEC from Uber"
- Intelligent routing - Routes to right tax pro based on complexity
Impact: 30-min appointments → 15-min, 2x throughput
🚀 Features
1. Conversational Intake
- Step-by-step guided intake process
- Collects personal info, filing status, dependents, income types, deductions
- Identifies special situations (crypto, foreign accounts, rental properties)
- Progress tracking and session management
2. Smart Document Checklist
- Automatically generates personalized document lists
- Based on income types (W-2, 1099-NEC, investments, crypto)
- Tracks collected vs pending documents
- Includes specific sources (e.g., "Download from Uber driver dashboard")
3. Intelligent Reminders
- Personalized reminder messages
- Context-aware: "Don't forget your 1099-NEC from Uber"
- Multi-channel support (email/SMS)
- Appointment reminders at 24h and 1h before
4. Tax Professional Routing
- Complexity scoring (0-100 scale)
- Matches clients to specialists based on:
- Complexity level (simple, moderate, complex, expert)
- Required specializations (crypto, foreign income, real estate, etc.)
- Tax pro availability and ratings
- Alternative recommendations
5. Appointment Optimization
- Dynamic duration based on complexity and intake completion
- Time savings tracking (e.g., "Save 15 minutes with completed intake")
- Automatic reminder scheduling
📦 Installation
cd tax-intake-mcp
npm install
npm run build
🔧 Configuration
For Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tax-intake": {
"command": "node",
"args": ["C:/Projects/ChatGPT APPS/tax-intake-mcp/dist/index.js"]
}
}
}
For Other MCP Clients
The server uses stdio transport. Run with:
node dist/index.js
🛠️ Available Tools
Intake Tools
| Tool | Description |
|---|---|
start_intake |
Start a new client intake session |
process_intake_response |
Process client's answer during intake |
get_intake_progress |
Check intake completion status |
get_client_summary |
Get complete client information |
Document Checklist Tools
| Tool | Description |
|---|---|
generate_document_checklist |
Create personalized document list |
get_document_checklist |
Retrieve current checklist |
mark_document_collected |
Mark document as received |
get_pending_documents |
List outstanding documents |
Reminder Tools
| Tool | Description |
|---|---|
create_document_reminders |
Create personalized reminders |
get_client_reminders |
View all reminders |
send_reminder |
Send a specific reminder |
Routing Tools
| Tool | Description |
|---|---|
calculate_complexity |
Get complexity score (0-100) |
route_to_tax_pro |
Auto-assign best tax professional |
get_tax_pro_recommendations |
Get recommended tax pros |
create_appointment |
Schedule an appointment |
get_appointment_estimate |
Get time estimate & savings |
Utility Tools
| Tool | Description |
|---|---|
list_tax_professionals |
View all available tax pros |
get_client |
Get client profile |
📝 Example Workflow
1. Start Client Intake
User: I need to prepare for my tax appointment
Assistant: [Calls start_intake]
Assistant: Welcome! I'll help you prepare for your tax appointment. Let's start with your name...
2. Complete Intake Questions
User: John Smith
Assistant: [Calls process_intake_response]
Assistant: Nice to meet you, John! What's your email address?
...
3. Generate Document Checklist
Assistant: [Calls generate_document_checklist]
Assistant: Based on your situation, here's your personalized document checklist:
- ✅ Government-issued Photo ID
- ⬜ W-2 Forms from employers
- ⬜ 1099-NEC from Uber
- ⬜ Cryptocurrency transaction records
...
4. Create Reminders
Assistant: [Calls create_document_reminders]
Assistant: I've created reminders for you:
- "Hi John! 👋 Don't forget your 1099-NEC from Uber..."
5. Route to Tax Professional
Assistant: [Calls route_to_tax_pro]
Assistant: Based on your complexity (moderate with crypto),
I've matched you with Michael Chen who specializes in
cryptocurrency and investments. ⭐⭐⭐⭐⭐
🏗️ Architecture
tax-intake-mcp/
├── src/
│ ├── index.ts # MCP Server entry point
│ ├── types/
│ │ └── client.ts # TypeScript interfaces
│ ├── database/
│ │ └── index.ts # In-memory database
│ └── services/
│ ├── intake.ts # Intake conversation logic
│ ├── checklist.ts # Document checklist generator
│ ├── reminders.ts # Reminder system
│ └── routing.ts # Tax pro matching & routing
├── package.json
├── tsconfig.json
└── README.md
🔮 Future Enhancements
- [ ] Persistent database (PostgreSQL/MongoDB)
- [ ] Email/SMS integration (SendGrid, Twilio)
- [ ] Calendar integration (Google Calendar, Outlook)
- [ ] Document upload and OCR
- [ ] Multi-language support
- [ ] Analytics dashboard
- [ ] Client portal
📊 Complexity Scoring
| Level | Score Range | Description |
|---|---|---|
| Simple | 0-20 | W-2 only, standard deductions |
| Moderate | 21-50 | Multiple income sources, itemized deductions |
| Complex | 51-80 | Business income, rental properties |
| Expert | 81-100 | Foreign accounts, crypto, audit representation |
🤝 Tax Professional Specializations
- Individual Returns
- Self-Employment
- Small Business
- Investments
- Real Estate
- Cryptocurrency
- Foreign Income
- Estate Planning
- Audit Representation
📄 License
MIT License
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。