Skip to content
Back to Make Effects

Card snapshot

makefx.app · 2026-07-25 00:41:23 UTC · a94c3907c33e1dc434dda512ea276ade34bc6a18f562ae289a8ee20dabefe735

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Make Effects",
  "description": "Turns AI generation into finished, consistent, reproducible assets. Agents direct production via the makefx CLI and MCP; every result keeps its recipe and lineage.",
  "url": "https://makefx.app",
  "schema": "makefx-agent-discovery-v1",
  "provider": {
    "organization": "Make Effects",
    "url": "https://makefx.app"
  },
  "capabilities": {
    "stores": [
      "spaces",
      "assets",
      "variants",
      "recipes",
      "lineage"
    ],
    "public_interfaces": [
      "markdown-docs",
      "llms.txt",
      "makefx-cli",
      "hosted-mcp"
    ]
  },
  "documentation_url": "https://makefx.app/docs",
  "pricing_url": "https://makefx.app/pricing.md",
  "llms_txt": "https://makefx.app/llms.txt",
  "llms_full_txt": "https://makefx.app/llms-full.txt",
  "mcp_url": "https://makefx.app/mcp",
  "mcp": {
    "url": "https://makefx.app/mcp",
    "transport": "streamable-http",
    "authentication": "oauth",
    "documentation_url": "https://makefx.app/docs/mcp.md"
  },
  "skills_index_url": "https://makefx.app/.well-known/agent-skills/index.json",
  "preferred_cli": "makefx",
  "skills": [
    {
      "id": "read-docs",
      "name": "Read Make Effects docs",
      "description": "Discover public product, CLI, playbook, and parameter documentation.",
      "inputModes": [
        "text/markdown"
      ],
      "outputModes": [
        "text/markdown"
      ],
      "url": "https://makefx.app/llms.txt"
    },
    {
      "id": "use-mcp",
      "name": "Use hosted MakeFX MCP",
      "description": "Connect an OAuth-capable MCP client to the hosted Streamable HTTP server.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "url": "https://makefx.app/mcp",
      "documentation_url": "https://makefx.app/docs/mcp.md"
    },
    {
      "id": "use-cli",
      "name": "Use the makefx CLI",
      "description": "Generate media, inspect and curate Assets and Variants, upload local media, and download results.",
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "url": "https://makefx.app/docs/cli.md"
    }
  ]
}