Skip to main content
ChatGPT can operate your lobstr.io account directly through the lobstr.io MCP server. You describe what you need in plain language, and ChatGPT finds the right scraper, launches the run in your account, and reads the results back to you. Endpoint: https://mcp.lobstr.io/mcp
This is the operational server — it acts in your account and spends credits. A separate public server at https://docs.lobstr.io/mcp only answers questions about the lobstr.io API and can’t touch your account.

Before you start

  • A lobstr.io account with credits — launching a run spends credits from your balance.
  • ChatGPT on the web, on a plan where custom connectors are available (Plus, Pro, Business, Enterprise, or Edu).
You don’t need your API key. The connection uses OAuth: you approve it on lobstr.io’s own site, so no password ever reaches ChatGPT.
On Business and Enterprise workspaces, an admin may need to allow custom connectors before the option appears for you.

Watch the setup walkthrough

Connect ChatGPT to lobstr.io

1

Turn on developer mode

In ChatGPT on the web, go to SettingsAppsAdvanced settings and switch on Developer mode.The button for creating custom connectors only appears once this is on.
2

Create the connector

Go to SettingsConnectors and create a new custom connector. Name it lobstr.io and paste the full URL:
Include the trailing /mcp. A URL without it won’t connect.
3

Choose OAuth and approve

lobstr.io authenticates with OAuth, so pick that option if ChatGPT asks. It opens the lobstr.io consent page — you’re already signed in, so review the permissions and click Allow.
4

Enable it in a chat

Back in ChatGPT, turn the lobstr.io connector on for the conversation you want to use it in.

What you’re approving

The consent page lists the permissions ChatGPT is asking for. You can revoke access at any time from your lobstr.io account.

What ChatGPT can do

A typical conversation

Here’s a complete run in ChatGPT — finding a scraper, launching it, and pulling the results back into the chat.
1

Find a scraper

“Find me a scraper for TripAdvisor restaurant reviews.”
2

Check what it needs

“What inputs does it take, and what does it cost per row?”
3

Launch the run

“Run it on these three restaurant pages.” — ChatGPT asks you to confirm the cost before it launches.
4

Follow the run

“Is it finished?”
5

Get the data

“Show me the results as a table.”

Credits and confirmation

lobstr.io prices per result row, so the final cost of a run isn’t known until it finishes. Before launching, ChatGPT estimates the cost — and when the estimate is high or can’t be calculated, it asks you to confirm first. Reading scrapers, runs, and results never spends credits.
Runs launched from ChatGPT are real runs in your account. They appear in your dashboard, count against your slots, and draw down the same credit balance as runs you launch yourself.

Troubleshooting

Developer mode isn’t on, or your plan or workspace doesn’t allow custom connectors. Check SettingsAppsAdvanced settings first, and ask your workspace admin if you’re on Business or Enterprise.
Check the URL is exactly https://mcp.lobstr.io/mcp, over HTTPS and with the /mcp path included.
That’s expected. lobstr.io charges per row, so the total is unknowable up front — the estimate still shows you the per-row rate.
Open the run in your lobstr.io dashboard. ChatGPT sees the same status your account does, so the dashboard will show the same stop reason.