chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"apify": {
|
||||
"description": "Extract data from social media, search engines, maps, and e-commerce sites using Apify's ready-made scrapers and actors via MCP.",
|
||||
"command": "npx",
|
||||
"args": ["-y", "@apify/actors-mcp-server"],
|
||||
"env": {
|
||||
"APIFY_TOKEN": "<your-apify-token>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"brightdata": {
|
||||
"description": "Bright Data MCP server providing 60+ tools for web search, scraping, structured data extraction, and browser automation across major platforms",
|
||||
"url": "https://mcp.brightdata.com/mcp?token=YOUR_BRIGHTDATA_API_TOKEN&pro=1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"browseract": {
|
||||
"description": "BrowserAct cloud browser automation for structured data extraction from Amazon, YouTube, Google Maps, Google News, Reddit, WeChat, Zhihu and more",
|
||||
"command": "npx",
|
||||
"args": ["-y", "browseract-mcp"],
|
||||
"env": {
|
||||
"BROWSERACT_API_KEY": "<YOUR_BROWSERACT_API_KEY>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"datalikers": {
|
||||
"description": "DataLikers hosted MCP — 50+ Instagram & TikTok data tools: user search by demographics (gender, age, country, city), engagement analytics, posts, comments, hashtags, stories, highlights and trending tracks. Get an API key at https://datalikers.com/tokens (100 free requests on signup, no credit card). Prefer a local server? Run `npx -y datalikers-mcp` with DATALIKERS_API_KEY instead.",
|
||||
"url": "https://mcp.datalikers.com/mcp/",
|
||||
"headers": {
|
||||
"Authorization": "Bearer <YOUR_DATALIKERS_API_KEY>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"explorium": {
|
||||
"description": "Explorium MCP — live B2B company and contact data (150M+ businesses, 800M+ professionals, 4,000+ signals, 50+ data sources) for lead-list building, prospect enrichment, executive discovery, firmographics, technographics, funding signals, and multi-step GTM workflows. Supports two auth modes: (1) API key — set it in the api_key header below (get one at https://developers.explorium.ai/reference/setup/getting_your_api_key), or (2) OAuth — remove the headers block and the MCP client will trigger a browser sign-in on first use.",
|
||||
"url": "https://mcp.explorium.ai/mcp",
|
||||
"headers": {
|
||||
"api_key": "<YOUR_EXPLORIUM_API_KEY>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"hikerapi": {
|
||||
"description": "HikerAPI MCP — Instagram data API with 105+ read-only tools auto-generated from the OpenAPI spec: profiles, posts, reels, stories, highlights, hashtags, locations, followers and comments. Get an API key at https://hikerapi.com/tokens (100 free requests on signup, no credit card).",
|
||||
"command": "npx",
|
||||
"args": ["-y", "hikerapi-mcp"],
|
||||
"env": {
|
||||
"HIKERAPI_KEY": "<YOUR_HIKERAPI_KEY>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"lamatok": {
|
||||
"description": "LamaTok MCP — TikTok data API tools auto-generated from the OpenAPI spec: users, videos, hashtags, comments, followers/following, playlists, search, plus music and watermark-free video downloads. Get an API key at https://lamatok.com (100 free requests on signup, no credit card).",
|
||||
"command": "npx",
|
||||
"args": ["-y", "lamatok-mcp"],
|
||||
"env": {
|
||||
"LAMATOK_KEY": "<YOUR_LAMATOK_KEY>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user