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.2.tar.gz (37.9 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.2-py3-none-any.whl (20.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: arcanna_mcp_server-0.1.2.tar.gz
  • Upload date:
  • Size: 37.9 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.2.tar.gz
Algorithm Hash digest
SHA256 3149ecb592bf44bb35a09e486d6dfd480f556edcd8c779d69751510ac4fd73b3
MD5 b84fc294bd278015f90c01e66b873624
BLAKE2b-256 8f07264c50a703362873f873fc40c7442654ab4310e44df82f450e80114fb886

See more details on using hashes here.

Provenance

The following attestation bundles were made for arcanna_mcp_server-0.1.2.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.2-py3-none-any.whl.

File metadata

File hashes

Hashes for arcanna_mcp_server-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dddb39937dd1776b07a2a69b7f2bc9820dba1e7c2fe16793d894c37bb85c373e
MD5 d2154b6946d646cb6f3dbc854de5a779
BLAKE2b-256 f7873121996f24603473d1960c6df1c3e30036eb8cb696ff55b4cf531089ae54

See more details on using hashes here.

Provenance

The following attestation bundles were made for arcanna_mcp_server-0.1.2-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