{
  "name": "Agent101",
  "description": "Open directory and service pack for AI agents. 3,900+ tools across 15 categories. Search, recommend, and invoke tools directly.",
  "url": "https://agent101.ventify.ai",
  "version": "1.0.0",
  "protocol": "a2a/0.3",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["none"]
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "search-tools",
      "name": "Search Tools",
      "description": "Search 3,900+ API tools and MCP servers. Returns tools with URL, auth info, free tier, example calls, and ready-to-use curl commands.",
      "tags": ["tools", "api", "search", "directory", "mcp"],
      "examples": [
        "Find a free email sending API",
        "What tools can convert PDF to text?",
        "Search for browser automation tools"
      ]
    },
    {
      "id": "recommend-tools",
      "name": "Recommend Tools",
      "description": "Get the best tool recommendation for a specific task. Returns top 5 tools ranked by fit.",
      "tags": ["recommendation", "tools", "api"],
      "examples": [
        "Best tool for web scraping",
        "Recommend a payment processing API",
        "What should I use for image generation?"
      ]
    },
    {
      "id": "invoke-tool",
      "name": "Invoke Tool",
      "description": "Actually call free/no-auth tools and get real results. Supports ipinfo, weather, exchange rates, Wikipedia, GitHub search, DuckDuckGo, and more.",
      "tags": ["invoke", "execute", "api", "free"],
      "examples": [
        "Get weather for Tokyo",
        "Look up IP geolocation",
        "Search GitHub for MCP servers"
      ]
    },
    {
      "id": "chain-tools",
      "name": "Chain Tools",
      "description": "Find tools that work well together for building multi-step pipelines.",
      "tags": ["pipeline", "workflow", "chain"],
      "examples": [
        "What pairs well with OpenAI?",
        "Tools that complement Stripe"
      ]
    }
  ],
  "provider": {
    "organization": "Agent101",
    "url": "https://agent101.ventify.ai"
  }
}
