MCP server

Connect to Mowa over MCP

Mowa is the system of record for AI behavior: versioned prompts, typed interfaces, datasets, and usage. This MCP server exposes that substrate to any MCP client, scoped to one workspace you pick during authorization.

Endpoint

Paste this URL into your MCP client. Both routes serve the same streamable HTTP server:

https://mowa.dev/mcp
https://mowa.dev/api/mcp

Client config

{
  "mcpServers": {
    "mowa": {
      "url": "https://mowa.dev/mcp"
    }
  }
}

What OAuth will ask

  1. Your client registers itself and opens a browser window.
  2. You sign in to Mowa if you are not already signed in.
  3. You pick which workspace the connection acts as. Every tool call is scoped to that workspace with your own membership role.

Tools

list_promptsList every prompt in the workspace
get_promptOne prompt with versions, inputs, outputs
create_promptCreate a prompt and enqueue interface analysis
create_prompt_versionAdd a draft version to a prompt
publish_versionPublish a version live (owner or admin)
list_datasetsList every dataset with row counts
get_datasetColumns plus a paginated row sample
add_dataset_rowAppend one validated row
generate_dataset_rowsEnqueue AI row generation, returns a job id
get_job_statusPoll analysis or generation jobs
get_ai_usage30 day workspace AI usage aggregates
get_billingPlan and usage report, optional Pro checkout URL
helpGuide to Mowa, every tool, and the workspace plan