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
MCP Server Boilerplate
A TypeScript boilerplate for building MCP servers with streamable HTTP and OAuth proxy support.
Open MCP Server
A service framework supporting the Model Context Protocol (MCP) to integrate enterprise systems and AI platforms via RESTful, gRPC, and Dubbo protocols.
Terraform MCP Server
Integrates with Terraform Registry APIs for Infrastructure as Code development, supporting provider and module discovery.
OneSource MCP
43 tools for live blockchain queries across Ethereum, Sepolia, and Avalanche — including token balances, NFT metadata, event logs, contract detection, ENS resolution, and GraphQL API documentation.
Apktool
A server for Android APK analysis and reverse engineering using Apktool.
Domain Checker
Check domain name availability using WHOIS lookups and DNS resolution.
WordPress Feel Chatbot Plugin
A WordPress plugin that transforms a WordPress site into an MCP server, allowing direct access to its content.
Wordware
Run your Wordware apps locally with an interactive setup.
VideoDB
Server for advanced AI-driven video editing, semantic search, multilingual transcription, generative media, voice cloning, and content moderation.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication.