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.
2740 tools indexed
All tools
30 of 2740 shown
web-analytics-entry-pages-chart
RemoteReturns time-series chart data for entry pages of a Web Analytics project, showing visitor counts and entry rates over time. Use doc tool first to get the real input schema.
web-analytics-exit-pages
RemoteReturns exit page statistics for a Web Analytics project, showing which pages visitors leave from, including visitor counts and exit rates. Use doc tool first to get the real input schema.
web-analytics-exit-pages-chart
RemoteReturns time-series chart data for exit pages of a Web Analytics project, showing visitor counts and exit rates over time. Use doc tool first to get the real input schema.
web-analytics-languages
RemoteReturns visitor data grouped by browser language for a Web Analytics project, showing visitor counts for each language. Use doc tool first to get the real input schema.
web-analytics-languages-chart
RemoteReturns time-series chart data grouped by browser language for a Web Analytics project, showing visitor counts over time for each language. Use doc tool first to get the real input schema.
web-analytics-operating-systems
RemoteReturns operating system statistics for a Web Analytics project, showing visitor counts, bounce rates, and session durations grouped by OS. Use doc tool first to get the real input schema.
web-analytics-operating-systems-chart
RemoteReturns time-series chart data grouped by operating system for a Web Analytics project, showing visitor counts, bounce rates, and session durations over time. Use doc tool first to get the real input schema.
web-analytics-operating-systems-versions
RemoteReturns OS version statistics for a Web Analytics project, showing visitor counts, bounce rates, and session durations grouped by OS version. Use doc tool first to get the real input schema.
web-analytics-operating-systems-versions-chart
RemoteReturns time-series chart data grouped by OS version for a Web Analytics project, showing visitor counts, bounce rates, and session durations over time. Use doc tool first to get the real input schema.
web-analytics-referrers
RemoteReturns referrer statistics for a Web Analytics project, showing visitor counts, bounce rates, and session durations grouped by referrer URL. Use doc tool first to get the real input schema.
web-analytics-referrers-chart
RemoteReturns time-series chart data grouped by referrer for a Web Analytics project, showing visitor counts, bounce rates, and session durations over time. Use doc tool first to get the real input schema.
web-analytics-source-channels
RemoteReturns traffic grouped by source channel (e.g., organic, paid, social, direct) for a Web Analytics project, including visitor counts, bounce rates, and session durations. Use doc tool first to get the real input schema.
web-analytics-source-channels-chart
RemoteReturns time-series chart data grouped by source channel (e.g., organic, paid, social, direct) for a Web Analytics project, showing metrics over time. Use doc tool first to get the real input schema.
web-analytics-sources
RemoteReturns traffic source breakdown for a Web Analytics project, showing visitor counts, bounce rates, and session durations grouped by referral source. Use doc tool first to get the real input schema.
web-analytics-sources-chart
RemoteReturns time-series chart data for traffic sources of a Web Analytics project, showing how visitor counts, bounce rates, and session durations change over time for each referral source. Use doc tool first to get the real input schema.
web-analytics-stats
RemoteReturns aggregate statistics for a Web Analytics project, including total visitors, bounce rate, and average session duration without any dimension grouping. Use doc tool first to get the real input schema.
web-analytics-top-pages
RemoteReturns the most visited pages for a Web Analytics project, including pageview counts, visitor counts, bounce rates, and average page visit durations. Use doc tool first to get the real input schema.
web-analytics-top-pages-chart
RemoteReturns time-series chart data for the most visited pages of a Web Analytics project, showing how pageviews, visitors, and other metrics change over time. Use doc tool first to get the real input schema.
web-analytics-utm-params
RemoteReturns statistics for a specified UTM paramater for a Web Analytics project, showing visitor counts, bounce rates, and session durations grouped by utm_source. Use doc tool first to get the real input schema.
web-analytics-utm-params-chart
RemoteReturns time-series chart data grouped by a specified UTM param for a Web Analytics project, showing visitor counts, bounce rates, and session durations over time. Use doc tool first to get the real input schema.
web_fetch
RemotePurpose: Fetch and extract relevant content from specific web URLs. Ideal Use Cases: - Extracting content from specific URLs you've already identified - Exploring URLs returned by a web search in greater depth
web_fetch_exa
RemoteRead a webpage's full content as clean markdown. Use after web_search_exa when highlights are insufficient or to read any URL. Best for: Extracting full content from known URLs. Batch multiple URLs in one call. Returns: Clean text content and metadata from the page(s).
web_search_exa
RemoteSearch the web for any topic and get clean, ready-to-use content. Best for: Finding current information, news, facts, people, companies, or answering questions about any topic. Returns: Clean text content from top search results, ready for LLM use. Query tips: describe the ideal page, not keywords. "blog post comparing React and Vue performance" not "React vs Vue". Use category:people to specifically search through Linkedin profiles and category:company to search through company pages. If highlights are insufficient, follow up with web_fetch_exa on the best URLs.
web_search_preview
RemotePurpose: Perform web searches and return results in an LLM-friendly format and with parameters tuned for LLMs.
webhook_endpoints.create
RemoteCreate a new webhook endpoint to receive event notifications.
webhook_endpoints.delete
RemoteDelete an existing webhook endpoint.
webhook_endpoints.list
RemoteGet a list of all of your existing webhook endpoints.
webhook_endpoints.update
RemoteUpdate the properties of an existing webhook endpoint.
write-research-file
RemoteWrite research content to a file. This tool allows you to save research findings, documentation, or any text content to a specified file path. SECURITY: File writing is controlled by environment variables: - FILE_WRITE_ENABLED must be set to 'true' to enable file writing - ALLOWED_WRITE_PATHS can specify allowed directories (comma-separated) - If no ALLOWED_WRITE_PATHS specified, defaults to user's home directory - FILE_WRITE_LINE_LIMIT controls maximum lines per write operation (default: 200) Use this tool to save research reports, documentation, or any content generated from the deep-research-tool results.
youtube_add_playlist_item
RemoteAdd a video to a playlist. Optionally specify position (0-based). Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.