String Web Access API
MCP Server

MCP overview

Give any MCP client web fetch and search through the String Web Access API.

The String MCP server exposes the Web Access API as Model Context Protocol tools, so any MCP-compatible client — Claude Desktop, Cursor, VS Code, Windsurf, and more — can fetch and search the web with automatic anti-bot bypass, CAPTCHA handling, and JavaScript rendering.

It exposes two tools:

ToolDescription
web_access_fetchFetch any webpage as clean, LLM-ready Markdown (or raw / JSON).
web_access_searchSearch the web with reliable, structured results.

See Tools for parameters and return shapes.

Two ways to run it

RemoteSelf-hosted
InstallNonenpx @usestring/mcp
TransportStreamable HTTPstdio
Endpointhttps://mcp.usestring.ai/v1/mcplocal process
AuthAPI key (bearer or path)STRING_AI_API_KEY env
Best forQuick setup, hosted clientsLocal control, air-gapped configs

Both expose the same two tools and use your own String API key — there's no shared server key. Get a key at usestring.ai.

On this page