← Registry

Data Collection

reapx.dev

reapX converts public sources into addressable, citable records for systematic data collection.

20 endpoints0 known toolsFirst detected August 5, 2026Last detected August 5, 2026

ENDPOINT 1

https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.apify.com/?actors=reapx/open-library-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/open-library-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/open-library-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/open-library-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/open-library-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/open-library-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/open-library-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://mcp.apify.com/?actors=reapx/clinicaltrials-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/clinicaltrials-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/clinicaltrials-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/clinicaltrials-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/clinicaltrials-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/clinicaltrials-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/clinicaltrials-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 4

https://mcp.apify.com/?actors=reapx/coingecko-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/coingecko-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/coingecko-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/coingecko-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/coingecko-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/coingecko-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/coingecko-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 5

https://mcp.apify.com/?actors=reapx/discogs-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/discogs-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/discogs-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/discogs-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/discogs-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/discogs-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/discogs-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 6

https://mcp.apify.com/?actors=reapx/docker-hub-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/docker-hub-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/docker-hub-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/docker-hub-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/docker-hub-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/docker-hub-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/docker-hub-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 7

https://mcp.apify.com/?actors=reapx/federal-register-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/federal-register-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/federal-register-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/federal-register-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/federal-register-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/federal-register-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/federal-register-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 8

https://mcp.apify.com/?actors=reapx/github-repo-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/github-repo-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/github-repo-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/github-repo-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/github-repo-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/github-repo-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/github-repo-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 9

https://mcp.apify.com/?actors=reapx/greenhouse-jobs-scraper,reapx/workable-jobs-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/weworkremotely-scraper,reapx/nofluffjobs-scraper,reapx/arbeitsagentur-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/greenhouse-jobs-scraper,reapx/workable-jobs-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/weworkremotely-scraper,reapx/nofluffjobs-scraper,reapx/arbeitsagentur-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/greenhouse-jobs-scraper,reapx/workable-jobs-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/weworkremotely-scraper,reapx/nofluffjobs-scraper,reapx/arbeitsagentur-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/greenhouse-jobs-scraper,reapx/workable-jobs-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/weworkremotely-scraper,reapx/nofluffjobs-scraper,reapx/arbeitsagentur-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/greenhouse-jobs-scraper,reapx/workable-jobs-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/weworkremotely-scraper,reapx/nofluffjobs-scraper,reapx/arbeitsagentur-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/greenhouse-jobs-scraper,reapx/workable-jobs-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/weworkremotely-scraper,reapx/nofluffjobs-scraper,reapx/arbeitsagentur-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/greenhouse-jobs-scraper,reapx/workable-jobs-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/weworkremotely-scraper,reapx/nofluffjobs-scraper,reapx/arbeitsagentur-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 10

https://mcp.apify.com/?actors=reapx/mastodon-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/mastodon-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/mastodon-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/mastodon-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/mastodon-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/mastodon-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/mastodon-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 11

https://mcp.apify.com/?actors=reapx/npm-package-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/npm-package-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/npm-package-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/npm-package-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/npm-package-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/npm-package-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/npm-package-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 12

https://mcp.apify.com/?actors=reapx/openfda-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/openfda-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/openfda-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/openfda-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/openfda-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/openfda-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/openfda-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 13

https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper,reapx/arbeitsagentur-scraper,reapx/arxiv-papers-scraper,reapx/clinicaltrials-scraper,reapx/coingecko-scraper,reapx/crossref-scraper,reapx/discogs-scraper,reapx/docker-hub-scraper,reapx/federal-register-scraper,reapx/github-repo-scraper,reapx/greenhouse-jobs-scraper,reapx/mastodon-scraper,reapx/nofluffjobs-scraper,reapx/npm-package-scraper,reapx/open-library-scraper,reapx/openalex-scraper,reapx/openfda-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/sec-edgar-scraper,reapx/shopify-app-store-scraper,reapx/shopify-store-products-scraper,reapx/stackoverflow-scraper,reapx/weworkremotely-scraper,reapx/workable-jobs-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper,reapx/arbeitsagentur-scraper,reapx/arxiv-papers-scraper,reapx/clinicaltrials-scraper,reapx/coingecko-scraper,reapx/crossref-scraper,reapx/discogs-scraper,reapx/docker-hub-scraper,reapx/federal-register-scraper,reapx/github-repo-scraper,reapx/greenhouse-jobs-scraper,reapx/mastodon-scraper,reapx/nofluffjobs-scraper,reapx/npm-package-scraper,reapx/open-library-scraper,reapx/openalex-scraper,reapx/openfda-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/sec-edgar-scraper,reapx/shopify-app-store-scraper,reapx/shopify-store-products-scraper,reapx/stackoverflow-scraper,reapx/weworkremotely-scraper,reapx/workable-jobs-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper,reapx/arbeitsagentur-scraper,reapx/arxiv-papers-scraper,reapx/clinicaltrials-scraper,reapx/coingecko-scraper,reapx/crossref-scraper,reapx/discogs-scraper,reapx/docker-hub-scraper,reapx/federal-register-scraper,reapx/github-repo-scraper,reapx/greenhouse-jobs-scraper,reapx/mastodon-scraper,reapx/nofluffjobs-scraper,reapx/npm-package-scraper,reapx/open-library-scraper,reapx/openalex-scraper,reapx/openfda-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/sec-edgar-scraper,reapx/shopify-app-store-scraper,reapx/shopify-store-products-scraper,reapx/stackoverflow-scraper,reapx/weworkremotely-scraper,reapx/workable-jobs-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper,reapx/arbeitsagentur-scraper,reapx/arxiv-papers-scraper,reapx/clinicaltrials-scraper,reapx/coingecko-scraper,reapx/crossref-scraper,reapx/discogs-scraper,reapx/docker-hub-scraper,reapx/federal-register-scraper,reapx/github-repo-scraper,reapx/greenhouse-jobs-scraper,reapx/mastodon-scraper,reapx/nofluffjobs-scraper,reapx/npm-package-scraper,reapx/open-library-scraper,reapx/openalex-scraper,reapx/openfda-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/sec-edgar-scraper,reapx/shopify-app-store-scraper,reapx/shopify-store-products-scraper,reapx/stackoverflow-scraper,reapx/weworkremotely-scraper,reapx/workable-jobs-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper,reapx/arbeitsagentur-scraper,reapx/arxiv-papers-scraper,reapx/clinicaltrials-scraper,reapx/coingecko-scraper,reapx/crossref-scraper,reapx/discogs-scraper,reapx/docker-hub-scraper,reapx/federal-register-scraper,reapx/github-repo-scraper,reapx/greenhouse-jobs-scraper,reapx/mastodon-scraper,reapx/nofluffjobs-scraper,reapx/npm-package-scraper,reapx/open-library-scraper,reapx/openalex-scraper,reapx/openfda-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/sec-edgar-scraper,reapx/shopify-app-store-scraper,reapx/shopify-store-products-scraper,reapx/stackoverflow-scraper,reapx/weworkremotely-scraper,reapx/workable-jobs-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper,reapx/arbeitsagentur-scraper,reapx/arxiv-papers-scraper,reapx/clinicaltrials-scraper,reapx/coingecko-scraper,reapx/crossref-scraper,reapx/discogs-scraper,reapx/docker-hub-scraper,reapx/federal-register-scraper,reapx/github-repo-scraper,reapx/greenhouse-jobs-scraper,reapx/mastodon-scraper,reapx/nofluffjobs-scraper,reapx/npm-package-scraper,reapx/open-library-scraper,reapx/openalex-scraper,reapx/openfda-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/sec-edgar-scraper,reapx/shopify-app-store-scraper,reapx/shopify-store-products-scraper,reapx/stackoverflow-scraper,reapx/weworkremotely-scraper,reapx/workable-jobs-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper,reapx/arbeitsagentur-scraper,reapx/arxiv-papers-scraper,reapx/clinicaltrials-scraper,reapx/coingecko-scraper,reapx/crossref-scraper,reapx/discogs-scraper,reapx/docker-hub-scraper,reapx/federal-register-scraper,reapx/github-repo-scraper,reapx/greenhouse-jobs-scraper,reapx/mastodon-scraper,reapx/nofluffjobs-scraper,reapx/npm-package-scraper,reapx/open-library-scraper,reapx/openalex-scraper,reapx/openfda-scraper,reapx/reed-jobs-scraper,reapx/remoteok-jobs-scraper,reapx/sec-edgar-scraper,reapx/shopify-app-store-scraper,reapx/shopify-store-products-scraper,reapx/stackoverflow-scraper,reapx/weworkremotely-scraper,reapx/workable-jobs-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 14

https://mcp.apify.com/?actors=reapx/arxiv-papers-scraper,reapx/openalex-scraper,reapx/crossref-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/arxiv-papers-scraper,reapx/openalex-scraper,reapx/crossref-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/arxiv-papers-scraper,reapx/openalex-scraper,reapx/crossref-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/arxiv-papers-scraper,reapx/openalex-scraper,reapx/crossref-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/arxiv-papers-scraper,reapx/openalex-scraper,reapx/crossref-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/arxiv-papers-scraper,reapx/openalex-scraper,reapx/crossref-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/arxiv-papers-scraper,reapx/openalex-scraper,reapx/crossref-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 15

https://mcp.apify.com/?actors=reapx/sec-edgar-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/sec-edgar-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/sec-edgar-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/sec-edgar-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/sec-edgar-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/sec-edgar-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/sec-edgar-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 16

https://mcp.apify.com/?actors=reapx/shopify-store-products-scraper,reapx/shopify-app-store-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/shopify-store-products-scraper,reapx/shopify-app-store-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/shopify-store-products-scraper,reapx/shopify-app-store-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/shopify-store-products-scraper,reapx/shopify-app-store-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/shopify-store-products-scraper,reapx/shopify-app-store-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/shopify-store-products-scraper,reapx/shopify-app-store-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/shopify-store-products-scraper,reapx/shopify-app-store-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 17

https://mcp.apify.com/?actors=reapx/stackoverflow-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/stackoverflow-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/stackoverflow-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/stackoverflow-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/stackoverflow-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/stackoverflow-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/stackoverflow-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 18

https://mcp.apify.com/?actors=reapx/brand-collab-detector,reapx/branded-mention-tracker,reapx/creator-contact-finder,reapx/creator-credibility-scorer,reapx/deleted-content-archive,reapx/engagement-benchmark-by-niche,reapx/follower-loss-tracker,reapx/instagram-comment-authenticity,reapx/instagram-creator-discovery,reapx/instagram-disclosure-checker,reapx/instagram-fake-follower-audit,reapx/instagram-follower-growth-monitor,reapx/linkedin-company-discovery,reapx/linkedin-company-headcount-monitor,reapx/linkedin-company-tracker,reapx/linkedin-jobs-monitor,reapx/linkedin-jobs-scraper,reapx/linkedin-posts-monitor,reapx/linkedin-profile-discovery,reapx/tiktok-comment-authenticity,reapx/tiktok-comments,reapx/tiktok-creator-check,reapx/tiktok-creator-discovery,reapx/tiktok-disclosure-checker,reapx/tiktok-follower-growth-monitor,reapx/tiktok-trends,reapx/x-creator-check,reapx/youtube-creator-discovery,reapx/youtube-shorts,reapx/youtube-video-search

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?actors=reapx/brand-collab-detector,reapx/branded-mention-tracker,reapx/creator-contact-finder,reapx/creator-credibility-scorer,reapx/deleted-content-archive,reapx/engagement-benchmark-by-niche,reapx/follower-loss-tracker,reapx/instagram-comment-authenticity,reapx/instagram-creator-discovery,reapx/instagram-disclosure-checker,reapx/instagram-fake-follower-audit,reapx/instagram-follower-growth-monitor,reapx/linkedin-company-discovery,reapx/linkedin-company-headcount-monitor,reapx/linkedin-company-tracker,reapx/linkedin-jobs-monitor,reapx/linkedin-jobs-scraper,reapx/linkedin-posts-monitor,reapx/linkedin-profile-discovery,reapx/tiktok-comment-authenticity,reapx/tiktok-comments,reapx/tiktok-creator-check,reapx/tiktok-creator-discovery,reapx/tiktok-disclosure-checker,reapx/tiktok-follower-growth-monitor,reapx/tiktok-trends,reapx/x-creator-check,reapx/youtube-creator-discovery,reapx/youtube-shorts,reapx/youtube-video-search"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/brand-collab-detector,reapx/branded-mention-tracker,reapx/creator-contact-finder,reapx/creator-credibility-scorer,reapx/deleted-content-archive,reapx/engagement-benchmark-by-niche,reapx/follower-loss-tracker,reapx/instagram-comment-authenticity,reapx/instagram-creator-discovery,reapx/instagram-disclosure-checker,reapx/instagram-fake-follower-audit,reapx/instagram-follower-growth-monitor,reapx/linkedin-company-discovery,reapx/linkedin-company-headcount-monitor,reapx/linkedin-company-tracker,reapx/linkedin-jobs-monitor,reapx/linkedin-jobs-scraper,reapx/linkedin-posts-monitor,reapx/linkedin-profile-discovery,reapx/tiktok-comment-authenticity,reapx/tiktok-comments,reapx/tiktok-creator-check,reapx/tiktok-creator-discovery,reapx/tiktok-disclosure-checker,reapx/tiktok-follower-growth-monitor,reapx/tiktok-trends,reapx/x-creator-check,reapx/youtube-creator-discovery,reapx/youtube-shorts,reapx/youtube-video-search",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?actors=reapx/brand-collab-detector,reapx/branded-mention-tracker,reapx/creator-contact-finder,reapx/creator-credibility-scorer,reapx/deleted-content-archive,reapx/engagement-benchmark-by-niche,reapx/follower-loss-tracker,reapx/instagram-comment-authenticity,reapx/instagram-creator-discovery,reapx/instagram-disclosure-checker,reapx/instagram-fake-follower-audit,reapx/instagram-follower-growth-monitor,reapx/linkedin-company-discovery,reapx/linkedin-company-headcount-monitor,reapx/linkedin-company-tracker,reapx/linkedin-jobs-monitor,reapx/linkedin-jobs-scraper,reapx/linkedin-posts-monitor,reapx/linkedin-profile-discovery,reapx/tiktok-comment-authenticity,reapx/tiktok-comments,reapx/tiktok-creator-check,reapx/tiktok-creator-discovery,reapx/tiktok-disclosure-checker,reapx/tiktok-follower-growth-monitor,reapx/tiktok-trends,reapx/x-creator-check,reapx/youtube-creator-discovery,reapx/youtube-shorts,reapx/youtube-video-search

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?actors=reapx/brand-collab-detector,reapx/branded-mention-tracker,reapx/creator-contact-finder,reapx/creator-credibility-scorer,reapx/deleted-content-archive,reapx/engagement-benchmark-by-niche,reapx/follower-loss-tracker,reapx/instagram-comment-authenticity,reapx/instagram-creator-discovery,reapx/instagram-disclosure-checker,reapx/instagram-fake-follower-audit,reapx/instagram-follower-growth-monitor,reapx/linkedin-company-discovery,reapx/linkedin-company-headcount-monitor,reapx/linkedin-company-tracker,reapx/linkedin-jobs-monitor,reapx/linkedin-jobs-scraper,reapx/linkedin-posts-monitor,reapx/linkedin-profile-discovery,reapx/tiktok-comment-authenticity,reapx/tiktok-comments,reapx/tiktok-creator-check,reapx/tiktok-creator-discovery,reapx/tiktok-disclosure-checker,reapx/tiktok-follower-growth-monitor,reapx/tiktok-trends,reapx/x-creator-check,reapx/youtube-creator-discovery,reapx/youtube-shorts,reapx/youtube-video-search",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?actors=reapx/brand-collab-detector,reapx/branded-mention-tracker,reapx/creator-contact-finder,reapx/creator-credibility-scorer,reapx/deleted-content-archive,reapx/engagement-benchmark-by-niche,reapx/follower-loss-tracker,reapx/instagram-comment-authenticity,reapx/instagram-creator-discovery,reapx/instagram-disclosure-checker,reapx/instagram-fake-follower-audit,reapx/instagram-follower-growth-monitor,reapx/linkedin-company-discovery,reapx/linkedin-company-headcount-monitor,reapx/linkedin-company-tracker,reapx/linkedin-jobs-monitor,reapx/linkedin-jobs-scraper,reapx/linkedin-posts-monitor,reapx/linkedin-profile-discovery,reapx/tiktok-comment-authenticity,reapx/tiktok-comments,reapx/tiktok-creator-check,reapx/tiktok-creator-discovery,reapx/tiktok-disclosure-checker,reapx/tiktok-follower-growth-monitor,reapx/tiktok-trends,reapx/x-creator-check,reapx/youtube-creator-discovery,reapx/youtube-shorts,reapx/youtube-video-search",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?actors=reapx/brand-collab-detector,reapx/branded-mention-tracker,reapx/creator-contact-finder,reapx/creator-credibility-scorer,reapx/deleted-content-archive,reapx/engagement-benchmark-by-niche,reapx/follower-loss-tracker,reapx/instagram-comment-authenticity,reapx/instagram-creator-discovery,reapx/instagram-disclosure-checker,reapx/instagram-fake-follower-audit,reapx/instagram-follower-growth-monitor,reapx/linkedin-company-discovery,reapx/linkedin-company-headcount-monitor,reapx/linkedin-company-tracker,reapx/linkedin-jobs-monitor,reapx/linkedin-jobs-scraper,reapx/linkedin-posts-monitor,reapx/linkedin-profile-discovery,reapx/tiktok-comment-authenticity,reapx/tiktok-comments,reapx/tiktok-creator-check,reapx/tiktok-creator-discovery,reapx/tiktok-disclosure-checker,reapx/tiktok-follower-growth-monitor,reapx/tiktok-trends,reapx/x-creator-check,reapx/youtube-creator-discovery,reapx/youtube-shorts,reapx/youtube-video-search",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 19

https://mcp.apify.com/?tools=reapx%2Ftelegram-profile-scraper%2Creapx%2Fapollo-lead-scraper%2Creapx%2Finstagram-mention-scraper%2Creapx%2Ftwitter-article-scraper%2Creapx%2Finstagram-reel-scraper%2Creapx%2Fetsy-listing-scraper%2Creapx%2Ffacebook-post-scraper%2Creapx%2Flinkedin-search-scraper%2Creapx%2Flinkedin-post-scraper%2Creapx%2Findeed-job-export-scraper%2Creapx%2Flinkedin-job-scraper%2Creapx%2Findeed-job-search-scraper%2Creapx%2Fwebsite-profile-scraper%2Creapx%2Ftelegram-search-scraper%2Creapx%2Finstagram-hashtag-scraper%2Creapx%2Fnaver-search-data-scraper%2Creapx%2Ftiktok-user-scraper%2Creapx%2Fthreads-post-scraper%2Creapx%2Famazon-product-scraper%2Creapx%2Fgoogle-image-scraper%2Creapx%2Flinkedin-lead-scraper%2Creapx%2Fwebsite-contact-scraper%2Creapx%2Ftelegram-data-export-scraper%2Creapx%2Ffacebook-page-scraper%2Creapx%2Fzillow-lead-scraper%2Creapx%2Ftiktok-transcript-scraper%2Creapx%2Famazon-search-scraper%2Creapx%2Fwalmart-product-scraper%2Creapx%2Fgoogle-play-review-scraper%2Creapx%2Faliexpress-review-scraper%2Creapx%2Finstagram-bulk-export-scraper%2Creapx%2Fzillow-search-scraper%2Creapx%2Ftwitter-post-scraper%2Creapx%2Flinkedin-comment-scraper%2Creapx%2Finstagram-highlight-scraper%2Creapx%2Fyoutube-data-export-scraper%2Creapx%2Fgoogle-ad-data-scraper%2Creapx%2Ftwitter-profile-scraper%2Creapx%2Fpinterest-search-scraper%2Creapx%2Finstagram-download-scraper%2Creapx%2Finstagram-video-scraper%2Creapx%2Ftwitter-search-scraper%2Creapx%2Ftiktok-video-scraper%2Creapx%2Fgoogle-maps-data-scraper%2Creapx%2Ftiktok-email-scraper%2Creapx%2Famazon-product-export-scraper%2Creapx%2Ftelegram-channel-scraper%2Creapx%2Fgoogle-maps-review-scraper%2Creapx%2Flinkedin-email-scraper%2Creapx%2Fzillow-property-scraper%2Creapx%2Faliexpress-rating-scraper%2Creapx%2Fglassdoor-job-scraper%2Creapx%2Faliexpress-product-scraper%2Creapx%2Fzillow-detail-scraper%2Creapx%2Fyoutube-email-scraper%2Creapx%2Fsnapchat-data-scraper%2Creapx%2Fquora-answer-data-scraper%2Creapx%2Fspotify-music-scraper%2Creapx%2Fgoogle-search-price-scraper%2Creapx%2Fshopify-rating-scraper%2Creapx%2Fyoutube-profile-scraper%2Creapx%2Fzillow-data-scraper%2Creapx%2Ftiktok-sound-scraper%2Creapx%2Frednote-profile-scraper%2Creapx%2Flinkedin-ad-scraper%2Creapx%2Fairbnb-review-scraper%2Creapx%2Faliexpress-listing-scraper%2Creapx%2Faliexpress-search-scraper%2Creapx%2Findeed-review-scraper%2Creapx%2Finstagram-email-scraper%2Creapx%2Fmaps-place-data-scraper%2Creapx%2Fthreads-search-scraper%2Creapx%2Fweb-event-data-scraper%2Creapx%2Fgoogle-play-app-scraper%2Creapx%2Fwebsite-lead-scraper%2Creapx%2Famazon-rating-scraper%2Creapx%2Fgoogle-product-scraper%2Creapx%2Fairbnb-price-scraper%2Creapx%2Fgoogle-job-data-scraper%2Creapx%2Fshopify-lead-scraper%2Creapx%2Fgoogle-maps-place-scraper%2Creapx%2Fgoogle-play-data-scraper%2Creapx%2Fbooking-travel-data-scraper%2Creapx%2Flinkedin-account-scraper%2Creapx%2Fyoutube-shorts-scraper%2Creapx%2Fthreads-data-scraper%2Creapx%2Ftwitter-follower-scraper%2Creapx%2Fspotify-data-scraper%2Creapx%2Fwebsite-email-scraper%2Creapx%2Ftwitter-tweet-scraper%2Creapx%2Fwalmart-review-scraper%2Creapx%2Faliexpress-image-scraper%2Creapx%2Fgoogle-flight-scraper%2Creapx%2Fgoogle-maps-contact-scraper%2Creapx%2Frednote-detail-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?tools=reapx%2Ftelegram-profile-scraper%2Creapx%2Fapollo-lead-scraper%2Creapx%2Finstagram-mention-scraper%2Creapx%2Ftwitter-article-scraper%2Creapx%2Finstagram-reel-scraper%2Creapx%2Fetsy-listing-scraper%2Creapx%2Ffacebook-post-scraper%2Creapx%2Flinkedin-search-scraper%2Creapx%2Flinkedin-post-scraper%2Creapx%2Findeed-job-export-scraper%2Creapx%2Flinkedin-job-scraper%2Creapx%2Findeed-job-search-scraper%2Creapx%2Fwebsite-profile-scraper%2Creapx%2Ftelegram-search-scraper%2Creapx%2Finstagram-hashtag-scraper%2Creapx%2Fnaver-search-data-scraper%2Creapx%2Ftiktok-user-scraper%2Creapx%2Fthreads-post-scraper%2Creapx%2Famazon-product-scraper%2Creapx%2Fgoogle-image-scraper%2Creapx%2Flinkedin-lead-scraper%2Creapx%2Fwebsite-contact-scraper%2Creapx%2Ftelegram-data-export-scraper%2Creapx%2Ffacebook-page-scraper%2Creapx%2Fzillow-lead-scraper%2Creapx%2Ftiktok-transcript-scraper%2Creapx%2Famazon-search-scraper%2Creapx%2Fwalmart-product-scraper%2Creapx%2Fgoogle-play-review-scraper%2Creapx%2Faliexpress-review-scraper%2Creapx%2Finstagram-bulk-export-scraper%2Creapx%2Fzillow-search-scraper%2Creapx%2Ftwitter-post-scraper%2Creapx%2Flinkedin-comment-scraper%2Creapx%2Finstagram-highlight-scraper%2Creapx%2Fyoutube-data-export-scraper%2Creapx%2Fgoogle-ad-data-scraper%2Creapx%2Ftwitter-profile-scraper%2Creapx%2Fpinterest-search-scraper%2Creapx%2Finstagram-download-scraper%2Creapx%2Finstagram-video-scraper%2Creapx%2Ftwitter-search-scraper%2Creapx%2Ftiktok-video-scraper%2Creapx%2Fgoogle-maps-data-scraper%2Creapx%2Ftiktok-email-scraper%2Creapx%2Famazon-product-export-scraper%2Creapx%2Ftelegram-channel-scraper%2Creapx%2Fgoogle-maps-review-scraper%2Creapx%2Flinkedin-email-scraper%2Creapx%2Fzillow-property-scraper%2Creapx%2Faliexpress-rating-scraper%2Creapx%2Fglassdoor-job-scraper%2Creapx%2Faliexpress-product-scraper%2Creapx%2Fzillow-detail-scraper%2Creapx%2Fyoutube-email-scraper%2Creapx%2Fsnapchat-data-scraper%2Creapx%2Fquora-answer-data-scraper%2Creapx%2Fspotify-music-scraper%2Creapx%2Fgoogle-search-price-scraper%2Creapx%2Fshopify-rating-scraper%2Creapx%2Fyoutube-profile-scraper%2Creapx%2Fzillow-data-scraper%2Creapx%2Ftiktok-sound-scraper%2Creapx%2Frednote-profile-scraper%2Creapx%2Flinkedin-ad-scraper%2Creapx%2Fairbnb-review-scraper%2Creapx%2Faliexpress-listing-scraper%2Creapx%2Faliexpress-search-scraper%2Creapx%2Findeed-review-scraper%2Creapx%2Finstagram-email-scraper%2Creapx%2Fmaps-place-data-scraper%2Creapx%2Fthreads-search-scraper%2Creapx%2Fweb-event-data-scraper%2Creapx%2Fgoogle-play-app-scraper%2Creapx%2Fwebsite-lead-scraper%2Creapx%2Famazon-rating-scraper%2Creapx%2Fgoogle-product-scraper%2Creapx%2Fairbnb-price-scraper%2Creapx%2Fgoogle-job-data-scraper%2Creapx%2Fshopify-lead-scraper%2Creapx%2Fgoogle-maps-place-scraper%2Creapx%2Fgoogle-play-data-scraper%2Creapx%2Fbooking-travel-data-scraper%2Creapx%2Flinkedin-account-scraper%2Creapx%2Fyoutube-shorts-scraper%2Creapx%2Fthreads-data-scraper%2Creapx%2Ftwitter-follower-scraper%2Creapx%2Fspotify-data-scraper%2Creapx%2Fwebsite-email-scraper%2Creapx%2Ftwitter-tweet-scraper%2Creapx%2Fwalmart-review-scraper%2Creapx%2Faliexpress-image-scraper%2Creapx%2Fgoogle-flight-scraper%2Creapx%2Fgoogle-maps-contact-scraper%2Creapx%2Frednote-detail-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=reapx%2Ftelegram-profile-scraper%2Creapx%2Fapollo-lead-scraper%2Creapx%2Finstagram-mention-scraper%2Creapx%2Ftwitter-article-scraper%2Creapx%2Finstagram-reel-scraper%2Creapx%2Fetsy-listing-scraper%2Creapx%2Ffacebook-post-scraper%2Creapx%2Flinkedin-search-scraper%2Creapx%2Flinkedin-post-scraper%2Creapx%2Findeed-job-export-scraper%2Creapx%2Flinkedin-job-scraper%2Creapx%2Findeed-job-search-scraper%2Creapx%2Fwebsite-profile-scraper%2Creapx%2Ftelegram-search-scraper%2Creapx%2Finstagram-hashtag-scraper%2Creapx%2Fnaver-search-data-scraper%2Creapx%2Ftiktok-user-scraper%2Creapx%2Fthreads-post-scraper%2Creapx%2Famazon-product-scraper%2Creapx%2Fgoogle-image-scraper%2Creapx%2Flinkedin-lead-scraper%2Creapx%2Fwebsite-contact-scraper%2Creapx%2Ftelegram-data-export-scraper%2Creapx%2Ffacebook-page-scraper%2Creapx%2Fzillow-lead-scraper%2Creapx%2Ftiktok-transcript-scraper%2Creapx%2Famazon-search-scraper%2Creapx%2Fwalmart-product-scraper%2Creapx%2Fgoogle-play-review-scraper%2Creapx%2Faliexpress-review-scraper%2Creapx%2Finstagram-bulk-export-scraper%2Creapx%2Fzillow-search-scraper%2Creapx%2Ftwitter-post-scraper%2Creapx%2Flinkedin-comment-scraper%2Creapx%2Finstagram-highlight-scraper%2Creapx%2Fyoutube-data-export-scraper%2Creapx%2Fgoogle-ad-data-scraper%2Creapx%2Ftwitter-profile-scraper%2Creapx%2Fpinterest-search-scraper%2Creapx%2Finstagram-download-scraper%2Creapx%2Finstagram-video-scraper%2Creapx%2Ftwitter-search-scraper%2Creapx%2Ftiktok-video-scraper%2Creapx%2Fgoogle-maps-data-scraper%2Creapx%2Ftiktok-email-scraper%2Creapx%2Famazon-product-export-scraper%2Creapx%2Ftelegram-channel-scraper%2Creapx%2Fgoogle-maps-review-scraper%2Creapx%2Flinkedin-email-scraper%2Creapx%2Fzillow-property-scraper%2Creapx%2Faliexpress-rating-scraper%2Creapx%2Fglassdoor-job-scraper%2Creapx%2Faliexpress-product-scraper%2Creapx%2Fzillow-detail-scraper%2Creapx%2Fyoutube-email-scraper%2Creapx%2Fsnapchat-data-scraper%2Creapx%2Fquora-answer-data-scraper%2Creapx%2Fspotify-music-scraper%2Creapx%2Fgoogle-search-price-scraper%2Creapx%2Fshopify-rating-scraper%2Creapx%2Fyoutube-profile-scraper%2Creapx%2Fzillow-data-scraper%2Creapx%2Ftiktok-sound-scraper%2Creapx%2Frednote-profile-scraper%2Creapx%2Flinkedin-ad-scraper%2Creapx%2Fairbnb-review-scraper%2Creapx%2Faliexpress-listing-scraper%2Creapx%2Faliexpress-search-scraper%2Creapx%2Findeed-review-scraper%2Creapx%2Finstagram-email-scraper%2Creapx%2Fmaps-place-data-scraper%2Creapx%2Fthreads-search-scraper%2Creapx%2Fweb-event-data-scraper%2Creapx%2Fgoogle-play-app-scraper%2Creapx%2Fwebsite-lead-scraper%2Creapx%2Famazon-rating-scraper%2Creapx%2Fgoogle-product-scraper%2Creapx%2Fairbnb-price-scraper%2Creapx%2Fgoogle-job-data-scraper%2Creapx%2Fshopify-lead-scraper%2Creapx%2Fgoogle-maps-place-scraper%2Creapx%2Fgoogle-play-data-scraper%2Creapx%2Fbooking-travel-data-scraper%2Creapx%2Flinkedin-account-scraper%2Creapx%2Fyoutube-shorts-scraper%2Creapx%2Fthreads-data-scraper%2Creapx%2Ftwitter-follower-scraper%2Creapx%2Fspotify-data-scraper%2Creapx%2Fwebsite-email-scraper%2Creapx%2Ftwitter-tweet-scraper%2Creapx%2Fwalmart-review-scraper%2Creapx%2Faliexpress-image-scraper%2Creapx%2Fgoogle-flight-scraper%2Creapx%2Fgoogle-maps-contact-scraper%2Creapx%2Frednote-detail-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?tools=reapx%2Ftelegram-profile-scraper%2Creapx%2Fapollo-lead-scraper%2Creapx%2Finstagram-mention-scraper%2Creapx%2Ftwitter-article-scraper%2Creapx%2Finstagram-reel-scraper%2Creapx%2Fetsy-listing-scraper%2Creapx%2Ffacebook-post-scraper%2Creapx%2Flinkedin-search-scraper%2Creapx%2Flinkedin-post-scraper%2Creapx%2Findeed-job-export-scraper%2Creapx%2Flinkedin-job-scraper%2Creapx%2Findeed-job-search-scraper%2Creapx%2Fwebsite-profile-scraper%2Creapx%2Ftelegram-search-scraper%2Creapx%2Finstagram-hashtag-scraper%2Creapx%2Fnaver-search-data-scraper%2Creapx%2Ftiktok-user-scraper%2Creapx%2Fthreads-post-scraper%2Creapx%2Famazon-product-scraper%2Creapx%2Fgoogle-image-scraper%2Creapx%2Flinkedin-lead-scraper%2Creapx%2Fwebsite-contact-scraper%2Creapx%2Ftelegram-data-export-scraper%2Creapx%2Ffacebook-page-scraper%2Creapx%2Fzillow-lead-scraper%2Creapx%2Ftiktok-transcript-scraper%2Creapx%2Famazon-search-scraper%2Creapx%2Fwalmart-product-scraper%2Creapx%2Fgoogle-play-review-scraper%2Creapx%2Faliexpress-review-scraper%2Creapx%2Finstagram-bulk-export-scraper%2Creapx%2Fzillow-search-scraper%2Creapx%2Ftwitter-post-scraper%2Creapx%2Flinkedin-comment-scraper%2Creapx%2Finstagram-highlight-scraper%2Creapx%2Fyoutube-data-export-scraper%2Creapx%2Fgoogle-ad-data-scraper%2Creapx%2Ftwitter-profile-scraper%2Creapx%2Fpinterest-search-scraper%2Creapx%2Finstagram-download-scraper%2Creapx%2Finstagram-video-scraper%2Creapx%2Ftwitter-search-scraper%2Creapx%2Ftiktok-video-scraper%2Creapx%2Fgoogle-maps-data-scraper%2Creapx%2Ftiktok-email-scraper%2Creapx%2Famazon-product-export-scraper%2Creapx%2Ftelegram-channel-scraper%2Creapx%2Fgoogle-maps-review-scraper%2Creapx%2Flinkedin-email-scraper%2Creapx%2Fzillow-property-scraper%2Creapx%2Faliexpress-rating-scraper%2Creapx%2Fglassdoor-job-scraper%2Creapx%2Faliexpress-product-scraper%2Creapx%2Fzillow-detail-scraper%2Creapx%2Fyoutube-email-scraper%2Creapx%2Fsnapchat-data-scraper%2Creapx%2Fquora-answer-data-scraper%2Creapx%2Fspotify-music-scraper%2Creapx%2Fgoogle-search-price-scraper%2Creapx%2Fshopify-rating-scraper%2Creapx%2Fyoutube-profile-scraper%2Creapx%2Fzillow-data-scraper%2Creapx%2Ftiktok-sound-scraper%2Creapx%2Frednote-profile-scraper%2Creapx%2Flinkedin-ad-scraper%2Creapx%2Fairbnb-review-scraper%2Creapx%2Faliexpress-listing-scraper%2Creapx%2Faliexpress-search-scraper%2Creapx%2Findeed-review-scraper%2Creapx%2Finstagram-email-scraper%2Creapx%2Fmaps-place-data-scraper%2Creapx%2Fthreads-search-scraper%2Creapx%2Fweb-event-data-scraper%2Creapx%2Fgoogle-play-app-scraper%2Creapx%2Fwebsite-lead-scraper%2Creapx%2Famazon-rating-scraper%2Creapx%2Fgoogle-product-scraper%2Creapx%2Fairbnb-price-scraper%2Creapx%2Fgoogle-job-data-scraper%2Creapx%2Fshopify-lead-scraper%2Creapx%2Fgoogle-maps-place-scraper%2Creapx%2Fgoogle-play-data-scraper%2Creapx%2Fbooking-travel-data-scraper%2Creapx%2Flinkedin-account-scraper%2Creapx%2Fyoutube-shorts-scraper%2Creapx%2Fthreads-data-scraper%2Creapx%2Ftwitter-follower-scraper%2Creapx%2Fspotify-data-scraper%2Creapx%2Fwebsite-email-scraper%2Creapx%2Ftwitter-tweet-scraper%2Creapx%2Fwalmart-review-scraper%2Creapx%2Faliexpress-image-scraper%2Creapx%2Fgoogle-flight-scraper%2Creapx%2Fgoogle-maps-contact-scraper%2Creapx%2Frednote-detail-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?tools=reapx%2Ftelegram-profile-scraper%2Creapx%2Fapollo-lead-scraper%2Creapx%2Finstagram-mention-scraper%2Creapx%2Ftwitter-article-scraper%2Creapx%2Finstagram-reel-scraper%2Creapx%2Fetsy-listing-scraper%2Creapx%2Ffacebook-post-scraper%2Creapx%2Flinkedin-search-scraper%2Creapx%2Flinkedin-post-scraper%2Creapx%2Findeed-job-export-scraper%2Creapx%2Flinkedin-job-scraper%2Creapx%2Findeed-job-search-scraper%2Creapx%2Fwebsite-profile-scraper%2Creapx%2Ftelegram-search-scraper%2Creapx%2Finstagram-hashtag-scraper%2Creapx%2Fnaver-search-data-scraper%2Creapx%2Ftiktok-user-scraper%2Creapx%2Fthreads-post-scraper%2Creapx%2Famazon-product-scraper%2Creapx%2Fgoogle-image-scraper%2Creapx%2Flinkedin-lead-scraper%2Creapx%2Fwebsite-contact-scraper%2Creapx%2Ftelegram-data-export-scraper%2Creapx%2Ffacebook-page-scraper%2Creapx%2Fzillow-lead-scraper%2Creapx%2Ftiktok-transcript-scraper%2Creapx%2Famazon-search-scraper%2Creapx%2Fwalmart-product-scraper%2Creapx%2Fgoogle-play-review-scraper%2Creapx%2Faliexpress-review-scraper%2Creapx%2Finstagram-bulk-export-scraper%2Creapx%2Fzillow-search-scraper%2Creapx%2Ftwitter-post-scraper%2Creapx%2Flinkedin-comment-scraper%2Creapx%2Finstagram-highlight-scraper%2Creapx%2Fyoutube-data-export-scraper%2Creapx%2Fgoogle-ad-data-scraper%2Creapx%2Ftwitter-profile-scraper%2Creapx%2Fpinterest-search-scraper%2Creapx%2Finstagram-download-scraper%2Creapx%2Finstagram-video-scraper%2Creapx%2Ftwitter-search-scraper%2Creapx%2Ftiktok-video-scraper%2Creapx%2Fgoogle-maps-data-scraper%2Creapx%2Ftiktok-email-scraper%2Creapx%2Famazon-product-export-scraper%2Creapx%2Ftelegram-channel-scraper%2Creapx%2Fgoogle-maps-review-scraper%2Creapx%2Flinkedin-email-scraper%2Creapx%2Fzillow-property-scraper%2Creapx%2Faliexpress-rating-scraper%2Creapx%2Fglassdoor-job-scraper%2Creapx%2Faliexpress-product-scraper%2Creapx%2Fzillow-detail-scraper%2Creapx%2Fyoutube-email-scraper%2Creapx%2Fsnapchat-data-scraper%2Creapx%2Fquora-answer-data-scraper%2Creapx%2Fspotify-music-scraper%2Creapx%2Fgoogle-search-price-scraper%2Creapx%2Fshopify-rating-scraper%2Creapx%2Fyoutube-profile-scraper%2Creapx%2Fzillow-data-scraper%2Creapx%2Ftiktok-sound-scraper%2Creapx%2Frednote-profile-scraper%2Creapx%2Flinkedin-ad-scraper%2Creapx%2Fairbnb-review-scraper%2Creapx%2Faliexpress-listing-scraper%2Creapx%2Faliexpress-search-scraper%2Creapx%2Findeed-review-scraper%2Creapx%2Finstagram-email-scraper%2Creapx%2Fmaps-place-data-scraper%2Creapx%2Fthreads-search-scraper%2Creapx%2Fweb-event-data-scraper%2Creapx%2Fgoogle-play-app-scraper%2Creapx%2Fwebsite-lead-scraper%2Creapx%2Famazon-rating-scraper%2Creapx%2Fgoogle-product-scraper%2Creapx%2Fairbnb-price-scraper%2Creapx%2Fgoogle-job-data-scraper%2Creapx%2Fshopify-lead-scraper%2Creapx%2Fgoogle-maps-place-scraper%2Creapx%2Fgoogle-play-data-scraper%2Creapx%2Fbooking-travel-data-scraper%2Creapx%2Flinkedin-account-scraper%2Creapx%2Fyoutube-shorts-scraper%2Creapx%2Fthreads-data-scraper%2Creapx%2Ftwitter-follower-scraper%2Creapx%2Fspotify-data-scraper%2Creapx%2Fwebsite-email-scraper%2Creapx%2Ftwitter-tweet-scraper%2Creapx%2Fwalmart-review-scraper%2Creapx%2Faliexpress-image-scraper%2Creapx%2Fgoogle-flight-scraper%2Creapx%2Fgoogle-maps-contact-scraper%2Creapx%2Frednote-detail-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=reapx%2Ftelegram-profile-scraper%2Creapx%2Fapollo-lead-scraper%2Creapx%2Finstagram-mention-scraper%2Creapx%2Ftwitter-article-scraper%2Creapx%2Finstagram-reel-scraper%2Creapx%2Fetsy-listing-scraper%2Creapx%2Ffacebook-post-scraper%2Creapx%2Flinkedin-search-scraper%2Creapx%2Flinkedin-post-scraper%2Creapx%2Findeed-job-export-scraper%2Creapx%2Flinkedin-job-scraper%2Creapx%2Findeed-job-search-scraper%2Creapx%2Fwebsite-profile-scraper%2Creapx%2Ftelegram-search-scraper%2Creapx%2Finstagram-hashtag-scraper%2Creapx%2Fnaver-search-data-scraper%2Creapx%2Ftiktok-user-scraper%2Creapx%2Fthreads-post-scraper%2Creapx%2Famazon-product-scraper%2Creapx%2Fgoogle-image-scraper%2Creapx%2Flinkedin-lead-scraper%2Creapx%2Fwebsite-contact-scraper%2Creapx%2Ftelegram-data-export-scraper%2Creapx%2Ffacebook-page-scraper%2Creapx%2Fzillow-lead-scraper%2Creapx%2Ftiktok-transcript-scraper%2Creapx%2Famazon-search-scraper%2Creapx%2Fwalmart-product-scraper%2Creapx%2Fgoogle-play-review-scraper%2Creapx%2Faliexpress-review-scraper%2Creapx%2Finstagram-bulk-export-scraper%2Creapx%2Fzillow-search-scraper%2Creapx%2Ftwitter-post-scraper%2Creapx%2Flinkedin-comment-scraper%2Creapx%2Finstagram-highlight-scraper%2Creapx%2Fyoutube-data-export-scraper%2Creapx%2Fgoogle-ad-data-scraper%2Creapx%2Ftwitter-profile-scraper%2Creapx%2Fpinterest-search-scraper%2Creapx%2Finstagram-download-scraper%2Creapx%2Finstagram-video-scraper%2Creapx%2Ftwitter-search-scraper%2Creapx%2Ftiktok-video-scraper%2Creapx%2Fgoogle-maps-data-scraper%2Creapx%2Ftiktok-email-scraper%2Creapx%2Famazon-product-export-scraper%2Creapx%2Ftelegram-channel-scraper%2Creapx%2Fgoogle-maps-review-scraper%2Creapx%2Flinkedin-email-scraper%2Creapx%2Fzillow-property-scraper%2Creapx%2Faliexpress-rating-scraper%2Creapx%2Fglassdoor-job-scraper%2Creapx%2Faliexpress-product-scraper%2Creapx%2Fzillow-detail-scraper%2Creapx%2Fyoutube-email-scraper%2Creapx%2Fsnapchat-data-scraper%2Creapx%2Fquora-answer-data-scraper%2Creapx%2Fspotify-music-scraper%2Creapx%2Fgoogle-search-price-scraper%2Creapx%2Fshopify-rating-scraper%2Creapx%2Fyoutube-profile-scraper%2Creapx%2Fzillow-data-scraper%2Creapx%2Ftiktok-sound-scraper%2Creapx%2Frednote-profile-scraper%2Creapx%2Flinkedin-ad-scraper%2Creapx%2Fairbnb-review-scraper%2Creapx%2Faliexpress-listing-scraper%2Creapx%2Faliexpress-search-scraper%2Creapx%2Findeed-review-scraper%2Creapx%2Finstagram-email-scraper%2Creapx%2Fmaps-place-data-scraper%2Creapx%2Fthreads-search-scraper%2Creapx%2Fweb-event-data-scraper%2Creapx%2Fgoogle-play-app-scraper%2Creapx%2Fwebsite-lead-scraper%2Creapx%2Famazon-rating-scraper%2Creapx%2Fgoogle-product-scraper%2Creapx%2Fairbnb-price-scraper%2Creapx%2Fgoogle-job-data-scraper%2Creapx%2Fshopify-lead-scraper%2Creapx%2Fgoogle-maps-place-scraper%2Creapx%2Fgoogle-play-data-scraper%2Creapx%2Fbooking-travel-data-scraper%2Creapx%2Flinkedin-account-scraper%2Creapx%2Fyoutube-shorts-scraper%2Creapx%2Fthreads-data-scraper%2Creapx%2Ftwitter-follower-scraper%2Creapx%2Fspotify-data-scraper%2Creapx%2Fwebsite-email-scraper%2Creapx%2Ftwitter-tweet-scraper%2Creapx%2Fwalmart-review-scraper%2Creapx%2Faliexpress-image-scraper%2Creapx%2Fgoogle-flight-scraper%2Creapx%2Fgoogle-maps-contact-scraper%2Creapx%2Frednote-detail-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?tools=reapx%2Ftelegram-profile-scraper%2Creapx%2Fapollo-lead-scraper%2Creapx%2Finstagram-mention-scraper%2Creapx%2Ftwitter-article-scraper%2Creapx%2Finstagram-reel-scraper%2Creapx%2Fetsy-listing-scraper%2Creapx%2Ffacebook-post-scraper%2Creapx%2Flinkedin-search-scraper%2Creapx%2Flinkedin-post-scraper%2Creapx%2Findeed-job-export-scraper%2Creapx%2Flinkedin-job-scraper%2Creapx%2Findeed-job-search-scraper%2Creapx%2Fwebsite-profile-scraper%2Creapx%2Ftelegram-search-scraper%2Creapx%2Finstagram-hashtag-scraper%2Creapx%2Fnaver-search-data-scraper%2Creapx%2Ftiktok-user-scraper%2Creapx%2Fthreads-post-scraper%2Creapx%2Famazon-product-scraper%2Creapx%2Fgoogle-image-scraper%2Creapx%2Flinkedin-lead-scraper%2Creapx%2Fwebsite-contact-scraper%2Creapx%2Ftelegram-data-export-scraper%2Creapx%2Ffacebook-page-scraper%2Creapx%2Fzillow-lead-scraper%2Creapx%2Ftiktok-transcript-scraper%2Creapx%2Famazon-search-scraper%2Creapx%2Fwalmart-product-scraper%2Creapx%2Fgoogle-play-review-scraper%2Creapx%2Faliexpress-review-scraper%2Creapx%2Finstagram-bulk-export-scraper%2Creapx%2Fzillow-search-scraper%2Creapx%2Ftwitter-post-scraper%2Creapx%2Flinkedin-comment-scraper%2Creapx%2Finstagram-highlight-scraper%2Creapx%2Fyoutube-data-export-scraper%2Creapx%2Fgoogle-ad-data-scraper%2Creapx%2Ftwitter-profile-scraper%2Creapx%2Fpinterest-search-scraper%2Creapx%2Finstagram-download-scraper%2Creapx%2Finstagram-video-scraper%2Creapx%2Ftwitter-search-scraper%2Creapx%2Ftiktok-video-scraper%2Creapx%2Fgoogle-maps-data-scraper%2Creapx%2Ftiktok-email-scraper%2Creapx%2Famazon-product-export-scraper%2Creapx%2Ftelegram-channel-scraper%2Creapx%2Fgoogle-maps-review-scraper%2Creapx%2Flinkedin-email-scraper%2Creapx%2Fzillow-property-scraper%2Creapx%2Faliexpress-rating-scraper%2Creapx%2Fglassdoor-job-scraper%2Creapx%2Faliexpress-product-scraper%2Creapx%2Fzillow-detail-scraper%2Creapx%2Fyoutube-email-scraper%2Creapx%2Fsnapchat-data-scraper%2Creapx%2Fquora-answer-data-scraper%2Creapx%2Fspotify-music-scraper%2Creapx%2Fgoogle-search-price-scraper%2Creapx%2Fshopify-rating-scraper%2Creapx%2Fyoutube-profile-scraper%2Creapx%2Fzillow-data-scraper%2Creapx%2Ftiktok-sound-scraper%2Creapx%2Frednote-profile-scraper%2Creapx%2Flinkedin-ad-scraper%2Creapx%2Fairbnb-review-scraper%2Creapx%2Faliexpress-listing-scraper%2Creapx%2Faliexpress-search-scraper%2Creapx%2Findeed-review-scraper%2Creapx%2Finstagram-email-scraper%2Creapx%2Fmaps-place-data-scraper%2Creapx%2Fthreads-search-scraper%2Creapx%2Fweb-event-data-scraper%2Creapx%2Fgoogle-play-app-scraper%2Creapx%2Fwebsite-lead-scraper%2Creapx%2Famazon-rating-scraper%2Creapx%2Fgoogle-product-scraper%2Creapx%2Fairbnb-price-scraper%2Creapx%2Fgoogle-job-data-scraper%2Creapx%2Fshopify-lead-scraper%2Creapx%2Fgoogle-maps-place-scraper%2Creapx%2Fgoogle-play-data-scraper%2Creapx%2Fbooking-travel-data-scraper%2Creapx%2Flinkedin-account-scraper%2Creapx%2Fyoutube-shorts-scraper%2Creapx%2Fthreads-data-scraper%2Creapx%2Ftwitter-follower-scraper%2Creapx%2Fspotify-data-scraper%2Creapx%2Fwebsite-email-scraper%2Creapx%2Ftwitter-tweet-scraper%2Creapx%2Fwalmart-review-scraper%2Creapx%2Faliexpress-image-scraper%2Creapx%2Fgoogle-flight-scraper%2Creapx%2Fgoogle-maps-contact-scraper%2Creapx%2Frednote-detail-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 20

https://mcp.apify.com/?tools=reapx/telegram-profile-scraper,reapx/facebook-review-scraper,reapx/tiktok-email-scraper,reapx/instagram-profile-scraper,reapx/linkedin-post-scraper,reapx/instagram-transcript-scraper,reapx/instagram-mention-scraper,reapx/instagram-reel-scraper,reapx/twitter-profile-scraper,reapx/linkedin-search-scraper,reapx/linkedin-company-scraper,reapx/twitter-user-scraper,reapx/tiktok-review-scraper,reapx/quora-answer-data-scraper,reapx/youtube-profile-scraper,reapx/rednote-data-scraper,reapx/twitter-follower-scraper,reapx/twitter-tweet-scraper,reapx/tiktok-following-scraper,reapx/threads-search-scraper,reapx/instagram-email-scraper,reapx/rednote-profile-scraper,reapx/facebook-comment-scraper,reapx/threads-data-scraper,reapx/youtube-shorts-scraper,reapx/tiktok-sound-scraper,reapx/snapchat-data-scraper,reapx/tiktok-post-scraper,reapx/linkedin-account-scraper,reapx/facebook-contact-scraper,reapx/pinterest-data-scraper,reapx/rednote-detail-scraper,reapx/facebook-data-export-scraper,reapx/tiktok-live-scraper,reapx/pinterest-profile-scraper,reapx/facebook-search-scraper,reapx/instagram-shorts-scraper,reapx/instagram-follower-scraper,reapx/youtube-follower-scraper,reapx/facebook-profile-scraper,reapx/instagram-following-scraper,reapx/telegram-phone-scraper,reapx/facebook-company-scraper,reapx/facebook-email-scraper,reapx/facebook-follower-scraper,reapx/quora-search-scraper,reapx/instagram-story-scraper,reapx/tiktok-follower-scraper,reapx/facebook-reel-scraper,reapx/tiktok-product-scraper,reapx/facebook-video-scraper,reapx/instagram-ad-scraper,reapx/twitter-comment-scraper,reapx/rednote-search-scraper,reapx/tiktok-comment-scraper,reapx/youtube-video-scraper,reapx/tiktok-transcript-scraper,reapx/tiktok-hashtag-scraper,reapx/twitter-post-scraper,reapx/telegram-search-scraper,reapx/facebook-event-scraper,reapx/youtube-search-scraper,reapx/instagram-download-scraper,reapx/twitter-data-export-scraper,reapx/reddit-profile-scraper,reapx/instagram-bulk-export-scraper,reapx/telegram-channel-scraper,reapx/tiktok-data-export-scraper,reapx/pinterest-search-scraper,reapx/reddit-data-export-scraper,reapx/youtube-data-export-scraper,reapx/instagram-lead-scraper,reapx/instagram-hashtag-scraper,reapx/youtube-channel-scraper,reapx/reddit-search-scraper,reapx/facebook-group-scraper,reapx/tiktok-video-scraper,reapx/twitter-search-scraper,reapx/linkedin-email-scraper,reapx/instagram-video-scraper,reapx/linkedin-data-export-scraper,reapx/linkedin-ad-scraper,reapx/youtube-email-scraper,reapx/reddit-comment-scraper,reapx/youtube-transcript-scraper,reapx/tiktok-search-scraper,reapx/tiktok-profile-scraper,reapx/linkedin-job-scraper,reapx/twitter-article-scraper,reapx/instagram-user-scraper,reapx/youtube-comment-scraper,reapx/telegram-data-export-scraper,reapx/instagram-comment-scraper,reapx/linkedin-lead-scraper,reapx/linkedin-employee-scraper

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reapx-dev]
url = "https://mcp.apify.com/?tools=reapx/telegram-profile-scraper,reapx/facebook-review-scraper,reapx/tiktok-email-scraper,reapx/instagram-profile-scraper,reapx/linkedin-post-scraper,reapx/instagram-transcript-scraper,reapx/instagram-mention-scraper,reapx/instagram-reel-scraper,reapx/twitter-profile-scraper,reapx/linkedin-search-scraper,reapx/linkedin-company-scraper,reapx/twitter-user-scraper,reapx/tiktok-review-scraper,reapx/quora-answer-data-scraper,reapx/youtube-profile-scraper,reapx/rednote-data-scraper,reapx/twitter-follower-scraper,reapx/twitter-tweet-scraper,reapx/tiktok-following-scraper,reapx/threads-search-scraper,reapx/instagram-email-scraper,reapx/rednote-profile-scraper,reapx/facebook-comment-scraper,reapx/threads-data-scraper,reapx/youtube-shorts-scraper,reapx/tiktok-sound-scraper,reapx/snapchat-data-scraper,reapx/tiktok-post-scraper,reapx/linkedin-account-scraper,reapx/facebook-contact-scraper,reapx/pinterest-data-scraper,reapx/rednote-detail-scraper,reapx/facebook-data-export-scraper,reapx/tiktok-live-scraper,reapx/pinterest-profile-scraper,reapx/facebook-search-scraper,reapx/instagram-shorts-scraper,reapx/instagram-follower-scraper,reapx/youtube-follower-scraper,reapx/facebook-profile-scraper,reapx/instagram-following-scraper,reapx/telegram-phone-scraper,reapx/facebook-company-scraper,reapx/facebook-email-scraper,reapx/facebook-follower-scraper,reapx/quora-search-scraper,reapx/instagram-story-scraper,reapx/tiktok-follower-scraper,reapx/facebook-reel-scraper,reapx/tiktok-product-scraper,reapx/facebook-video-scraper,reapx/instagram-ad-scraper,reapx/twitter-comment-scraper,reapx/rednote-search-scraper,reapx/tiktok-comment-scraper,reapx/youtube-video-scraper,reapx/tiktok-transcript-scraper,reapx/tiktok-hashtag-scraper,reapx/twitter-post-scraper,reapx/telegram-search-scraper,reapx/facebook-event-scraper,reapx/youtube-search-scraper,reapx/instagram-download-scraper,reapx/twitter-data-export-scraper,reapx/reddit-profile-scraper,reapx/instagram-bulk-export-scraper,reapx/telegram-channel-scraper,reapx/tiktok-data-export-scraper,reapx/pinterest-search-scraper,reapx/reddit-data-export-scraper,reapx/youtube-data-export-scraper,reapx/instagram-lead-scraper,reapx/instagram-hashtag-scraper,reapx/youtube-channel-scraper,reapx/reddit-search-scraper,reapx/facebook-group-scraper,reapx/tiktok-video-scraper,reapx/twitter-search-scraper,reapx/linkedin-email-scraper,reapx/instagram-video-scraper,reapx/linkedin-data-export-scraper,reapx/linkedin-ad-scraper,reapx/youtube-email-scraper,reapx/reddit-comment-scraper,reapx/youtube-transcript-scraper,reapx/tiktok-search-scraper,reapx/tiktok-profile-scraper,reapx/linkedin-job-scraper,reapx/twitter-article-scraper,reapx/instagram-user-scraper,reapx/youtube-comment-scraper,reapx/telegram-data-export-scraper,reapx/instagram-comment-scraper,reapx/linkedin-lead-scraper,reapx/linkedin-employee-scraper"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=reapx/telegram-profile-scraper,reapx/facebook-review-scraper,reapx/tiktok-email-scraper,reapx/instagram-profile-scraper,reapx/linkedin-post-scraper,reapx/instagram-transcript-scraper,reapx/instagram-mention-scraper,reapx/instagram-reel-scraper,reapx/twitter-profile-scraper,reapx/linkedin-search-scraper,reapx/linkedin-company-scraper,reapx/twitter-user-scraper,reapx/tiktok-review-scraper,reapx/quora-answer-data-scraper,reapx/youtube-profile-scraper,reapx/rednote-data-scraper,reapx/twitter-follower-scraper,reapx/twitter-tweet-scraper,reapx/tiktok-following-scraper,reapx/threads-search-scraper,reapx/instagram-email-scraper,reapx/rednote-profile-scraper,reapx/facebook-comment-scraper,reapx/threads-data-scraper,reapx/youtube-shorts-scraper,reapx/tiktok-sound-scraper,reapx/snapchat-data-scraper,reapx/tiktok-post-scraper,reapx/linkedin-account-scraper,reapx/facebook-contact-scraper,reapx/pinterest-data-scraper,reapx/rednote-detail-scraper,reapx/facebook-data-export-scraper,reapx/tiktok-live-scraper,reapx/pinterest-profile-scraper,reapx/facebook-search-scraper,reapx/instagram-shorts-scraper,reapx/instagram-follower-scraper,reapx/youtube-follower-scraper,reapx/facebook-profile-scraper,reapx/instagram-following-scraper,reapx/telegram-phone-scraper,reapx/facebook-company-scraper,reapx/facebook-email-scraper,reapx/facebook-follower-scraper,reapx/quora-search-scraper,reapx/instagram-story-scraper,reapx/tiktok-follower-scraper,reapx/facebook-reel-scraper,reapx/tiktok-product-scraper,reapx/facebook-video-scraper,reapx/instagram-ad-scraper,reapx/twitter-comment-scraper,reapx/rednote-search-scraper,reapx/tiktok-comment-scraper,reapx/youtube-video-scraper,reapx/tiktok-transcript-scraper,reapx/tiktok-hashtag-scraper,reapx/twitter-post-scraper,reapx/telegram-search-scraper,reapx/facebook-event-scraper,reapx/youtube-search-scraper,reapx/instagram-download-scraper,reapx/twitter-data-export-scraper,reapx/reddit-profile-scraper,reapx/instagram-bulk-export-scraper,reapx/telegram-channel-scraper,reapx/tiktok-data-export-scraper,reapx/pinterest-search-scraper,reapx/reddit-data-export-scraper,reapx/youtube-data-export-scraper,reapx/instagram-lead-scraper,reapx/instagram-hashtag-scraper,reapx/youtube-channel-scraper,reapx/reddit-search-scraper,reapx/facebook-group-scraper,reapx/tiktok-video-scraper,reapx/twitter-search-scraper,reapx/linkedin-email-scraper,reapx/instagram-video-scraper,reapx/linkedin-data-export-scraper,reapx/linkedin-ad-scraper,reapx/youtube-email-scraper,reapx/reddit-comment-scraper,reapx/youtube-transcript-scraper,reapx/tiktok-search-scraper,reapx/tiktok-profile-scraper,reapx/linkedin-job-scraper,reapx/twitter-article-scraper,reapx/instagram-user-scraper,reapx/youtube-comment-scraper,reapx/telegram-data-export-scraper,reapx/instagram-comment-scraper,reapx/linkedin-lead-scraper,reapx/linkedin-employee-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: reapx-dev
Remote MCP URL: https://mcp.apify.com/?tools=reapx/telegram-profile-scraper,reapx/facebook-review-scraper,reapx/tiktok-email-scraper,reapx/instagram-profile-scraper,reapx/linkedin-post-scraper,reapx/instagram-transcript-scraper,reapx/instagram-mention-scraper,reapx/instagram-reel-scraper,reapx/twitter-profile-scraper,reapx/linkedin-search-scraper,reapx/linkedin-company-scraper,reapx/twitter-user-scraper,reapx/tiktok-review-scraper,reapx/quora-answer-data-scraper,reapx/youtube-profile-scraper,reapx/rednote-data-scraper,reapx/twitter-follower-scraper,reapx/twitter-tweet-scraper,reapx/tiktok-following-scraper,reapx/threads-search-scraper,reapx/instagram-email-scraper,reapx/rednote-profile-scraper,reapx/facebook-comment-scraper,reapx/threads-data-scraper,reapx/youtube-shorts-scraper,reapx/tiktok-sound-scraper,reapx/snapchat-data-scraper,reapx/tiktok-post-scraper,reapx/linkedin-account-scraper,reapx/facebook-contact-scraper,reapx/pinterest-data-scraper,reapx/rednote-detail-scraper,reapx/facebook-data-export-scraper,reapx/tiktok-live-scraper,reapx/pinterest-profile-scraper,reapx/facebook-search-scraper,reapx/instagram-shorts-scraper,reapx/instagram-follower-scraper,reapx/youtube-follower-scraper,reapx/facebook-profile-scraper,reapx/instagram-following-scraper,reapx/telegram-phone-scraper,reapx/facebook-company-scraper,reapx/facebook-email-scraper,reapx/facebook-follower-scraper,reapx/quora-search-scraper,reapx/instagram-story-scraper,reapx/tiktok-follower-scraper,reapx/facebook-reel-scraper,reapx/tiktok-product-scraper,reapx/facebook-video-scraper,reapx/instagram-ad-scraper,reapx/twitter-comment-scraper,reapx/rednote-search-scraper,reapx/tiktok-comment-scraper,reapx/youtube-video-scraper,reapx/tiktok-transcript-scraper,reapx/tiktok-hashtag-scraper,reapx/twitter-post-scraper,reapx/telegram-search-scraper,reapx/facebook-event-scraper,reapx/youtube-search-scraper,reapx/instagram-download-scraper,reapx/twitter-data-export-scraper,reapx/reddit-profile-scraper,reapx/instagram-bulk-export-scraper,reapx/telegram-channel-scraper,reapx/tiktok-data-export-scraper,reapx/pinterest-search-scraper,reapx/reddit-data-export-scraper,reapx/youtube-data-export-scraper,reapx/instagram-lead-scraper,reapx/instagram-hashtag-scraper,reapx/youtube-channel-scraper,reapx/reddit-search-scraper,reapx/facebook-group-scraper,reapx/tiktok-video-scraper,reapx/twitter-search-scraper,reapx/linkedin-email-scraper,reapx/instagram-video-scraper,reapx/linkedin-data-export-scraper,reapx/linkedin-ad-scraper,reapx/youtube-email-scraper,reapx/reddit-comment-scraper,reapx/youtube-transcript-scraper,reapx/tiktok-search-scraper,reapx/tiktok-profile-scraper,reapx/linkedin-job-scraper,reapx/twitter-article-scraper,reapx/instagram-user-scraper,reapx/youtube-comment-scraper,reapx/telegram-data-export-scraper,reapx/instagram-comment-scraper,reapx/linkedin-lead-scraper,reapx/linkedin-employee-scraper

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reapx-dev": {
      "url": "https://mcp.apify.com/?tools=reapx/telegram-profile-scraper,reapx/facebook-review-scraper,reapx/tiktok-email-scraper,reapx/instagram-profile-scraper,reapx/linkedin-post-scraper,reapx/instagram-transcript-scraper,reapx/instagram-mention-scraper,reapx/instagram-reel-scraper,reapx/twitter-profile-scraper,reapx/linkedin-search-scraper,reapx/linkedin-company-scraper,reapx/twitter-user-scraper,reapx/tiktok-review-scraper,reapx/quora-answer-data-scraper,reapx/youtube-profile-scraper,reapx/rednote-data-scraper,reapx/twitter-follower-scraper,reapx/twitter-tweet-scraper,reapx/tiktok-following-scraper,reapx/threads-search-scraper,reapx/instagram-email-scraper,reapx/rednote-profile-scraper,reapx/facebook-comment-scraper,reapx/threads-data-scraper,reapx/youtube-shorts-scraper,reapx/tiktok-sound-scraper,reapx/snapchat-data-scraper,reapx/tiktok-post-scraper,reapx/linkedin-account-scraper,reapx/facebook-contact-scraper,reapx/pinterest-data-scraper,reapx/rednote-detail-scraper,reapx/facebook-data-export-scraper,reapx/tiktok-live-scraper,reapx/pinterest-profile-scraper,reapx/facebook-search-scraper,reapx/instagram-shorts-scraper,reapx/instagram-follower-scraper,reapx/youtube-follower-scraper,reapx/facebook-profile-scraper,reapx/instagram-following-scraper,reapx/telegram-phone-scraper,reapx/facebook-company-scraper,reapx/facebook-email-scraper,reapx/facebook-follower-scraper,reapx/quora-search-scraper,reapx/instagram-story-scraper,reapx/tiktok-follower-scraper,reapx/facebook-reel-scraper,reapx/tiktok-product-scraper,reapx/facebook-video-scraper,reapx/instagram-ad-scraper,reapx/twitter-comment-scraper,reapx/rednote-search-scraper,reapx/tiktok-comment-scraper,reapx/youtube-video-scraper,reapx/tiktok-transcript-scraper,reapx/tiktok-hashtag-scraper,reapx/twitter-post-scraper,reapx/telegram-search-scraper,reapx/facebook-event-scraper,reapx/youtube-search-scraper,reapx/instagram-download-scraper,reapx/twitter-data-export-scraper,reapx/reddit-profile-scraper,reapx/instagram-bulk-export-scraper,reapx/telegram-channel-scraper,reapx/tiktok-data-export-scraper,reapx/pinterest-search-scraper,reapx/reddit-data-export-scraper,reapx/youtube-data-export-scraper,reapx/instagram-lead-scraper,reapx/instagram-hashtag-scraper,reapx/youtube-channel-scraper,reapx/reddit-search-scraper,reapx/facebook-group-scraper,reapx/tiktok-video-scraper,reapx/twitter-search-scraper,reapx/linkedin-email-scraper,reapx/instagram-video-scraper,reapx/linkedin-data-export-scraper,reapx/linkedin-ad-scraper,reapx/youtube-email-scraper,reapx/reddit-comment-scraper,reapx/youtube-transcript-scraper,reapx/tiktok-search-scraper,reapx/tiktok-profile-scraper,reapx/linkedin-job-scraper,reapx/twitter-article-scraper,reapx/instagram-user-scraper,reapx/youtube-comment-scraper,reapx/telegram-data-export-scraper,reapx/instagram-comment-scraper,reapx/linkedin-lead-scraper,reapx/linkedin-employee-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "reapx-dev": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=reapx/telegram-profile-scraper,reapx/facebook-review-scraper,reapx/tiktok-email-scraper,reapx/instagram-profile-scraper,reapx/linkedin-post-scraper,reapx/instagram-transcript-scraper,reapx/instagram-mention-scraper,reapx/instagram-reel-scraper,reapx/twitter-profile-scraper,reapx/linkedin-search-scraper,reapx/linkedin-company-scraper,reapx/twitter-user-scraper,reapx/tiktok-review-scraper,reapx/quora-answer-data-scraper,reapx/youtube-profile-scraper,reapx/rednote-data-scraper,reapx/twitter-follower-scraper,reapx/twitter-tweet-scraper,reapx/tiktok-following-scraper,reapx/threads-search-scraper,reapx/instagram-email-scraper,reapx/rednote-profile-scraper,reapx/facebook-comment-scraper,reapx/threads-data-scraper,reapx/youtube-shorts-scraper,reapx/tiktok-sound-scraper,reapx/snapchat-data-scraper,reapx/tiktok-post-scraper,reapx/linkedin-account-scraper,reapx/facebook-contact-scraper,reapx/pinterest-data-scraper,reapx/rednote-detail-scraper,reapx/facebook-data-export-scraper,reapx/tiktok-live-scraper,reapx/pinterest-profile-scraper,reapx/facebook-search-scraper,reapx/instagram-shorts-scraper,reapx/instagram-follower-scraper,reapx/youtube-follower-scraper,reapx/facebook-profile-scraper,reapx/instagram-following-scraper,reapx/telegram-phone-scraper,reapx/facebook-company-scraper,reapx/facebook-email-scraper,reapx/facebook-follower-scraper,reapx/quora-search-scraper,reapx/instagram-story-scraper,reapx/tiktok-follower-scraper,reapx/facebook-reel-scraper,reapx/tiktok-product-scraper,reapx/facebook-video-scraper,reapx/instagram-ad-scraper,reapx/twitter-comment-scraper,reapx/rednote-search-scraper,reapx/tiktok-comment-scraper,reapx/youtube-video-scraper,reapx/tiktok-transcript-scraper,reapx/tiktok-hashtag-scraper,reapx/twitter-post-scraper,reapx/telegram-search-scraper,reapx/facebook-event-scraper,reapx/youtube-search-scraper,reapx/instagram-download-scraper,reapx/twitter-data-export-scraper,reapx/reddit-profile-scraper,reapx/instagram-bulk-export-scraper,reapx/telegram-channel-scraper,reapx/tiktok-data-export-scraper,reapx/pinterest-search-scraper,reapx/reddit-data-export-scraper,reapx/youtube-data-export-scraper,reapx/instagram-lead-scraper,reapx/instagram-hashtag-scraper,reapx/youtube-channel-scraper,reapx/reddit-search-scraper,reapx/facebook-group-scraper,reapx/tiktok-video-scraper,reapx/twitter-search-scraper,reapx/linkedin-email-scraper,reapx/instagram-video-scraper,reapx/linkedin-data-export-scraper,reapx/linkedin-ad-scraper,reapx/youtube-email-scraper,reapx/reddit-comment-scraper,reapx/youtube-transcript-scraper,reapx/tiktok-search-scraper,reapx/tiktok-profile-scraper,reapx/linkedin-job-scraper,reapx/twitter-article-scraper,reapx/instagram-user-scraper,reapx/youtube-comment-scraper,reapx/telegram-data-export-scraper,reapx/instagram-comment-scraper,reapx/linkedin-lead-scraper,reapx/linkedin-employee-scraper",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "reapx-dev bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "reapx-dev",
  "transport": "streamable-http",
  "url": "https://mcp.apify.com/?tools=reapx/telegram-profile-scraper,reapx/facebook-review-scraper,reapx/tiktok-email-scraper,reapx/instagram-profile-scraper,reapx/linkedin-post-scraper,reapx/instagram-transcript-scraper,reapx/instagram-mention-scraper,reapx/instagram-reel-scraper,reapx/twitter-profile-scraper,reapx/linkedin-search-scraper,reapx/linkedin-company-scraper,reapx/twitter-user-scraper,reapx/tiktok-review-scraper,reapx/quora-answer-data-scraper,reapx/youtube-profile-scraper,reapx/rednote-data-scraper,reapx/twitter-follower-scraper,reapx/twitter-tweet-scraper,reapx/tiktok-following-scraper,reapx/threads-search-scraper,reapx/instagram-email-scraper,reapx/rednote-profile-scraper,reapx/facebook-comment-scraper,reapx/threads-data-scraper,reapx/youtube-shorts-scraper,reapx/tiktok-sound-scraper,reapx/snapchat-data-scraper,reapx/tiktok-post-scraper,reapx/linkedin-account-scraper,reapx/facebook-contact-scraper,reapx/pinterest-data-scraper,reapx/rednote-detail-scraper,reapx/facebook-data-export-scraper,reapx/tiktok-live-scraper,reapx/pinterest-profile-scraper,reapx/facebook-search-scraper,reapx/instagram-shorts-scraper,reapx/instagram-follower-scraper,reapx/youtube-follower-scraper,reapx/facebook-profile-scraper,reapx/instagram-following-scraper,reapx/telegram-phone-scraper,reapx/facebook-company-scraper,reapx/facebook-email-scraper,reapx/facebook-follower-scraper,reapx/quora-search-scraper,reapx/instagram-story-scraper,reapx/tiktok-follower-scraper,reapx/facebook-reel-scraper,reapx/tiktok-product-scraper,reapx/facebook-video-scraper,reapx/instagram-ad-scraper,reapx/twitter-comment-scraper,reapx/rednote-search-scraper,reapx/tiktok-comment-scraper,reapx/youtube-video-scraper,reapx/tiktok-transcript-scraper,reapx/tiktok-hashtag-scraper,reapx/twitter-post-scraper,reapx/telegram-search-scraper,reapx/facebook-event-scraper,reapx/youtube-search-scraper,reapx/instagram-download-scraper,reapx/twitter-data-export-scraper,reapx/reddit-profile-scraper,reapx/instagram-bulk-export-scraper,reapx/telegram-channel-scraper,reapx/tiktok-data-export-scraper,reapx/pinterest-search-scraper,reapx/reddit-data-export-scraper,reapx/youtube-data-export-scraper,reapx/instagram-lead-scraper,reapx/instagram-hashtag-scraper,reapx/youtube-channel-scraper,reapx/reddit-search-scraper,reapx/facebook-group-scraper,reapx/tiktok-video-scraper,reapx/twitter-search-scraper,reapx/linkedin-email-scraper,reapx/instagram-video-scraper,reapx/linkedin-data-export-scraper,reapx/linkedin-ad-scraper,reapx/youtube-email-scraper,reapx/reddit-comment-scraper,reapx/youtube-transcript-scraper,reapx/tiktok-search-scraper,reapx/tiktok-profile-scraper,reapx/linkedin-job-scraper,reapx/twitter-article-scraper,reapx/instagram-user-scraper,reapx/youtube-comment-scraper,reapx/telegram-data-export-scraper,reapx/instagram-comment-scraper,reapx/linkedin-lead-scraper,reapx/linkedin-employee-scraper",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for apify.com was fetched 2026-08-15T12:11:21.925Z.

Trust status Trusted

apify.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.