Data Collection
scrapiq.io
Extracts web pages into clean, structured content for LLM/RAG pipelines via the Scrapiq API.
ENDPOINT 1
https://scrapiq.io/mcp
MCP server metadata
- Name
- scrapiq-mcp-server
- Version
- 0.2.0
Scrapiq turns any URL into clean text, markdown, or JSON with no LLM in the loop. Use scrapiq_extract whenever you need a web page's readable content: it strips boilerplate/nav/ads and returns title, content, links and metadata.
Known tools 1
scrapiq_extractExtract a web page into clean, structured content for LLM/RAG pipelines via the Scrapiq API.
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.scrapiq-mcp-server]
url = "https://scrapiq.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scrapiq-mcp-server": {
"type": "http",
"url": "https://scrapiq.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scrapiq-mcp-server
Remote MCP URL: https://scrapiq.io/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": {
"scrapiq-mcp-server": {
"url": "https://scrapiq.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scrapiq-mcp-server": {
"type": "http",
"url": "https://scrapiq.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scrapiq-mcp-server",
"transport": "streamable-http",
"url": "https://scrapiq.io/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.