{
  "schema_version": "v1",
  "name": "Awiser",
  "description": "Awiser is a builder network where founders, developers, designers, and creators publish projects, find collaborators via LinkMaker, and build longitudinal reputation through the Achievements system.",
  "homepage": "https://awiser.co",
  "canonical_manifest_url": "https://mcp.awiser.co/manifest",
  "mcp": {
    "endpoint": "https://mcp.awiser.co",
    "transport": [
      "http",
      "sse"
    ],
    "auth": {
      "scheme": "api_key",
      "header": "Authorization",
      "format": "Bearer awsk_<32 chars>",
      "issuance_url": "https://awiser.co/{username}/settings/api-keys"
    }
  },
  "discovery": {
    "llms_txt": "https://awiser.co/llms.txt",
    "agents_page": "https://awiser.co/agents",
    "sitemap_index": "https://awiser.co/sitemap.xml",
    "robots_txt": "https://awiser.co/robots.txt"
  },
  "contact": {
    "url": "https://awiser.co/contact"
  },
  "status": "preview",
  "notes": "This is a discovery stub served from the awiser.co origin. The authoritative MCP manifest lives at mcp.awiser.co/manifest; fetch it from there once the MCP server is deployed."
}