# MCP author server extractor

**Use case:** 

Extract Glama MCP servers for a selected author and export names, GitHub links, tools, and metadata.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://glama.ai/mcp/servers?query=author%3Amodelcontextprotocol"
    }
  ],
  "maxItems": 25,
  "includeDetails": true,
  "maxConcurrency": 2
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "serverUrl": {
    "label": "Glama URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "authorName": {
    "label": "Author"
  },
  "categories": {
    "label": "Categories"
  },
  "attributes": {
    "label": "Attributes"
  },
  "githubUrl": {
    "label": "GitHub",
    "format": "link"
  },
  "npmUrl": {
    "label": "NPM",
    "format": "link"
  },
  "license": {
    "label": "License"
  },
  "toolCount": {
    "label": "Tools"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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