Serversio.github.RidioDevelopment/socialcrawl
S

SocialCrawl

io.github.RidioDevelopment/socialcrawl · v1.0.1
▦ npm
v1.0.1npm npm: socialcrawl-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.RidioDevelopment/socialcrawl",
  "description": "Access 21+ social media platforms through one unified API. Profiles, posts, search.",
  "title": "SocialCrawl",
  "repository": {
    "url": "https://github.com/RidioDevelopment/socialcrawl-mcp",
    "source": "github"
  },
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "socialcrawl-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your SocialCrawl API key. Get a free key at socialcrawl.com (100 credits, no credit card required).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SOCIALCRAWL_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}