smartDoc_mcpServer
by sarramakhlouf
Overview
This server provides specialized tools for statistical analysis, CSV parsing, and PDF text extraction, designed to be exposed as services, likely for integration with AI agents or other applications.
Installation
java -jar target/smartDoc-mcpServer-0.0.1-SNAPSHOT.jarSecurity Notes
The SecurityConfig explicitly disables CSRF protection and allows all requests ('anyRequest().permitAll()') without any authentication or authorization. This is a critical security vulnerability, making all endpoints publicly accessible to anyone who can reach the server. While CORS is configured for localhost:4200, the absence of general security makes it highly unsafe for deployment in any environment accessible by untrusted parties.
Similar Servers
mcp-server
Provides real-time Indian options market data and volatility analytics from GetOutpost.in to AI chat platforms like Claude for quantitative analysis and trading insights.
Dida365MCP
This server integrates Dida365 (TickTick) task management capabilities, allowing an AI agent to create, read, update, and delete tasks and projects via the Model Context Protocol (MCP).
drilling_mcp_server
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and research papers to provide AI agents with context-aware information.