ax-mcp
Verified Safeby Axiomatic-AI
Overview
Converts PDF documents to markdown format using advanced OCR technology for AI assistants.
Installation
uvx --from axiomatic-mcp axiomatic-documentsEnvironment Variables
- AXIOMATIC_API_KEY
Security Notes
The server relies on external API calls to Axiomatic AI for document processing, meaning file content leaves the local environment. While the AxDocumentParser itself doesn't directly execute arbitrary code, other tools within the same repository (e.g., AxPhotonicsPreview in `axiomatic_mcp/servers/pic/services/circuit_service.py`) are designed to execute user-provided Python code. Users should be aware of data handling practices and the broader code execution capabilities of the repository if installing all servers.
Similar Servers
5ire
A desktop AI assistant client that integrates with various LLM providers and connects to Model Context Protocol (MCP) servers for extended tool-use and knowledge base capabilities.
mcp-sequentialthinking-tools
Guides LLM-driven sequential problem-solving by breaking down complex problems into manageable steps and providing confidence-scored recommendations for MCP tool usage at each stage.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
agentor
Build and deploy scalable AI agents that can interact with various tools and communicate via A2A and MCP protocols.