← Registry

Data Collection

webstractor.com

Fetches public URLs, X profiles, images, videos, and places for general data collection.

1 endpoint10 known toolsFirst detected August 16, 2026Last detected August 16, 2026

ENDPOINT 1

https://webstractor.com/mcp

No auth detected

MCP server metadata

Name
webstractor.com
Version
1.14.0
Capabilities
resources.listChangedtools.listChanged
Server instructions

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_url

Call 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-only
get_x_profile

Resolve one exact public X handle.

Inferred read-only
search_images

Find openly licensed public images for a query.

Inferred read-only
search_videos

Find relevant or newest public videos for a query.

Inferred read-only
search_places

Resolve a named public place or address into normalized results with coordinates, address fields, categories, and canonical map links.

Inferred read-only
search_web

Find relevant public webpages for a query.

Inferred read-only
search_news

Find current public news articles for a query, optionally limited to a recent timeframe.

Inferred read-only
search_stocks

Resolve a company, asset name, or partial ticker into ordered public equity or crypto listings.

Inferred read-only
get_market_movers

Return an already-ranked daily equity list.

Inferred read-only
get_market_data

Return a current market snapshot and bounded price history for an equity, index, cryptocurrency pair, or currency pair.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.