Skip to main content

The Arcanna MCP server allows user to interact with Arcanna's AI use cases through the Model Context Protocol (MCP).

Project description

Arcanna MCP Server

The Arcanna MCP server allows user to interact with Arcanna's AI use cases through the Model Context Protocol (MCP).

Usage with Claude Desktop or other MCP Clients

Option 1 - uvx

Prerequisites

Configuration

Add the following entry to the mcpServers section in your MCP client config file (claude_desktop_config.json for Claude Desktop).

{
  "mcpServers": {
    "arcanna": {
      "command": "uvx",
      "args": [
        "arcanna-mcp-server"
      ],
      "env": {
        "ARCANNA_INPUT_API_KEY": "YOUR_ARCANNA_INPUT_API_KEY",
        "ARCANNA_MANAGEMENT_API_KEY": "YOUR_ARCANNA_MANAGEMENT_API_KEY",
        "ARCANNA_HOST": "YOUR_ARCANNA_HOST",
        "ARCANNA_USER": "YOUR_USERNAME"
      }
    }
  }
}

Option 2 - Building local image from this repository

Prerequisites

Configuration

  1. Change directory to the directory where the Dockerfile is.
  2. Run docker build -t arcanna/arcanna-mcp-server. --progress=plain --no-cache
  3. Add the configuration bellow to your claude desktop config.
{
  "mcpServers": {
    "arcanna-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "ARCANNA_INPUT_API_KEY",
        "-e",
        "ARCANNA_MANAGEMENT_API_KEY",
        "-e",
        "ARCANNA_HOST",
        "-e",
        "ARCANNA_USER",
        "mcp/arcanna"
      ],
      "env": {
        "ARCANNA_INPUT_API_KEY": "<YOUR_ARCANNA_API_KEY_HERE>",
        "ARCANNA_MANAGEMENT_API_KEY": "<ARCANNA_MANAGEMENT_API_KEY>",
        "ARCANNA_HOST": "<YOUR_ARCANNA_HOST_HERE>",
        "ARCANNA_USER": "<YOUR_USERNAME_HERE>"
      }
    }
  }
}

Features

  • Job Management: Create, retrieve, start, stop, and train jobs
  • Event Processing: Send events for AI-powered decision making
  • Feedback System: Provide feedback on decisions to improve model accuracy
  • Health Monitoring: Check server and API key status

Tools

Job Management

  • get_jobs

    • Retrieve all jobs associated with your API key
    • Returns a list of job details including status, labels, and processing metrics
  • get_job_by_id

    • Retrieve specific job details by ID
  • get_job_by_name

    • Retrieve specific job details by name
  • get_job_labels

    • Retrieve decision labels for a specific job
  • get_labels_of_job_by_name

    • Retrieve decision labels for a job by name
  • start_job

    • Begin event ingestion for a job
  • stop_job

    • Stop event ingestion for a job
  • train_job

    • Train the job's AI model using the provided feedback

Event Management

  • send_event

    • Submit an event to Arcanna for AI decision-making
  • send_event_with_id

    • Submit an event with a custom identifier
  • get_event_by_id

    • Retrieve event details and decision results

Feedback System

  • send_feedback_for_event
    • Provide feedback on AI decisions for model improvement

System Health

  • health_check
    • Verify server status and API key validity
    • Returns API key authorization status

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

arcanna_mcp_server-0.1.3.tar.gz (38.8 kB view details)

Uploaded Source

Built Distribution

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

arcanna_mcp_server-0.1.3-py3-none-any.whl (22.6 kB view details)

Uploaded Python 3

File details

Details for the file arcanna_mcp_server-0.1.3.tar.gz.

File metadata

  • Download URL: arcanna_mcp_server-0.1.3.tar.gz
  • Upload date:
  • Size: 38.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for arcanna_mcp_server-0.1.3.tar.gz
Algorithm Hash digest
SHA256 ca7a66b5fd0aeff73a84f6ec50b58c72889e4a0c0b284744c657ad13957f0bb1
MD5 9b212733e483e916305d00554c7121ce
BLAKE2b-256 b7ca056c26030d14e1f2c65a869d56099a7d7a6699927ca364215e30e4b6b28e

See more details on using hashes here.

Provenance

The following attestation bundles were made for arcanna_mcp_server-0.1.3.tar.gz:

Publisher: build_image_and_package.yml on siscale/arcanna-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arcanna_mcp_server-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for arcanna_mcp_server-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 35441400d8c1d2e535e4befd5010de3fd9b3308d087669ced1ab993e7b2879bd
MD5 ffd956a3abc249fadb8ffa7e476af20a
BLAKE2b-256 31f5355d42c440b05c30a655c5d1c821160d855071069aecebb9c6d22d816840

See more details on using hashes here.

Provenance

The following attestation bundles were made for arcanna_mcp_server-0.1.3-py3-none-any.whl:

Publisher: build_image_and_package.yml on siscale/arcanna-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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