# GitHub MCP Servers on Smithery — Tools & Schemas

**Use case:** 

Search Smithery MCP registry for GitHub-related servers: tool definitions, resource schemas, use counts, and deployment info for code-assistant integrations.

## Input

```json
{
  "sp_intended_usage": "Identify and compare GitHub-related MCP servers for developer tooling research",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "mode": "search",
  "query": "github",
  "qualifiedName": "",
  "verifiedOnly": false,
  "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.