-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.21 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "hasdata-mcp",
"version": "1.0.0",
"description": "Comprehensive MCP server for web scraping and data extraction. 40+ tools including Google Search, Amazon, Zillow, Airbnb, and more.",
"type": "module",
"main": "src/index.js",
"keywords": [
"mcp", "model-context-protocol", "hasdata", "web-scraping", "data-extraction",
"serp-api", "google-search", "google-maps", "google-flights", "google-trends",
"amazon-api", "amazon-scraper", "shopify-scraper", "ecommerce-tools",
"zillow", "redfin", "airbnb-scraping", "real-estate-data",
"instagram-data", "indeed-scraper", "glassdoor-api", "job-market-analysis",
"yelp-reviews", "yellowpages", "bing-serp", "structured-data", "ai-agents"
],
"repository": {
"type": "git",
"url": "https://github.com/HasData/hasdata-mcp.git"
},
"homepage": "https://hasdata.com",
"author": "HasData",
"license": "MIT",
"scripts": {
"start": "node src/index.js"
},
"mcp": {
"title": "HasData",
"description": "MCP server for web scraping and data extraction",
"transport": "http",
"url": "https://mcp.hasdata.com/api/mcp"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.1"
}
}