New · MCP protocol

WyndPath, the web capability of your AI agents.

Same account, same credits, same engine as the REST API and the proxy mode. Your assistant reaches for it on its own, the moment a page pushes back.

Create a free account →Connect in 2 minutes
What actually happens

The web pushes back, the agent adapts.

Nothing to configure at run time: the agent decides on its own to go through WyndPath.

1

The user asks a question

"What's the price on this listing?", "summarize this page".

2

The agent tries its normal web access

Its search or built-in browser tries to open the page.

3

The page comes back empty, blocked or JS-only

Anti-bot, client-side rendering, a consent wall.

4

The agent sees WyndPath in its tools

Already connected once, ahead of time.

5

WyndPath fetches the page

Proxy, JavaScript rendering or a real browser, picked automatically.

6

The agent answers

With the page's real content, not a guess.

Three ways in

One API, three entry points.

The engine, the billing and the account are the same in all three.

REST API

For applications and scripts.

Read the docs →

Proxy

For browsers and scraping frameworks.

Read the docs →
Demo

What an agent sees, with and without WyndPath.

Results measured automatically, every day, on public sites known to be difficult.

Vinted

measured on Sep 11, 2026 at 21:54

Normal access

✕ blocked · HTTP 200

402 ms

Protection anti-bot détectée dans la page reçue.

WyndPath MCP

✓ fetched · HTTP 200

3965 ms · 10 credit(s)

browser / trawl / datacenter

LeBonCoin

measured on Sep 11, 2026 at 21:54

Normal access

✕ blocked · HTTP 403

68 ms

Protection anti-bot détectée dans la page reçue.

WyndPath MCP

✓ fetched · HTTP 200

356 ms · 1 credit(s)

light / replay / datacenter

leboncoin, site de petites annonces gratuites aller au contenualler au pied de page Renforcer les contrastes Déposer une annonce Mes recherches Favoris Messages... ImmobilierVéhiculesMatériel proEmploiModeMaison & JardinFamilleÉlectroniqueLoisirsAutresBons plans ! Valider votre rechercheIgnorer …

Fnac

measured on Sep 11, 2026 at 21:55

Normal access

✕ blocked · HTTP 403

109 ms

Le site répond en erreur (HTTP 403).

WyndPath MCP

✓ fetched · HTTP 200

7751 ms · 10 credit(s)

browser / trawl / datacenter

Fnac : Informatique, Smartphones, livres, jeux vidéo, photos, jouets, électroménager neuf et occasion. Aller au contenu principal Aller au moteur de recherche Aller à la bannière du comparateur Aller au pied de page # LIBÉRONS LA CULTURE Une question ? Trouver mon magasin Adhérez à Fnac+ Rayons fnac…

SeLoger

measured on Sep 11, 2026 at 21:55

Normal access

✕ blocked · HTTP 403

127 ms

Protection anti-bot détectée dans la page reçue.

WyndPath MCP

✓ fetched · HTTP 200

35646 ms · 15 credit(s)

browser / nodriver / residential

Petites annonces immobilières | N°1 des sites 100% immo | Portail immo Version: 1.3.2Navigation überspringen AcheterLouerConstruireBureaux & CommercesEmprunterDéménagerVendre Déposer une annonce AcheterAchatAppartement ou MaisonImmobilier neufBien d'exceptionTerrainViagerBureaux & CommercesP…

Setup

Connect in under 2 minutes.

Four steps, done once.

1

Add the connector

In your assistant's MCP settings, with the server URL.

2

Sign in or create an account

On wyndpath.com. Free credits are included to start.

3

Authorize

You confirm the assistant can use WyndPath on your behalf.

4

Ready to go

WyndPath shows up in the assistant's tools.

Claude Code

From the command line:

claude mcp add --transport http wyndpath https://mcp.wyndpath.com/mcp

Claude.ai / Claude Desktop

Settings → Connectors → Add, with this URL:

https://mcp.wyndpath.com/mcp

Cursor / VS Code

In mcp.json:

{
  "mcpServers": {
    "wyndpath": { "type": "http", "url": "https://mcp.wyndpath.com/mcp" }
  }
}

With an API key

Skipping the OAuth sign-in, carrying the key yourself:

{
  "headers": { "Authorization": "Bearer wk_..." }
}
The exposed tools

What the agent can do.

ToolRoleCost
fetch_urlFetches a page as Markdown, plain text or HTML.Paid (credits on success)
batch_fetchFetches several pages in a single call.Paid (credits on success)
extract_structured_dataExtracts the requested fields, following a JSON schema.Paid (credits on success)
check_supportSays whether a page can be fetched and at what cost, without fetching it.Free
get_accountCredit balance and plan of the connected account.Free
get_capabilitiesLists the WyndPath engine's capabilities and limits.Free
get_pricingCurrent pricing grid, in credits.Free
Frequently asked questions

What you need to know.

Does this cost anything?
Tools that fetch content (fetch_url, batch_fetch, extract_structured_data) consume credits, same as the REST API: 1 credit for a simple site, up to 15 for a target protected with a residential IP. Information tools (check_support, get_account, get_capabilities, get_pricing) are free. Nothing is charged if the fetch fails.
What does the assistant see of my account?
Only what get_account returns: the credit balance and the current plan. The assistant never sees the account password, has no visibility into other configured targets, and cannot change any setting.
Can fetched content carry hidden instructions for my assistant?
A web page is content to read, never a command to run: a well-behaved assistant treats any fetched text as data, whether it comes from WyndPath or any other source. That's a general agent hygiene rule, not a guarantee specific to this tool.
How do I remove WyndPath from my assistant?
Remove the wyndpath entry from your client's connectors or MCP servers settings. Nothing stays on the assistant side; your key and credits remain available if you use them elsewhere, through the REST API or the proxy.
Can WyndPath fetch private content (an account, a cart, messages)?
No. WyndPath fetches public pages, the way a signed-out browser would. A site that requires a login returns a login wall, not the content behind it.

Ready to hand your agent the web?