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"
      ],
      "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 mcp/arcanna . --progress=plain --no-cache
  3. Add the configuration bellow to your claude desktop config.
{
  "mcpServers": {
    "arcanna-mcp": {
      "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.0.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.0-py3-none-any.whl (20.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: arcanna_mcp_server-0.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 5e86dcfa62dafde0f8f99cdf25093393e1eda1228f0f25819c6888d507ae08be
MD5 d3fccdbb05d74dfe92802c6b54037946
BLAKE2b-256 227fd3921768c492311cbd251c9cf626aaf6aa498e3c034d89593a83be422b96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for arcanna_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 402492ed0b99c8b1a8af041ad8eddc6f2ec5ddcaaba45657a1cab4aa81c0e8c9
MD5 c447c565c5281564cb33447fbdfb8ac6
BLAKE2b-256 079ba7d94a75879aa783a08c5db2ebdc30c9c4c6640b3811f2d36e9f56801ead

See more details on using hashes here.

Provenance

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