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. |
Serveurs connexes
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Nexus MCP Bridge for VSCode
A bridge that connects Claude Desktop to your VSCode workspace, enabling local file system access.
Chart
A Model Context Protocol server for generating visual charts using AntV.
Laravel MCP Server
A Laravel package for building secure Model Context Protocol servers with real-time communication using SSE.
Build-Scout
Interact with various build systems including Gradle, Maven, NPM/Yarn, Cargo, Python, Makefile, and CMake.
PocketLantern
Blocker-aware decision layer for AI coding agents. Adds source-linked, time-sensitive blockers to AI technical choices — breaking changes, EOLs, lock-in, pricing shifts, and migration risk.
Authless Remote MCP Server
A remote MCP server deployable on Cloudflare Workers that does not require authentication. The server can be customized by defining tools.
Allyson
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
Multiverse MCP Server
A middleware server for running multiple, isolated instances of MCP servers with unique namespaces and configurations.
Mentor MCP
Provides AI-powered mentorship to LLM agents for tasks like code review, design critique, and brainstorming, using the Deepseek API.
Vibes
Transforms Claude Desktop into a conversational development environment using distributed MCP servers.