{
  "schemaVersion": "0.1",
  "name": "BusyProxy",
  "description": "Earner app that pays people per GB for bandwidth shared from their own phone. Operated by Effirity SRL.",
  "url": "https://busyproxy.net",
  "contact": {
    "email": "support@busyproxy.net",
    "url": "https://busyproxy.net/support"
  },
  "legal": {
    "terms": "https://busyproxy.net/terms",
    "privacy": "https://busyproxy.net/privacy",
    "operator": "Effirity SRL"
  },
  "documentation": {
    "agents": "https://busyproxy.net/AGENTS.md",
    "llms": "https://busyproxy.net/llms.txt",
    "llmsFull": "https://busyproxy.net/llms-full.txt"
  },
  "interfaces": [
    {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://busyproxy.net/mcp",
      "catalog": "https://busyproxy.net/.well-known/mcp.json",
      "auth": "none for public tools"
    },
    {
      "type": "openapi",
      "url": "https://busyproxy.net/openapi.json"
    },
    {
      "type": "markdown",
      "pattern": "https://busyproxy.net/{path}.md",
      "negotiation": "Accept: text/markdown"
    }
  ],
  "humanHandoff": {
    "url": "https://busyproxy.net/support",
    "email": "support@busyproxy.net",
    "telephone": "+1 971 518 6633"
  },
  "policies": {
    "dataUse": "https://busyproxy.net/privacy",
    "actionsRequiringUserConsent": [
      "creating an account",
      "starting or stopping sharing on a device",
      "requesting a withdrawal",
      "changing profile details"
    ],
    "prohibitedClaims": [
      "that BusyProxy is a VPN or anonymiser",
      "that a welcome bonus or referral programme exists",
      "that any withdrawal method other than cryptocurrency is available",
      "that earnings are guaranteed"
    ]
  }
}