Data Collection
webstractor.com
Fetches public URLs, X profiles, images, videos, and places for general data collection.
ENDPOINT 1
https://webstractor.com/mcp
MCP server metadata
- Name
- webstractor.com
- Version
- 1.14.0
Use extract_public_url when a user names a known public URL or domain and asks to read, extract, summarize, analyze, or retrieve its current content. It supports Hacker News stories, profiles, listings, and story-search URLs; exact public X profile and post URLs; public Wikipedia article URLs; and exact public WeChat Official Account article URLs as well as other supported public pages. Pass a requested page topic, such as pricing, in focus. Use search_web for public webpage discovery and pass site when discovery must stay on one hostname. Use get_x_profile only when the user supplies an exact X handle. Use search_news for current coverage, search_images for openly licensed images, and search_videos for public videos; for a named creator’s latest upload, pass creator, sort=date, and limit=1. Use search_places for named places, addresses, businesses, landmarks, and local categories; pass optional coordinates for nearby-result bias. Use search_stocks when a company or crypto asset name must be resolved to a market symbol, selecting the matching instrument family. Use get_market_movers for daily gainers, losers, and most-active equity rankings. Use get_market_data for current market snapshots with bounded history. When a user requests a currency such as EUR, pass it as quote to get_market_data; do not make a second currency-pair call. get_market_data returns typed schema-v1 data and offers an inline price chart in MCP Apps-capable chats. Extract promising webpage result URLs when full content is needed. Prefer Markdown for reading and JSON for typed fields. Never send credentials or private URLs, and do not use these tools to bypass access controls.
Known tools 10
extract_public_urlCall this tool for requests like “Extract pricing from webstractor.com”, “Read this Hacker News story or listing”, “Read this Wikipedia article”, or “Read this public WeChat Official Account article”.
Inferred read-onlysearch_placesResolve a named public place or address into normalized results with coordinates, address fields, categories, and canonical map links.
Inferred read-onlysearch_newsFind current public news articles for a query, optionally limited to a recent timeframe.
Inferred read-onlysearch_stocksResolve a company, asset name, or partial ticker into ordered public equity or crypto listings.
Inferred read-onlyget_market_dataReturn a current market snapshot and bounded price history for an equity, index, cryptocurrency pair, or currency pair.
Inferred read-onlyCONNECT 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.webstractor-com]
url = "https://webstractor.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webstractor-com": {
"type": "http",
"url": "https://webstractor.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webstractor-com
Remote MCP URL: https://webstractor.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webstractor-com": {
"url": "https://webstractor.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webstractor-com": {
"type": "http",
"url": "https://webstractor.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webstractor-com",
"transport": "streamable-http",
"url": "https://webstractor.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.