meebly-onboarding-mcp-server
v0.0.1
Published
MCP Server for the Meebly AI platform, enabling agent and tool orchestration via the Model Context Protocol (MCP).
Readme
Meebly Onboarding MCP Server
MCP Server for the Meebly AI platform, enabling agent and tool orchestration via the Model Context Protocol (MCP).
Tools
This server exposes a set of MCP tools for agent and workflow management. Tools include:
create_agent: Create a new agentcreate_action: Create a new API action
Each tool has a defined input schema and returns structured results.
Setup
{
"type": "stdio",
"command": "npx",
"args": ["-y", "@meebly/meebly-onboarding-mcp-server"],
"env": {
"MEEBLY_API_KEY": "YOUR_API_KEY"
}
}Environment Variables
Set the following environment variables:
MEEBLY_API_KEY— API key to your environment
