Mifactory Scraping Api
Rank #36,250io.github.mifactory-bot/mifactory-scraping-api
Web scraping for AI agents. Extract text and metadata from any URL worldwide. $0.005/page.
Mifactory Scraping Api is a Model Context Protocol (MCP) server published by mifactory-bot. It ranks #36,250 of 115,591 servers tracked on MCP Toplist. Mifactory Scraping Api is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Apr 11, 2026.
Ranks ahead of 79,341 of 115,591 servers on MCP Toplist.
Use Mifactory Scraping Api
claude mcp add --transport http mifactory-scraping-api https://scraping-api-alpha.vercel.app/mcpclaude mcp add mifactory-scraping-api -e "STRIPE_SECRET_KEY=<your STRIPE_SECRET_KEY>" -- npx -y @mifactory-bot/scraping-apiReplace each placeholder with your own value before saving.
[mcp_servers.mifactory-scraping-api]
url = "https://scraping-api-alpha.vercel.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mifactory-scraping-api]
command = "npx"
args = ["-y", "@mifactory-bot/scraping-api"]
[mcp_servers.mifactory-scraping-api.env]
STRIPE_SECRET_KEY = "<your STRIPE_SECRET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://scraping-api-alpha.vercel.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mifactory-scraping-api": {
"command": "npx",
"args": [
"-y",
"@mifactory-bot/scraping-api"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mifactory-scraping-api": {
"url": "https://scraping-api-alpha.vercel.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mifactory-scraping-api": {
"command": "npx",
"args": [
"-y",
"@mifactory-bot/scraping-api"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mifactory-scraping-api": {
"type": "http",
"url": "https://scraping-api-alpha.vercel.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mifactory-scraping-api": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mifactory-bot/scraping-api"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mifactory-scraping-api": {
"serverUrl": "https://scraping-api-alpha.vercel.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mifactory-scraping-api": {
"command": "npx",
"args": [
"-y",
"@mifactory-bot/scraping-api"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mifactory-scraping-api": {
"url": "https://scraping-api-alpha.vercel.app/mcp"
}
}
}{
"mcpServers": {
"mifactory-scraping-api": {
"command": "npx",
"args": [
"-y",
"@mifactory-bot/scraping-api"
],
"env": {
"STRIPE_SECRET_KEY": "<your STRIPE_SECRET_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mifactory-bot%2Fmifactory-scraping-api)<a href="https://mcptoplist.com/server/io.github.mifactory-bot%2Fmifactory-scraping-api"><img src="https://mcptoplist.com/badge/io.github.mifactory-bot%2Fmifactory-scraping-api.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
mifactory-bot
Other servers by mifactory-bot
- Mifactory Logic Verifier#2,763 · 2 vers
- Mifactory Contratos#26,274 · 9 vers
- Mifactory Agent Memory#36,249 · 4 vers
- Mifactory Spec Api#39,506 · 3 vers
- Mifactory Email#54,542 · 1 ver
- Mifactory Payments#54,543 · 1 ver
- Mifactory PDF#54,544 · 1 ver
Available versions (4)
| Version | Published |
|---|---|
| 1.2.0 | Apr 11, 2026 |
| 1.0.1 | Mar 4, 2026 |
| 1.0.0 | Mar 4, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mifactory Scraping Api?
- Mifactory Scraping Api is maintained by mifactory-bot, which publishes 10 MCP servers (25 total versions) tracked on MCP Toplist.
- Is Mifactory Scraping Api listed on the Official MCP Registry?
- Yes — Mifactory Scraping Api is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Mifactory Scraping Api have?
- MCP Toplist tracks 4 versions of Mifactory Scraping Api, most recently published on Apr 11, 2026.
- Where can I find the source code for Mifactory Scraping Api?
- The source code for Mifactory Scraping Api is hosted at github.com/mifactory-bot/mifactory-scraping-api.