{
  "name": "Mulstra",
  "description": "Business operating system for service companies. Each workspace exposes an MCP server for reading and writing business records: objects, fields, records, workflows.",
  "url": "https://www.mulstra.com",
  "endpoint": "https://www.mulstra.com/api/v1/{workspaceSlug}/mcp",
  "transport": "streamable-http",
  "protocol": "mcp",
  "authentication": {
    "type": "apiKey",
    "header": "x-api-key",
    "instructions": "Workspace admins create API keys in the workspace portal (Dashboard → API keys). Replace {workspaceSlug} with your workspace's slug."
  },
  "capabilities": ["tools"],
  "tools_summary": [
    "list_objects",
    "get_object_schema",
    "list_records",
    "create_record",
    "update_record",
    "add_field",
    "update_field",
    "remove_field"
  ],
  "documentation": "https://www.mulstra.com/llms.txt",
  "openapi": "https://www.mulstra.com/api/v1/{workspaceSlug}/open-api.json",
  "contact": "hello@mulstra.com"
}
