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.
[ 3135 tools indexed ]
[ all tools ]
30 / 3135
t54_list_operations
[ remote ]Returns operationIds, HTTP methods, paths, and query parameter names from the bundled OpenAPI spec (no network). Use before t54_x402_request or per-SKU tools.
t54_research_brief
[ remote ]Multi-section research brief HTTP GET `/x402/v1/research-brief` (`operationId` `researchBrief`). Paid routes may return HTTP 402 until the x402 broker settles on the configured rail.
t54_structured_query
[ remote ]Constitution-safe short LLM answer Listing-friendly GET with `q` query parameter. HTTP GET `/x402/v1/query` (`operationId` `structuredQuery`). Paid routes may return HTTP 402 until the x402 broker settles on the configured rail.
t54_x402_request
[ remote ]Execute any T54 seller operation by operationId with an optional query map. Prefer per-operation t54_* tools when available for clearer arguments. On HTTP 402, x402_broker_client pays then retries.
tag_intel
[ remote ]Discover tag patterns, co-occurrence, candidates, and merge suggestions across all namepoints. Optionally suggest tags for a specific handle.
tags.create
[ remote ]This endpoint is used to create tags
tags.delete
[ remote ]This endpoint is used to delete Tags
tags.list
[ remote ]to get tags from a module
tags.update
[ remote ]Put API with Tag id in request body
tags.updateOne
[ remote ]This endpoint is used to update the tag details
take_screenshot
[ remote ]Capture a screenshot of any public website using ScreenshotRender. Returns the rendered image inline plus a hosted URL and basic page metadata (title, description). Use this whenever the user wants to see, save, or share what a web page looks like.
take_screenshot
[ remote ]Capture a screenshot of any URL and return a public image URL. By default captures the full scrollable page. Set fullPage to false for viewport-only capture (recommended for long pages). Returns image dimensions in the response.
tcmb_compare_currencies
[ remote ]Compare multiple currencies over a time period. Shows current rates and historical performance statistics for multiple currencies against a base currency. Useful for analyzing currency trends.
tcmb_convert_currency
[ remote ]Convert between currencies using TCMB rates. Supports conversion between any currencies including TRY. Uses official TCMB exchange rates for accurate conversions.
tcmb_get_current_rates
[ remote ]Get current exchange rates from the Turkish Central Bank (TCMB). Returns today's official exchange rates including buying/selling rates for forex and banknotes. Data is sourced directly from TCMB's public XML API.
tcmb_get_historical_rates
[ remote ]Get historical exchange rates from TCMB for a specific date. Retrieves archived exchange rates from TCMB. Data available since 1996. Automatically handles Turkish holidays by falling back to the previous business day.
tcmb_get_rate_history
[ remote ]Get exchange rate history with statistics for a date range. Returns daily rates and calculates statistics including min, max, average, and percentage change over the period. Maximum range is 365 days.
tcmb_list_currencies
[ remote ]List all available currencies supported by TCMB. Returns currency codes, names (in Turkish and English), and optionally current rates. Useful for discovering which currencies can be queried.
telemetry_add_chart_to_dashboard_tool
[ remote ]Add a new chart to a dashboard. Use the `section` parameter to organize charts into named sections — sections are auto-created if they don't exist, and charts are auto-positioned within them. **IMPORTANT: Follow this workflow:** 1) Call get_chart_building_instructions first for chart type, unit, and settings reference. 2) If you haven't already verified the query by previewing with `telemetry_chart` (which runs the query and reports errors automatically), test it with `telemetry_query` first. The SQL query should use variables like {{source}}, {{start_time}}, {{end_time}}, and {{time}} for proper integration with dashboard filters
telemetry_add_dashboard_section_tool
[ remote ]Add a section divider to a dashboard. Sections span the full width and help organize charts into groups. Charts and sections at or below the insertion point are shifted down to make room
telemetry_build_explore_query_tool
[ remote ]Generates a ClickHouse SQL query from natural language for exploring logs and spans data in Better Stack. The query is specifically formatted for use in the Better Stack Explore page UI. **Note**: The generated query uses Better Stack's query syntax and will not work directly in raw ClickHouse.
telemetry_build_metric_query_tool
[ remote ]Generates a ClickHouse SQL query from natural language for creating metrics visualizations in Better Stack Dashboards. Returns a query optimized for charts and dashboards that can be directly used in the Dashboard builder UI. **Note**: The generated query uses Better Stack's query syntax and will not work directly in raw ClickHouse.
telemetry_chart
[ remote ]Execute a ClickHouse SQL query and display the result as a line chart. Query instructions (column aliases, time granularity, data access patterns) are in: - `telemetry_get_query_instructions_tool` — logs and spans - `telemetry_get_errors_query_instructions_tool` — errors - `telemetry_get_metrics_query_instructions_tool` — metrics
telemetry_create_application_tool
[ remote ]Create a new application in Better Stack. Returns the created application details including ID, ingestion token, ingesting host URL, retention settings, and platform-specific integration documentation links with next steps for configuration
telemetry_create_cloud_connection_tool
[ remote ]Create a secure cloud connection for direct ClickHouse query access to logs, spans, and metrics data. Returns connection credentials (host, port, username, password), sample queries for each data type, and cURL command examples. Connections expire after 1 hour by default
telemetry_create_dashboard_tool
[ remote ]Create a new dashboard. Optionally use a template to start with pre-configured charts. Call get_chart_building_instructions for guidance on dashboard structure and layout. Optionally specify a source_id to preconfigure the dashboard with that source. Returns the new dashboard ID which can be used with add_chart_to_dashboard to add charts
telemetry_create_source_tool
[ remote ]Create a new log source in Better Stack. Returns the created source details including ID, ingestion token, ingesting host URL, retention settings, and platform-specific integration documentation links with next steps for configuration
telemetry_edit_chart_tool
[ remote ]Edit an existing chart name, query, type, or settings. Only provide the fields you want to change. **IMPORTANT: If changing the query:** If you haven't already verified the new query by previewing with `telemetry_chart` (which runs the query and reports errors automatically), test it with `telemetry_query` first before updating the chart. Call get_chart_building_instructions for chart type and settings reference. Use get_dashboard_details first to find the chart ID
telemetry_export_dashboard_tool
[ remote ]Export a dashboard configuration as JSON. Returns the complete dashboard data structure including charts, sections, presets, and settings
telemetry_get_chart_building_instructions_tool
[ remote ]Get comprehensive instructions for building charts and dashboards, including chart types, units, axis settings, column mapping, legend placement, layout tips, and common mistakes. Call this before creating or editing charts