arcanna-mcp-input-server

arcanna-mcp-input-server

0

The Arcanna Input MCP server enables interactions with Arcanna's AI use cases via the Model Context Protocol. It offers job management, event processing, and server health monitoring, making it a comprehensive solution for AI-powered tasks.

Arcanna Input MCP Server

The Arcanna Input MCP server allows users to interact with Arcanna's AI use cases through the Model Context Protocol (MCP). It provides features such as:

  • Job Management: Manage jobs by allowing creation, retrieval, starting, stopping, and training.
  • Event Processing: Send events for AI-powered decision making.
  • Feedback System: Improve model accuracy by providing feedback on decisions.
  • Health Monitoring: Check server and API key status.

Usage with Claude Desktop or other MCP Clients

Users can configure their MCP client config file to include the Arcanna server.

Tools

Job Management
  • get_external_input_jobs: Retrieve all jobs associated with your API key.
  • get_external_input_job_by_id: Retrieve specific job details by ID.
  • get_external_input_job_by_name: Retrieve specific job details by name.
  • get_external_input_job_labels: Retrieve decision labels for a specific job.
Event Management
  • send_event_to_external_input_job: Submit an event to Arcanna for AI decision-making.
  • send_event_with_id_to_external_input_job: Submit an event with a custom identifier.
System Health
  • health_check_input_server: Verify server status and API key validity.