{
  "name": "Moesica MCP discovery",
  "url": "https://moesica.com/mcp.json",
  "description": "Static discovery manifest for Moesica machine-readable resources and public inquiry action.",
  "updated": "2026-04-16",
  "resources": [
    {
      "name": "LLMs.txt",
      "uri": "https://moesica.com/llms.txt",
      "mimeType": "text/plain",
      "description": "Concise site context and links for AI agents."
    },
    {
      "name": "Full LLM context",
      "uri": "https://moesica.com/llms-full.txt",
      "mimeType": "text/plain",
      "description": "Expanded Moesica context, services, process, FAQ, and contact details."
    },
    {
      "name": "AI catalog",
      "uri": "https://moesica.com/ai-catalog.json",
      "mimeType": "application/json",
      "description": "Catalog of machine-readable resources and actions."
    },
    {
      "name": "Brand profile",
      "uri": "https://moesica.com/brand.json",
      "mimeType": "application/json",
      "description": "Compact Moesica identity, services, color, and resource profile."
    },
    {
      "name": "Humans",
      "uri": "https://moesica.com/humans.txt",
      "mimeType": "text/plain",
      "description": "Ownership, contact, standards, and AI context references."
    },
    {
      "name": "Services",
      "uri": "https://moesica.com/services/",
      "mimeType": "text/html",
      "description": "Index of Moesica strategic, AI, intelligence, automation, and custom systems services."
    },
    {
      "name": "OpenAPI contact action",
      "uri": "https://moesica.com/openapi.json",
      "mimeType": "application/json",
      "description": "Public contact inquiry action schema."
    },
    {
      "name": "Growth Architecture",
      "uri": "https://moesica.com/services/growth-architecture/",
      "mimeType": "text/html",
      "description": "Service page for positioning, customer journeys, commercial priorities, and growth decision systems."
    },
    {
      "name": "AI Transformation",
      "uri": "https://moesica.com/services/ai-transformation/",
      "mimeType": "text/html",
      "description": "Service page for practical AI adoption, workflow design, and automation strategy."
    },
    {
      "name": "Custom Operating Systems",
      "uri": "https://moesica.com/services/custom-operating-systems/",
      "mimeType": "text/html",
      "description": "Service page for internal tools, automations, integrations, and custom software."
    },
    {
      "name": "Insights",
      "uri": "https://moesica.com/insights/",
      "mimeType": "text/html",
      "description": "Index of Moesica strategic notes."
    },
    {
      "name": "Performance intelligence note",
      "uri": "https://moesica.com/insights/performance-intelligence/",
      "mimeType": "text/html",
      "description": "Insight on measurement, funnel insight, acquisition logic, and decision systems."
    },
    {
      "name": "Custom operating systems note",
      "uri": "https://moesica.com/insights/custom-operating-systems/",
      "mimeType": "text/html",
      "description": "Insight on internal tools, automation, integrations, and custom software."
    }
  ],
  "tools": [
    {
      "name": "submit_project_inquiry",
      "description": "Submit a public project inquiry through the Moesica contact form endpoint.",
      "inputSchema": {
        "type": "object",
        "required": ["name", "email", "message"],
        "properties": {
          "name": {
            "type": "string"
          },
          "email": {
            "type": "string",
            "format": "email"
          },
          "message": {
            "type": "string"
          }
        }
      },
      "endpoint": "https://api.web3forms.com/submit",
      "method": "POST"
    }
  ]
}
