|
41 | 41 | <br/> |
42 | 42 |
|
43 | 43 | <div align="center"> |
44 | | - <h3>NEW: GEO & AI Brand Visibility Tools</h3> |
| 44 | + <h3>NEW: Code Tool group - Your Coding Agent's Best Friend</h3> |
| 45 | + <p><strong>Instant access to npm and PyPI package data, right from your AI agent.</strong></p> |
| 46 | + <p> |
| 47 | + Need the latest version of a package? Want to read its README without leaving your workflow?<br/> |
| 48 | + The <b>Code</b> tool group gives coding agents structured, reliable package metadata on demand —<br/> |
| 49 | + no scraping, no stale caches, just the data your agent needs to make smart dependency decisions. |
| 50 | + </p> |
| 51 | + <table> |
| 52 | + <tr> |
| 53 | + <td align="center"><b>npm</b><br/><sub>Package versions, READMEs, metadata & dependencies</sub></td> |
| 54 | + <td align="center"><b>PyPI</b><br/><sub>Python package info, versions & project details</sub></td> |
| 55 | + </tr> |
| 56 | + </table> |
| 57 | + <p><code>GROUPS="code"</code> · The go-to tool for Claude Code, Cursor, Windsurf & any MCP-powered coding agent</p> |
| 58 | + </div> |
| 59 | + |
| 60 | + <div align="center"> |
| 61 | + <h3>GEO & AI Brand Visibility Tools</h3> |
45 | 62 | <p><strong>See how ChatGPT, Grok, and Perplexity talk about your brand.</strong></p> |
46 | 63 | <p> |
47 | 64 | Query leading LLMs directly from your agent and get back structured, markdown-formatted answers.<br/> |
@@ -87,6 +104,7 @@ Built by [Bright Data](https://brightdata.com), the world's #1 web data platform |
87 | 104 | - 🛍️ **E-commerce Intelligence** - Monitor products, prices, and availability |
88 | 105 | - 📊 **Market Analysis** - Track competitors and industry trends |
89 | 106 | - 🤖 **AI Agents** - Build agents that can actually browse the web |
| 107 | +- 💻 **Coding Agents** - Look up npm/PyPI packages, versions, and READMEs in real time |
90 | 108 | - 🧠 **GEO & Brand Visibility** - See how ChatGPT, Grok, and Perplexity perceive your brand |
91 | 109 | - 📝 **Content Creation** - Access up-to-date information for writing |
92 | 110 | - 🎓 **Academic Research** - Gather data from multiple sources efficiently |
@@ -261,6 +279,12 @@ https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN_HERE |
261 | 279 | <code>web_data_grok_ai_insights</code>, |
262 | 280 | <code>web_data_perplexity_ai_insights</code></td> |
263 | 281 | </tr> |
| 282 | + <tr> |
| 283 | + <td><code>code</code></td> |
| 284 | + <td>Package intelligence for coding agents</td> |
| 285 | + <td><code>web_data_npm_package</code>, |
| 286 | + <code>web_data_pypi_package</code></td> |
| 287 | + </tr> |
264 | 288 | <tr> |
265 | 289 | <td><code>advanced_scraping</code></td> |
266 | 290 | <td>Batch and AI-assisted extraction helpers</td> |
@@ -288,6 +312,26 @@ https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN_HERE |
288 | 312 | } |
289 | 313 | ``` |
290 | 314 |
|
| 315 | +### Coding agent example (Claude Code / Cursor / Windsurf) |
| 316 | + |
| 317 | +Give your coding agent real-time package intelligence — latest versions, READMEs, |
| 318 | +dependencies, and metadata from npm and PyPI without scraping: |
| 319 | + |
| 320 | +```json |
| 321 | +{ |
| 322 | + "mcpServers": { |
| 323 | + "Bright Data": { |
| 324 | + "command": "npx", |
| 325 | + "args": ["@brightdata/mcp"], |
| 326 | + "env": { |
| 327 | + "API_TOKEN": "<your-api-token-here>", |
| 328 | + "GROUPS": "code" |
| 329 | + } |
| 330 | + } |
| 331 | + } |
| 332 | +} |
| 333 | +``` |
| 334 | + |
291 | 335 | --- |
292 | 336 |
|
293 | 337 | ## ✨ Features |
@@ -317,6 +361,8 @@ https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN_HERE |
317 | 361 | ✅ "Get today's weather forecast for New York" |
318 | 362 | ✅ "What movies are releasing this week?" |
319 | 363 | ✅ "What are the trending topics on Twitter today?" |
| 364 | +✅ "What's the latest version of express on npm?" |
| 365 | +✅ "Get the README for the langchain-brightdata PyPI package" |
320 | 366 | ``` |
321 | 367 |
|
322 | 368 | --- |
|
0 commit comments