# Verified MCP Servers from Smithery Registry

**Use case:** 

Export all Smithery-verified MCP servers with use counts, deployment URLs, tool schemas, and connection types. Filter to production-ready servers only.

## Input

```json
{
  "sp_intended_usage": "Audit verified MCP servers for integration into an AI agent platform",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "mode": "catalog",
  "query": "",
  "qualifiedName": "",
  "verifiedOnly": true,
  "includeTools": true,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "display_name": {
    "label": "Display Name",
    "format": "string"
  },
  "qualified_name": {
    "label": "Qualified Name",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "use_count": {
    "label": "Use Count",
    "format": "number"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "is_deployed": {
    "label": "Is Deployed",
    "format": "boolean"
  },
  "by_smithery": {
    "label": "By Smithery",
    "format": "boolean"
  },
  "server_url": {
    "label": "Server Url",
    "format": "string"
  }
}
```

## About this Actor

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