Skip to main content

An MCP server providing tools to interact with the DREX document extraction AI API via LoginRadius authentication.

Project description

TWS DREX MCP Server

This MCP server provides tools to interact with the DREX document extraction AI API and LoginRadius authentication.

🚀 Get Started

This guide will help you install and run the TWS DREX MCP server.

We recommend using uv to manage your Python environment and run the server.

Install uv

If you don't have uv installed, you can install it by following the instructions on the official documentation: Installation | uv

A common way to install uv is using curl (for Linux/macOS) or by downloading the executable (for Windows):

# For Linux/macOS
curl -fsSL https://astral.sh/uv/install.sh | sh
# For Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Install the TWS DREX MCP Server

Once you have uv installed, you can install the tws-drex-mcp package:

uv pip install tws-drex-mcp

Alternatively, using pip:

pip install tws-drex-mcp

Run the standalone Server

You can run the installed server using uv run:

uv run -m tws_drex_mcp
# or
# uvx tws-drex-mcp

Claude Desktop Configuration

To use the DREX MCP server with Claude Desktop, you need to add it to your Claude Desktop configuration file. The location of this file varies by operating system.

Here is an example configuration for the TWS DREX MCP server:

{
  "mcpServers": {
    "DREX": {
      "command": "uv",
      "args": ["tws-drex-mcp"],
      "env": {
        "DREX_BASE_URL": "<YOUR_DREX_BASE_URL>",
        "LR_API_KEY": "<YOUR_LR_API_KEY>",
        "LR_API_SECRET": "<YOUR_LR_API_SECRET>"
      },
      "transportType": "stdio"
    }
  }
}

Replace <YOUR_DREX_BASE_URL>, <YOUR_LR_API_KEY>, and <YOUR_LR_API_SECRET> with your actual values.

Configuration

Before using the server's tools, ensure the following environment variables are set:

  • DREX_BASE_URL: The base URL of the target DREX API instance.
  • LR_API_KEY: Your LoginRadius API key.
  • LR_API_SECRET: Your LoginRadius API secret.

The MCP framework will automatically pick up these variables when running the server's tools.

Functionality

The following tools are provided by the server:

  • get_token: Obtains an authentication token from LoginRadius using a username and password.
  • file_upload: Uploads files to the DREX API.
  • get_status: Retrieves the processing status of a file in the DREX API.
  • get_file_results: Retrieves the processed results of a file in the DREX API.

Usage

get_token

This tool obtains an authentication token from LoginRadius using a username and password.

Example:

{
    "username": "your_username",
    "password": "your_password"
}

file_upload

This tool uploads files or directories to DREX API. The processing time will take 10 - 80 seconds for each file.

Example:

{
    "file_paths": ["path/to/file1.txt", "path/to/dir"],
    "uploaded_by": "user_name",
    "token": "your_access_token"
}

get_status

This tool retrieves the processing status of a file in the DREX API.

Example:

{
    "file_id": "file_id_1",
    "token": "your_access_token"
}

get_file_results

This tool retrieves the processed results of a file in the DREX API.

Example:

{
    "file_id": "file_id_1",
    "token": "your_access_token"
  }

LoginRadius Initialization

The LoginRadius SDK is initialized using the LR_API_KEY and LR_API_SECRET environment variables.

Dependencies

The dependencies required to run this server are listed in the pyproject.toml file.

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

tws_drex_mcp-0.1.8.tar.gz (39.9 kB view details)

Uploaded Source

Built Distribution

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

tws_drex_mcp-0.1.8-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file tws_drex_mcp-0.1.8.tar.gz.

File metadata

  • Download URL: tws_drex_mcp-0.1.8.tar.gz
  • Upload date:
  • Size: 39.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tws_drex_mcp-0.1.8.tar.gz
Algorithm Hash digest
SHA256 e1a9f384a9ef7cf4b3137482bfb3ea096ac5041236761f349099d0bdd200dd55
MD5 44382d619cd7917fc9559213303a2686
BLAKE2b-256 b3b8e428641fca6a0f26ceb66f733bed86dfa887c6ed1f758e6195a7aa1dd879

See more details on using hashes here.

File details

Details for the file tws_drex_mcp-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: tws_drex_mcp-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tws_drex_mcp-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 2355925bda6795f9d1c15dae23e00f620a2991fb675d3d254ae81a462538e00e
MD5 06c74eac94c28e15279a0fa8603933ba
BLAKE2b-256 bbcd1031213968dcbfab3116827bcc2dbf827ef1aeb68dc97018b3cdd3e65994

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