# Browse Verified Smithery Registry Servers

**Use case:** 

Browse up to 20 verified MCP servers in the Smithery registry, with tools, resources, prompts, and connection details.

## Input

```json
{
  "target": "catalog",
  "verifiedOnly": true,
  "includeCapabilities": true,
  "maxItems": 20
}
```

## Output

```json
{
  "serverId": {
    "label": "Server ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "registryUrl": {
    "label": "Registry URL",
    "format": "string"
  },
  "homepageUrl": {
    "label": "Homepage URL",
    "format": "string"
  },
  "iconUrl": {
    "label": "Icon URL",
    "format": "string"
  },
  "createdAt": {
    "label": "Created at",
    "format": "string"
  },
  "useCount": {
    "label": "Use count",
    "format": "integer"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "publishedBySmithery": {
    "label": "Published by Smithery",
    "format": "boolean"
  },
  "remoteAvailable": {
    "label": "Remote available",
    "format": "boolean"
  },
  "hosted": {
    "label": "Hosted",
    "format": "boolean"
  },
  "hostedUrl": {
    "label": "Hosted URL",
    "format": "string"
  },
  "connectionType": {
    "label": "Connection type",
    "format": "string"
  },
  "capabilities": {
    "label": "Capabilities",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Smithery MCP Scraper](https://apify.com/maximedupre/smithery-mcp) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/smithery-mcp) to learn more, explore other use cases, and run it yourself.