Webyaam MCP Server

This is the standalone MCP server for the Webyaam project.

Endpoints

Connect

Use the MCP setup guide in the main Webyaam app and replace the bearer token with a valid Webyaam API token.

{
  "mcpServers": {
    "webyaam": {
      "url": "https://mcp.webyaam.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_WEBYAAM_TOKEN"
      }
    }
  }
}

For local development, run npm run mcp:dev from the project root.