{
  "mcpVersion": "1.0",
  "name": "sweatcoin-club",
  "displayName": "Sweatcoin.club",
  "description": "The largest independent Sweatcoin community resource. Ask about earning strategies, sign-up guides, marketplace deals, referral links, Step Jars, $SWEAT crypto, and club membership. Run by Howard Orloff (howard100), official Sweatcoin influencer since 2018.",
  "homepage": "https://sweatcoin.club",
  "servers": [
    {
      "url": "https://sweatcoin.club/mcp",
      "transport": "http"
    }
  ],
  "tools": [
    {
      "name": "ask",
      "description": "Ask a natural language question about Sweatcoin — sign-up, earning rates, marketplace, referrals, clubs, $SWEAT, Step Jars, or Howard's experience as a 7-year user.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "q": {
            "type": "string",
            "description": "Natural language query about Sweatcoin"
          }
        },
        "required": ["q"]
      }
    }
  ],
  "resources": [
    {
      "uri": "https://sweatcoin.club/feed.xml",
      "name": "Blog RSS Feed",
      "mimeType": "application/rss+xml",
      "description": "All blog posts from Sweatcoin.club in RSS 2.0 format"
    },
    {
      "uri": "https://sweatcoin.club/sitemap.xml",
      "name": "Sitemap",
      "mimeType": "application/xml",
      "description": "Complete sitemap of all pages on Sweatcoin.club"
    }
  ],
  "author": {
    "name": "Howard Orloff",
    "url": "https://howardorloff.net"
  }
}
