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_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_MANAGEMENT_API_KEY",
        "-e",
        "ARCANNA_HOST",
        "-e",
        "ARCANNA_USER",
        "arcanna/arcanna-mcp-server"
      ],
      "env": {
        "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.4.tar.gz (37.4 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.4-py3-none-any.whl (20.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: arcanna_mcp_server-0.1.4.tar.gz
  • Upload date:
  • Size: 37.4 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.4.tar.gz
Algorithm Hash digest
SHA256 636e8ffb2d37402565aba8794f2beb9297c1c530b94608eab80863b28cc3f19c
MD5 5f24754458996116100038a7c7027421
BLAKE2b-256 dad548faa747077fb5d38de6c1dda1c04fb6651f47984d4599970100da883501

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for arcanna_mcp_server-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 dbf885832c640a433ec1026c6a5be46fa04b5820396be5b7bb9883bf8a1aea19
MD5 cb433acb03d4460e96d0f5d30f39c704
BLAKE2b-256 7ebbe8f5a9612052e92ac754bfa04ae080cf42dfab0c989dbaa7230fb5cb301f

See more details on using hashes here.

Provenance

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