Skip to main content

Add your description here

Project description

logo mcp-polaris-ai-datainsight

Polaris AI DataInsight is an API service that easily converts documents in various formats into structured data (such as JSON).

This tool supports the extraction of text, images, and other elements from various document formats (e.g., .doc, .docx, .ppt, .pptx, .xls, .xlsx, .hwp, .hwpx, .pdf).

For more details, please refer to the documentation.

Feature

Doc Extract

Extract text, images, and other elements from various document formats.

  • Images in the document are stored on local storage, and the corresponding image paths are included in the JSON output.
  • Tables are represented in JSON format, as illustrated in this example.

Installation and Setup

  1. Generate an API key

  2. Choose an installation method

Method 1: CLI Installation

TODO: Supported clients: cursor, claude

Method 2: Manual Configuration

If you prefer a manual setup, add the following configuration to your IDE's MCP config file:

{
  "mcpServers": {
    "": {
      "command": "npx",
      "args": [],
      "env": {}
    }
  }
}

Config file locations:

  • Cursor: ~/.cursor/mcp.json
  • Claude: ~/.claude/mcp_config.json

Method 3: VS Code Installation

TODO

Method 4: Clone git repository

Preinstall uv and poetry.

  1. Clone repository
    git clone --branch main https://github.com/PolarisOfficeRnD/PolarisAIDataInsight.git
    
    If you want to clone only mcp-polaris-ai-datainsight directory:
    # Git Version >= 2.25
    git clone --filter=blob:none --sparse --branch main https://github.com/PolarisOfficeRnD/PolarisAIDataInsight.git
    
    cd PolarisAIDataInsight
    
    git sparse-checkout set mcp-polaris-ai-datainsight
    
  2. Install python dependencies in virtual environment
    cd mcp-polaris-ai-datainsight
    
    uv venv .venv
    
    # Linux
    source .venv/bin/activate
    # Windows
    .venv\bin\activate
    
    poetry install
    
  3. Set API Key as environment value and Run server
    # Linux
    export POLARIS_AI_DATA_INSIGHT_API_KEY="your-api-key"
    # Windows
    set POLARIS_AI_DATA_INSIGHT_API_KEY="your-api-key"
    
    # Linux
    uv run src/server.py
    # Windows
    uv run src\server.py
    

Output

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_polaris_ai_datainsight-0.0.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_polaris_ai_datainsight-0.0.1-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file mcp_polaris_ai_datainsight-0.0.1.tar.gz.

File metadata

  • Download URL: mcp_polaris_ai_datainsight-0.0.1.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.11.9 Windows/10

File hashes

Hashes for mcp_polaris_ai_datainsight-0.0.1.tar.gz
Algorithm Hash digest
SHA256 5e1a0b4c20ba3810c0224438d2b4a5830f0221a5cf5daec33608259cb15461f4
MD5 87f4b07f77a5b037e29d513a1750506b
BLAKE2b-256 217a3b292dd0b105ac794b4ddf6781bba7c0ef465c00567cfe17d9a7538c6fc0

See more details on using hashes here.

File details

Details for the file mcp_polaris_ai_datainsight-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_polaris_ai_datainsight-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 98cf4ce9d676a19f48bac4077195bfc4fb8d07549b0bfec5df606619e9b6a7fa
MD5 9571b76fe472277c0f65da7f1b285c5e
BLAKE2b-256 2f72a72b8324ab8d8dd891b2ff6930962b5227cba63b2198b8bbfe9f4f6714ea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page