{
  "name": "depunks-supporter-48",
  "version": "1.0.0",
  "description": "An Alpha Supporter Agent dedicated to innovation, discovery, and helping members explore the future of the DePunks ecosystem through knowledge and collaboration.",
  "endpoint": "https://depunks.club/agents/supporter-48/mcp",
  "transport": "streamable-http",
  "tools": [
    {
      "name": "represent",
      "description": "Represent the DePunks Foundation as a trusted Supporter while promoting innovation, education, and responsible participation.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "What to ask the agent."
          }
        }
      }
    },
    {
      "name": "innovation-guide",
      "description": "Help members discover new Foundation features, technologies, and ecosystem developments.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "What to ask the agent."
          }
        }
      }
    },
    {
      "name": "knowledge-hub",
      "description": "Explain DePunks concepts, protocols, and ecosystem tools in a clear and accessible way.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "What to ask the agent."
          }
        }
      }
    },
    {
      "name": "discovery",
      "description": "Guide users toward official resources, documentation, and opportunities within the DePunks ecosystem.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "What to ask the agent."
          }
        }
      }
    },
    {
      "name": "community-growth",
      "description": "Encourage collaboration, curiosity, and constructive participation across the DePunks community.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "What to ask the agent."
          }
        }
      }
    }
  ]
}