claude-setup
Verified Safeby escotilha
Overview
Provides AI-powered M&A analysis capabilities, including deal triage, financial proposal generation, and board presentation creation, for Claude Code agents.
Installation
python /Users/psm2/.claude/mcp-servers/nuvini-mna/server.pyEnvironment Variables
- GITHUB_PERSONAL_ACCESS_TOKEN
- RESEND_API_KEY
- SLACK_BOT_TOKEN
- SLACK_TEAM_ID
- SLACK_APP_TOKEN
- NOTION_API_KEY
- GMAIL_CLIENT_ID
- GMAIL_CLIENT_SECRET
- GMAIL_REFRESH_TOKEN
- GOOGLE_CALENDAR_API_KEY
Security Notes
The server's Python code (server.py) loads external Python modules from a fixed absolute path (`/Volumes/AI/Code/MNA/nuvini-ma-system-complete/`). The security of this MCP server relies heavily on the integrity and security of these external (unprovided) modules. The `settings.json` configuration for all MCP servers includes `--dangerously-skip-permissions`, which significantly reduces security by bypassing granular permission checks for invoked tools. Additionally, `npx -y` is used for auto-installing other official MCP servers, which can introduce supply chain risks if package sources are compromised. The `install.sh` script copies files to sensitive user directories (`~/.claude`, `~/.config/claude/skills`, `~/bin`) and makes scripts executable, requiring high trust in the repository.
Similar Servers
ast-mcp-server
Provides an MCP (Model Context Protocol) server for code structure and semantic analysis using ASTs and ASGs, integrated with external AI clients like Claude Desktop.
pptx-generator-mcp
Generate professional PowerPoint presentations from Markdown input via a Model Context Protocol (MCP) server integrated with Claude Desktop.
ba-workflow-tools
Provides a comprehensive toolkit for Business Analysts to manage agile workflows, including sprint planning, backlog management, requirements formatting, and various calculation tools.
coupler-io-mcp-server
The Coupler.io MCP Server provides seamless integration with Coupler.io APIs, enabling AI analysis of multi-channel marketing, financial, sales, e-commerce, and other business data by querying connected data flows.