An MCP (Model Context Protocol) server that allows AI agents to query and manage jobs in the Agent Jobs system of the AI Connect platform.
Overview
What is AI Connect MCP Server?
AI Connect MCP Server is a Model Context Protocol (MCP) server that enables AI agents to query and manage jobs within the AI Connect platform, facilitating asynchronous task management across various platforms like Slack and WhatsApp.
How to use AI Connect MCP Server?
To use the MCP server, you can run it directly using npx or install it locally. You need to provide an API key for authentication and can manage jobs through CLI commands.
Key features of AI Connect MCP Server?
- 📋 List Jobs: Query all jobs with advanced filtering options.
- 🔍 Get Specific Job: Retrieve details of a specific job by ID.
- ✅ Create Jobs: Create new jobs for immediate or scheduled execution.
- ❌ Cancel Jobs: Cancel running or scheduled jobs.
- 📊 Monitor Status: Track job status (WAITING, RUNNING, COMPLETED, FAILED, CANCELED).
Use cases of AI Connect MCP Server?
- Automating job management in applications.
- Integrating with messaging platforms for task execution.
- Monitoring and managing asynchronous tasks efficiently.
FAQ from AI Connect MCP Server?
- Can I run the MCP server without installation?
Yes! You can run it directly using npx.
- What do I need to run the MCP server?
You need Node.js, an API key, and optionally, environment variables for configuration.
- How can I list all jobs?
Use the
list_jobscommand to query all jobs with filtering options.