Card snapshot
makefx.app
·
2026-08-03 22:36:23 UTC
·
c20f79e74e2a1432987c3f0e0a3bf56daf86bb513a68269ffc604d03a701b40f
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",
"cli_contract_url": "https://makefx.app/.well-known/makefx-cli-contract.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"
}
]
}