Skip to content
Back to Maker.co Website Improvement Discovery Agent

Card snapshot

www.maker.co · 2026-07-31 09:11:34 UTC · 9df33a038601ed022a3a74d366d226d6627ba9cd1594f54c0f7dfda8eacbf6b7

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": "Maker.co Website Improvement Discovery Agent",
  "version": "1.0.0",
  "description": "Discovery metadata for Maker.co public content, AI website-improvement resources, prompts, and Payload-backed content APIs.",
  "url": "https://www.maker.co/.well-known/agent-card.json",
  "provider": {
    "name": "Maker.co",
    "url": "https://www.maker.co"
  },
  "documentationUrl": "https://www.maker.co/openapi.json",
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown",
    "text/plain"
  ],
  "supportedInterfaces": [
    {
      "name": "HTTP JSON",
      "url": "https://www.maker.co/api/agent/search",
      "transport": "https",
      "protocol": "http-json",
      "description": "Read-only public search API for Maker.co pages, articles, prompts, and AI website-improvement resources."
    },
    {
      "name": "WebMCP",
      "url": "https://www.maker.co",
      "transport": "browser",
      "description": "Browser-exposed read-only tools when navigator.modelContext is available."
    },
    {
      "name": "MCP",
      "url": "https://www.maker.co/api/mcp",
      "transport": "streamable-http",
      "description": "Payload-backed MCP endpoint for authenticated Maker.co content operations."
    }
  ],
  "securitySchemes": {
    "PayloadBearer": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "Payload JWT",
      "description": "Optional bearer token from /api/oauth/token for existing Payload users and protected API access."
    }
  },
  "capabilities": {
    "readOnlyDiscovery": true,
    "contentSearch": true,
    "markdownNegotiation": true,
    "webBotAuthDirectory": "https://www.maker.co/.well-known/http-message-signatures-directory",
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "site-navigation",
      "name": "maker-site-navigation",
      "description": "Find Maker.co public pages, AI-readable content, sitemap, RSS, markdown, and discovery resources.",
      "url": "https://www.maker.co/.well-known/agent-skills/site-navigation.md"
    },
    {
      "id": "content-search",
      "name": "maker-content-search",
      "description": "Search public Maker.co website-improvement pages, articles, and prompts through the read-only agent search API.",
      "url": "https://www.maker.co/.well-known/agent-skills/content-search.md"
    },
    {
      "id": "prompt-discovery",
      "name": "maker-prompt-discovery",
      "description": "Discover public Maker.co prompt resources for AI-generated website pages, sections, components, and redesign ideas.",
      "url": "https://www.maker.co/.well-known/agent-skills/prompt-discovery.md"
    }
  ]
}