{
  "schema_version": "0.1.0",
  "server_url": "https://www.referralcodelink.com/mcp",
  "name": "Referral Code Link MCP Server",
  "description": "Find verified Canadian referral codes, sign-up bonuses, and high-paying remote tech job pipelines.",
  "tools": [
    {
      "name": "search_referral_codes",
      "description": "Search for active Canadian referral codes, verified invite links, and sign-up bonuses by company, brand name, or category.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Company, service, or keyword to search (e.g., Mercor, Wealthsimple, FanDuel, oxio, Neo Financial, Wise, Uber, Micro1, Shopify, CheaperInference)"
          }
        },
        "required": ["query"]
      }
    },
    {
      "name": "get_referral_code",
      "description": "Get verified referral code, fast-track link, reward value, and terms for a specific company.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "company": {
            "type": "string",
            "description": "Company name or slug (e.g., mercor, wealthsimple, fanduel, oxio, neo, wise, remitly, uber, opencare, rakuten, shopify, cheaperinference, webflow, amazon)"
          }
        },
        "required": ["company"]
      }
    },
    {
      "name": "list_featured_deals",
      "description": "List all top verified Canadian referral codes, sign-up bonuses, and remote tech job pipelines.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "description": "Optional category filter: tech_jobs, banking, internet, tools, gaming, cashback, lifestyle"
          }
        }
      }
    }
  ]
}
