{
  "mcp_version": "2025-11-25",
  "endpoints": [
    {
      "url": "https://www.moonpush.com/api",
      "transport": "http+rest",
      "capabilities": ["tools"],
      "auth": {
        "type": "none"
      },
      "description": "Direct REST endpoints — agents can use these without an MCP client. POST /api/upload for files, GET /api/dl/{id} for downloads."
    }
  ],
  "stdio_server": {
    "package": "moonpush-mcp",
    "command": "python3",
    "args": ["server.py"],
    "repository": "https://github.com/aamirmursleen/moonpush-mcp",
    "install": "pip install \"mcp[cli]\" && claude mcp add moonpush python3 /path/to/server.py"
  },
  "documentation": "https://www.moonpush.com/llm.md",
  "server_card": "https://www.moonpush.com/.well-known/mcp/server-card.json"
}
