{
  "version": "1.0",
  "description": "Milysec agent tooling. Executable MCP lives on the Milypay product (x402 AU data). The studio site is informational; agents act via Milypay.",
  "publisher": {
    "name": "Milysec Pty Ltd",
    "url": "https://milysec.com",
    "email": "hello@milysec.com"
  },
  "servers": [
    {
      "name": "milypay",
      "title": "Milypay",
      "description": "Pay-per-call Australian data for AI agents over x402 (ABN, ASIC, address, BSB, super, weather, postage). Settlement in AUD stables / USDC on Solana. No API keys.",
      "transport": "stdio",
      "command": "npx",
      "args": ["-y", "milypay", "mcp"],
      "homepage": "https://milypay.xyz",
      "documentation": "https://milypay.xyz/agents.md",
      "llms": "https://milypay.xyz/llms.txt",
      "llmsFull": "https://milypay.xyz/llms-full.txt",
      "paidApi": "https://api.milypay.xyz",
      "demoApi": "https://milypay.xyz/api",
      "parentOrganization": {
        "name": "Milysec Pty Ltd",
        "url": "https://milysec.com"
      }
    }
  ],
  "mcpServers": {
    "milypay": {
      "command": "npx",
      "args": ["-y", "milypay", "mcp"],
      "description": "Milypay x402 Australian data tools for agents"
    }
  },
  "links": {
    "studio": "https://milysec.com",
    "docs": "https://milysec.com/docs",
    "llms": "https://milysec.com/llms.txt",
    "llmsFull": "https://milysec.com/llms-full.txt",
    "apiCatalog": "https://milysec.com/.well-known/api-catalog",
    "openapi": "https://milysec.com/openapi.json",
    "product": "https://milypay.xyz",
    "agents": "https://milypay.xyz/agents.md"
  }
}
