INDIVIDUAL MCP TOOL
get_browser_support
Get current documented Chrome and Edge support for one web-ai-sdk capability or every capability.
LIVE ENDPOINT
https://mcp.web-ai-sdk.dev/mcp
Connect to this endpoint to inspect the live schema for get_browser_support and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.web-ai-sdk-mcp]
url = "https://mcp.web-ai-sdk.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"web-ai-sdk-mcp": {
"type": "http",
"url": "https://mcp.web-ai-sdk.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: web-ai-sdk-mcp
Remote MCP URL: https://mcp.web-ai-sdk.dev/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": {
"web-ai-sdk-mcp": {
"url": "https://mcp.web-ai-sdk.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"web-ai-sdk-mcp": {
"type": "http",
"url": "https://mcp.web-ai-sdk.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "web-ai-sdk-mcp",
"transport": "streamable-http",
"url": "https://mcp.web-ai-sdk.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_docs— Search canonical web-ai-sdk package references, guides, React hook documentation, architecture, and production guidance.read_doc— Read one complete canonical web-ai-sdk document by search result ID, MCP resource URI, package name, path, or documentation URL.