{
  "schema_version": "v1",
  "name": "collabstr",
  "display_name": "Collabstr",
  "description": "Influencer marketing marketplace. Discover vetted creators by niche, follower range, location, and platform; retrieve creator rate cards and packages; browse open brand campaigns; access creator-economy research and free tools.",
  "version": "1.0.0",
  "homepage_url": "https://collabstr.com",
  "icon_url": "https://collabstr.com/static/igmarketplace/favicon.ico",
  "documentation_url": "https://collabstr.com/llms-full.txt",
  "contact_email": "support@collabstr.com",
  "terms_url": "https://collabstr.com/terms",
  "privacy_url": "https://collabstr.com/privacy",
  "license": "https://collabstr.com/terms",
  "auth": {
    "type": "none",
    "documentation": "https://collabstr.com/auth.md"
  },
  "skills": [
    {
      "name": "find_creators_by_niche",
      "description": "Find top creators relevant to a free-form keyword (niche, topic, or product category).",
      "input": {
        "niche": "string (e.g. 'golf', 'skincare', 'fitness')"
      },
      "url_template": "https://collabstr.com/top-influencers/{niche}",
      "result_mime_type": "text/html"
    },
    {
      "name": "get_creator_profile",
      "description": "Retrieve a single creator's public profile, including bio, niches, follower counts, packages, prices, and reviews.",
      "input": {
        "username": "string (Collabstr handle, no @)"
      },
      "url_template": "https://collabstr.com/{username}",
      "result_mime_type": "text/html"
    },
    {
      "name": "list_blog_posts",
      "description": "Browse Collabstr editorial posts on creator economy, influencer marketing strategy, and platform updates.",
      "url_template": "https://collabstr.com/blog",
      "result_mime_type": "text/html"
    },
    {
      "name": "get_llm_index",
      "description": "Compact LLM-optimized site index for ingestion.",
      "url_template": "https://collabstr.com/llms.txt",
      "result_mime_type": "text/markdown"
    },
    {
      "name": "get_llm_full_index",
      "description": "Full-content LLM ingestion file. Wider creator/blog/campaign limits than llms.txt.",
      "url_template": "https://collabstr.com/llms-full.txt",
      "result_mime_type": "text/markdown"
    }
  ],
  "discovery": {
    "mcp": "https://collabstr.com/.well-known/mcp.json",
    "ai_plugin": "https://collabstr.com/.well-known/ai-plugin.json",
    "auth": "https://collabstr.com/auth.md",
    "llms": "https://collabstr.com/llms.txt",
    "llms_full": "https://collabstr.com/llms-full.txt",
    "robots": "https://collabstr.com/robots.txt",
    "sitemap": "https://collabstr.com/sitemap.xml"
  }
}
