AI Connect MCP Server
@aiconnect-cloud
关于 AI Connect MCP Server
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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agentjobs-mcp": {
"command": "npx",
"args": [
"@aiconnect/agentjobs-mcp",
"--help"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AI Connect MCP Server?
AI Connect MCP Server is a Model Context Protocol server that lets AI agents query and manage jobs in the AI Connect platform. It provides tools for listing, creating, canceling, and monitoring asynchronous tasks across channels like Slack and WhatsApp, with support for scheduled execution, automatic retries, and timeout handling.
How to use AI Connect MCP Server?
Run directly via npx: npx @aiconnect/agentjobs-mcp after setting the required environment variable AICONNECT_API_KEY. For Claude Desktop, add the server configuration to claude_desktop_config.json. The server uses stdio transport and starts with the default API URL https://api.aiconnect.cloud/api/v0 unless overridden.
Key features of AI Connect MCP Server
- List jobs with advanced filtering and pagination
- Retrieve details of a specific job by ID
- Create jobs for immediate or scheduled execution
- Cancel running or scheduled jobs
- Monitor job statuses (WAITING, SCHEDULED, RUNNING, COMPLETED, FAILED, CANCELED)
- Smart fallback configuration with default values
Use cases of AI Connect MCP Server
- List all currently running jobs in the platform
- Check the status of a specific job by its ID
- Create a scheduled daily report job for a Slack channel
- Cancel a job that is no longer needed
FAQ from AI Connect MCP Server
What runtime and dependencies does AI Connect MCP Server require?
It requires Node.js and TypeScript. It uses the Model Context Protocol by Anthropic, Zod for schema validation, and the AI Connect API for integration with the Jobs system.
How do I authenticate with AI Connect MCP Server?
You must provide an AICONNECT_API_KEY environment variable. Without it, the tools return helpful error messages. The server also accepts optional DEFAULT_ORG_ID and AICONNECT_API_URL variables with sensible defaults.
What transport protocol does AI Connect MCP Server use?
The server communicates via stdio transport. It is designed to work with MCP clients like Claude Desktop by adding it to the mcpServers configuration.
Is AI Connect MCP Server ready to use out of the box?
Yes. It comes with default values for the organization ID and API URL, so only an API key must be provided. If no environment variables are set, it uses "aiconnect" for the default org and https://api.aiconnect.cloud/api/v0 for the API URL.
Can I schedule jobs with AI Connect MCP Server?
Yes. The create_job tool accepts an optional scheduled_at parameter for future execution and a delay parameter for random delay in minutes.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论