
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
mcp-nextgen-financial-intelligence
Advanced tools
π§ Enterprise-grade MCP server with temporal awareness system preventing AI data fabrication. Features 7 specialized AI analyst personas, professional web interface, and comprehensive security hardening. Delivers reliable financial intelligence for Claude
v2.0.0 - Enterprise-grade MCP server providing AI-enhanced financial intelligence through 7 specialized analyst personas with temporal awareness and comprehensive security hardening.
git clone <repository-url>
cd mcp-nextgen-financial-intelligence
npm install
cp .env.example .env
# Edit .env with your API keys - NEVER commit real keys!
β οΈ SECURITY WARNING: Never commit real API keys to version control!
The .env
file is already in .gitignore
.
npm run build
STDIO Mode (Claude Desktop):
npm start
HTTP Mode (REST API + MCP Protocol + Web Interface):
npm run start:http
# Server runs on http://localhost:3001
# Visit http://localhost:3001 for professional web testing interface
Development:
npm run dev # STDIO mode
npm run dev:http # HTTP mode
When running in HTTP mode, visit http://localhost:3001
for an interactive
testing interface featuring:
Get comprehensive analysis from 7 AI specialists with consensus mechanism.
Usage:
{
"news_item": "Federal Reserve announces interest rate decision",
"analysis_depth": "standard",
"sage_perspectives": ["economic_analyst", "political_analyst"]
}
Real-time financial news with AI impact analysis.
Usage:
{
"category": "all",
"max_items": 10,
"time_range": "6h",
"include_analysis": true
}
GET /
- Professional web testing interfaceGET /test
- Testing interface (same as root)GET /health
- Health checkPOST /analyze
- Simple analysis endpointPOST /tools/multi_analyst_consensus
- REST API for consensus analysisPOST /tools/fetch_breaking_news
- REST API for breaking newsPOST /mcp
- JSON-RPC 2.0 MCP protocol endpointRSS Feeds (Unlimited):
APIs (Quota Limited):
docker build -t mcp-financial-intelligence .
docker run -p 3001:3001 --env-file .env mcp-financial-intelligence
MCP Inspector:
npm run inspector
HTTP Testing:
# Health check
curl http://localhost:3001/health
# Multi-analyst consensus
curl -X POST http://localhost:3001/tools/multi_analyst_consensus \
-H "Content-Type: application/json" \
-d '{"news_item": "Market volatility increases", "analysis_depth": "quick"}'
# Breaking news
curl -X POST http://localhost:3001/tools/fetch_breaking_news \
-H "Content-Type: application/json" \
-d '{"category": "crypto", "max_items": 5}'
Required:
OPENAI_API_KEY
- OpenAI API keyOptional:
HTTP_MODE=true
- Enable HTTP server modeHTTP_PORT=3001
- HTTP server portGEMINI_API_KEY
- Google Gemini API keyDEEPSEEK_API_KEY
- DeepSeek API keyGROQ_API_KEY
- Groq API keyMONGODB_URI
- MongoDB connection stringREDIS_URL
- Redis connection stringNEWSAPI_KEY
- NewsAPI.org keyGNEWS_API_KEY
- GNews.io keyClaude Desktop:
{
"mcpServers": {
"financial-intelligence": {
"command": "npx",
"args": ["mcp-nextgen-financial-intelligence"]
}
}
}
n8n with n8n-nodes-mcp:
http://localhost:3001/mcp
v2.0.0 Achievements - 90% Performance Improvement:
NODE_ENV=production
Join our community for updates, support, and discussions:
MIT License - See LICENSE file for details.
By: Kaayaan Ai
π Powered by MCP NextGen Financial Intelligence β’ AI-Enhanced Analysis with Human-Grade Insights
FAQs
π§ Enterprise-grade MCP server with temporal awareness system preventing AI data fabrication. Features 7 specialized AI analyst personas, professional web interface, and comprehensive security hardening. Delivers reliable financial intelligence for Claude
We found that mcp-nextgen-financial-intelligence demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.