Claude TypeScript MCP Servers

by ukkz

brave_web_search

Retrieves up-to-date information from the web using Brave Search. You should proactively use this tool whenever you need current information beyond your knowledge cutoff, when answering questions about recent events, when asked about specific facts you're uncertain about, or when providing comprehensive answers. Search automatically when you suspect information might be outdated or when greater detail would improve your response. Use this for news, technical information, current events, product details, or any topic where fresh, accurate data would enhance your answer quality.

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results (1-20, default 10)
offsetNoPagination offset (max 9, default 0)
queryYesSearch query (max 400 chars, 50 words)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "description": "Number of results (1-20, default 10)", "type": "number" }, "offset": { "description": "Pagination offset (max 9, default 0)", "type": "number" }, "query": { "description": "Search query (max 400 chars, 50 words)", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools