The MCP tool directory.
Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.
[ 3116 tools indexed ]
[ all tools ]
30 / 3116
brave_summarizer
[ remote ]Retrieves AI-generated summaries of web search results. Two-step flow: first call `brave_web_search` with `summary=true` to obtain `summarizer.key`, then pass it here. Pro AI tier required.
brave_video_search
[ remote ]Searches for videos using Brave's Video Search API. Returns structured video results with metadata.
brave_web_search
[ remote ]Performs web searches using the Brave Search API and returns comprehensive search results with rich metadata. To chain into local-POI enrichment, pass `result_filter=locations` and feed the resulting `locations.results[].id` values into `brave_local_search`. To chain into the AI summarizer, pass `summary=true` and feed the returned `summarizer.key` into `brave_summarizer`.
browser_click
[ remote ]Click an element on the current browser page by CSS selector or visible text. Returns a screenshot after clicking.
browser_click_at
[ remote ]Click at specific x,y coordinates on the current browser page. Use this when elements cannot be targeted by CSS selector — such as CAPTCHA checkboxes, canvas elements, iframes, or Cloudflare Turnstile widgets. Returns a screenshot after clicking.
browser_close
[ remote ]Close the browser session and free all resources. Always call this when the browser workflow is complete. If the session was started with record_video: true, the video recording URL is returned.
browser_console_logs
[ remote ]Get captured console logs (errors, warnings, logs) and JavaScript exceptions from the current browser session. Essential for debugging frontend issues.
browser_cookies
[ remote ]Get or set cookies for the current browser session. Use 'get' to read all cookies (useful for debugging auth). Use 'set' to add cookies (useful for setting auth tokens). Use 'clear' to delete all cookies.
browser_evaluate
[ remote ]Run JavaScript in the browser page and return the result as text. Useful for extracting data, checking values, or triggering actions.
browser_fill
[ remote ]Type text into an input field on the current browser page. Clears the field first, then types the value.
browser_get_accessibility_tree
[ remote ]Get the accessibility tree of the current page. Returns a structured snapshot of all interactive elements, headings, links, buttons, form fields, images with alt text, and ARIA roles. This is the BEST tool for understanding page structure and UX without looking at screenshots.
browser_get_html
[ remote ]Get the HTML of the current page or a specific element. Useful for inspecting DOM structure, class names, and attributes.
browser_get_text
[ remote ]Extract all visible text from the current page. Useful for understanding page content without screenshots. Returns text in reading order.
browser_go_back
[ remote ]Navigate back in browser history (like clicking the Back button). Returns a screenshot of the previous page.
browser_go_forward
[ remote ]Navigate forward in browser history. Returns a screenshot.
browser_hover
[ remote ]Hover over an element on the page. Useful for triggering tooltips, dropdown menus, or hover states. Returns a screenshot after hovering.
browser_navigate
[ remote ]Open a browser and navigate to a URL. Returns a screenshot of the loaded page. Use this to start a browser session — the returned sessionId must be passed to all subsequent browser_ tools. Pass width/height to start with a custom viewport (e.g. 393×852 for mobile). Set record_video to true to record the entire session as a video — the recording URL is returned when browser_close is called. When workflow metadata is provided, the resulting run can surface structured verdicts, summaries, and next actions in the dashboard.
browser_network_errors
[ remote ]Get failed network requests (4xx/5xx responses) captured during the browser session. Useful for identifying broken API calls, missing resources, and backend errors.
browser_network_requests
[ remote ]Get the full network request waterfall with timing data. Shows every request made by the page — URLs, methods, status codes, resource types, durations, and sizes. Use for performance analysis and debugging.
browser_perf_metrics
[ remote ]Get Core Web Vitals and performance metrics for the current page. Returns LCP, FCP, CLS, TTFB, DOM size, resource counts, and total transfer size. Essential for performance audits.
browser_press_key
[ remote ]Press a keyboard key or key combination. Supports special keys like Enter, Tab, Escape, ArrowDown, and modifiers like Control+A, Shift+Tab. Returns a screenshot after pressing.
browser_screenshot
[ remote ]Take a screenshot of the current browser page without performing any action.
browser_scroll
[ remote ]Scroll the browser page by a given amount in pixels.
browser_select_option
[ remote ]Select an option from a <select> dropdown element. Returns a screenshot after selection.
browser_seo_audit
[ remote ]Extract SEO metadata from the current page: title, meta description, Open Graph tags, Twitter cards, canonical URL, heading hierarchy, structured data (JSON-LD), robots directives, and image alt text coverage.
browser_set_viewport
[ remote ]Resize the browser viewport in an existing session. Useful for testing responsive layouts without starting a new session — e.g. switch between desktop (1280×800), tablet (820×1180), and mobile (393×852). Returns a screenshot after resizing.
browser_storage
[ remote ]Read or write localStorage and sessionStorage. Use for debugging client-side state, auth tokens, feature flags, and cached data.
browser_wait_for
[ remote ]Wait for an element to appear on the page, then return a screenshot. Useful after navigation or form submissions.
build_quote
[ remote ]Build an itemized CAD quote (motor + installation + propeller + trade-in + HST + financing tier) and return a deep-link URL the customer can open. Optional contact captures a lead in the dealership CRM.
cache_stats
[ remote ]Show cache and resolver statistics (캐시 통계). Returns current cache hit rate, entry count, and law name resolver stats. Useful for monitoring server performance. Returns: Cache statistics and resolver stats