Skip to content

Commit 54eaae7

Browse files
evantahlerjottakka
andauthored
[AUTO] Adding MCP Servers docs update (#841)
Co-authored-by: jottakka <203343514+jottakka@users.noreply.github.com>
1 parent ba266cf commit 54eaae7

9 files changed

Lines changed: 1374 additions & 21 deletions

File tree

app/en/resources/integrations/databases/_meta.tsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
import type { MetaRecord } from "nextra";
22

33
const meta: MetaRecord = {
4+
"-- Optimized": {
5+
type: "separator",
6+
title: "Optimized",
7+
},
8+
clickhouse: {
9+
title: "Clickhouse",
10+
href: "/en/resources/integrations/databases/clickhouse",
11+
},
12+
mongodb: {
13+
title: "MongoDB",
14+
href: "/en/resources/integrations/databases/mongodb",
15+
},
16+
postgres: {
17+
title: "Postgres",
18+
href: "/en/resources/integrations/databases/postgres",
19+
},
20+
"-- Starter": {
21+
type: "separator",
22+
title: "Starter",
23+
},
424
"weaviate-api": {
525
title: "Weaviate API",
626
href: "/en/resources/integrations/databases/weaviate-api",

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

toolkit-docs-generator/data/toolkits/brightdata.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "Brightdata",
33
"label": "Bright Data",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"description": "Search, Crawl and Scrape any site, at scale, without getting blocked",
66
"metadata": {
77
"category": "development",
@@ -18,7 +18,7 @@
1818
{
1919
"name": "ScrapeAsMarkdown",
2020
"qualifiedName": "Brightdata.ScrapeAsMarkdown",
21-
"fullyQualifiedName": "Brightdata.ScrapeAsMarkdown@0.4.0",
21+
"fullyQualifiedName": "Brightdata.ScrapeAsMarkdown@0.5.0",
2222
"description": " Scrape a webpage and return content in Markdown format using Bright Data.\n\n Examples:\n scrape_as_markdown(\"https://example.com\") -> \"# Example Page\n\nContent...\"\n scrape_as_markdown(\"https://news.ycombinator.com\") -> \"# Hacker News\n...\"\n ",
2323
"parameters": [
2424
{
@@ -83,7 +83,7 @@
8383
{
8484
"name": "SearchEngine",
8585
"qualifiedName": "Brightdata.SearchEngine",
86-
"fullyQualifiedName": "Brightdata.SearchEngine@0.4.0",
86+
"fullyQualifiedName": "Brightdata.SearchEngine@0.5.0",
8787
"description": " Search using Google, Bing, or Yandex with advanced parameters using Bright Data.\n\n Examples:\n search_engine(\"climate change\") -> \"# Search Results\n\n## Climate Change - Wikipedia\n...\"\n search_engine(\"Python tutorials\", engine=\"bing\", num_results=5) -> \"# Bing Results\n...\"\n search_engine(\"cats\", search_type=\"images\", country_code=\"us\") -> \"# Image Results\n...\"\n ",
8888
"parameters": [
8989
{
@@ -281,7 +281,7 @@
281281
{
282282
"name": "WebDataFeed",
283283
"qualifiedName": "Brightdata.WebDataFeed",
284-
"fullyQualifiedName": "Brightdata.WebDataFeed@0.4.0",
284+
"fullyQualifiedName": "Brightdata.WebDataFeed@0.5.0",
285285
"description": "Extract structured data from various websites like LinkedIn, Amazon, Instagram, etc.\nNEVER MADE UP LINKS - IF LINKS ARE NEEDED, EXECUTE search_engine FIRST.\nSupported source types:\n- amazon_product, amazon_product_reviews\n- linkedin_person_profile, linkedin_company_profile\n- zoominfo_company_profile\n- instagram_profiles, instagram_posts, instagram_reels, instagram_comments\n- facebook_posts, facebook_marketplace_listings, facebook_company_reviews\n- x_posts\n- zillow_properties_listing\n- booking_hotel_listings\n- youtube_videos\n\nExamples:\n web_data_feed(\"amazon_product\", \"https://amazon.com/dp/B08N5WRWNW\")\n -> \"{\"title\": \"Product Name\", ...}\"\n web_data_feed(\"linkedin_person_profile\", \"https://linkedin.com/in/johndoe\")\n -> \"{\"name\": \"John Doe\", ...}\"\n web_data_feed(\n \"facebook_company_reviews\", \"https://facebook.com/company\", num_of_reviews=50\n ) -> \"[{\"review\": \"...\", ...}]\"",
286286
"parameters": [
287287
{
@@ -411,6 +411,6 @@
411411
"documentationChunks": [],
412412
"customImports": [],
413413
"subPages": [],
414-
"generatedAt": "2026-02-26T20:45:10.376Z",
414+
"generatedAt": "2026-02-28T11:11:27.185Z",
415415
"summary": "Bright Data provides a developer toolkit for large-scale web search, crawling, and scraping, enabling reliable extraction of pages and structured data without getting blocked. It supports search queries, content-to-Markdown conversion, and configurable data feeds across many site types.\n\nDesigned for integration into data pipelines and analytics workflows with parameterized feeds and output formats.\n\n**Capabilities**\n- Scale-resistant crawling and scraping with anti-blocking behavior for sustained collection.\n- Flexible search engine queries with advanced parameters across major engines.\n- Transform pages into clean Markdown and emit structured JSON feeds for profiles, products, reviews, listings, and media.\n- Configurable extraction parameters for batching, pagination, and media handling.\n\n**Secrets**\n- API key (BRIGHTDATA_API_KEY) and zone token (BRIGHTDATA_ZONE). Example values: BRIGHTDATA_API_KEY=sk_..., BRIGHTDATA_ZONE=zone123."
416416
}

0 commit comments

Comments
 (0)