Laburen MCP Server
A template for deploying a remote, authentication-free MCP server on Cloudflare Workers.
Laburen Remote MCP Server
Exposes a remote Model-Context Protocol (MCP) server for Laburen.
Endpoint
https://laburen-mcp-server.seba-e94.workers.dev/mcp
Required header
Laburen-Api-Key: <YOUR_API_KEY>
Generate or copy your API key at Laburen Dashboard → API Keys.
Tools
Agents
| Tool | Description |
|---|---|
get_agents | Lists all agents in the organization. Supports pagination with page and limit. |
get_agent_by_id | Fetches detailed metadata, configuration, and available tools for a specific agent. |
create_agent | Creates a new agent. Requires description; accepts model, prompts, visibility, interface config, tools, and many behavior flags. |
update_agent | Updates an existing agent. Requires agent_id; all other fields are optional. |
delete_agent | Deletes an agent by its id or handle. |
Datastores
| Tool | Description |
|---|---|
get_datastores | Lists all datastores in the organization. Supports pagination with page and limit. |
get_datastore_by_id | Fetches detailed information about a specific datastore. |
create_datastore | Creates a new datastore. Requires type (qdrant or typesense); accepts name, description, config, and plugin metadata. |
update_datastore | Updates an existing datastore. Requires datastore_id; all other fields are optional. |
delete_datastore | Deletes a datastore by its id. |
Consumption
| Tool | Description |
|---|---|
get_consumption_events | Returns a paginated list of credit consumption events. Supports filtering by date range, agent, feature type, LLM provider, model, and conversation. |
get_consumption_summary | Returns aggregated consumption metrics. Requires start_date, end_date, and group_by (agent, feature, provider, model, day, week, or month). |
Conversations
| Tool | Description |
|---|---|
get_conversation | Retrieves a single conversation by ID, including its last 50 messages, lead/contact info, and attachments. |
export_agent_conversations | Exports conversation messages for a specific agent in CSV format. Supports filters for date range, status, channel, sender type, and full-text search. Returns up to 100,000 messages. |
相關伺服器
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
iOS Device Control
An MCP server to control iOS simulators and real devices, enabling AI assistant integration on macOS.
ZenML
Interact with your MLOps and LLMOps pipelines through your ZenML MCP server
Unity-MCP
A bridge between the Unity game engine and AI assistants using the Model Context Protocol (MCP).
git-mcp
A Git MCP server that doesn't suck
Script Generator Server
A simple note storage system with tools for adding notes and generating scripts from them.
Dev Manager
A development management tool for project planning, task management, and development workflows.
TMUX
Lets agents create sessions, split panes, run commands, and capture output with TMUX
Tuteliq
AI-powered safety tools for detecting grooming, bullying, threats, and harmful interactions in conversations. The server integrates Tuteliq’s behavioral risk detection API via the Model Context Protocol (MCP), enabling AI assistants to analyze interaction patterns rather than relying on keyword moderation. Use cases include platform safety, chat moderation, child protection, and compliance with regulations such as the EU Digital Services Act (DSA), COPPA, and KOSA.
TestRail MCP Server
Interact with TestRail to manage test cases, projects, suites, and runs directly from your AI chat client.
mcp-of-mcps
MCP of MCPs is a meta-server that merges all your MCP servers into a single smart endpoint. It gives AI agents instant tool discovery, selective schema loading, and massively cheaper execution, so you stop wasting tokens and time. With persistent tool metadata, semantic search, and direct code execution between tools, it turns chaotic multi-server setups into a fast, efficient, hallucination-free workflow. It also automatically analyzes the tools output schemas if not exist and preserves them across sessions for consistent behavior.