WebMCP

FinanceWebMCP verified

coinranking.com WebMCP tools

Track live Bitcoin price with Coinranking's Pro Chart. Use advanced drawing tools and technical analysis on this interactive BTC price chart.

14 tools1 methodsspec API surface

What can an agent do with coinranking.com WebMCP tools?

Track live Bitcoin price with Coinranking's Pro Chart. Use advanced drawing tools and technical analysis on this interactive BTC price chart. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on coinranking.com

Tool 1 of 14WebMCPAnswer

coinranking_prochart_get_view

Read what the chart is currently showing: its kind and subject, every option's current value and default, which values can be selected right now (and why the rest can't), the viewer's entitlements, and the shareable URL. Call this first — it grounds every other tool.

How to install

Open the coinranking.com website and ask your browser agent to use coinranking_prochart_get_view

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the coinranking_prochart_get_view tool on coinranking.com. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 14WebMCPAnswer

    coinranking_prochart_get_stats

    Summary numbers for every series on the chart — high, low, average, first and last value, with the timestamps of the high and low. Prefer this over reading the whole series for questions like "what is this asset doing", and use it to anchor drawings: these coordinates are exact, where a downsampled series is not.

    How to install

    Open the coinranking.com website and ask your browser agent to use coinranking_prochart_get_stats

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the coinranking_prochart_get_stats tool on coinranking.com. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 3 of 14WebMCPAnswer

      coinranking_prochart_get_series

      The chart's plotted data points as { time, value } pairs in data space — the same coordinates drawings use. Downsampled by default to protect your context; the response says how many points exist and whether it reduced them, and always carries the true high and low so anchoring stays exact. Widen the time period first if you need a range the chart isn't currently showing.

      How to install

      Open the coinranking.com website and ask your browser agent to use coinranking_prochart_get_series

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the coinranking_prochart_get_series tool on coinranking.com with maxPoints: <number>, series: <array>. Return the structured result and cite the source page.

      Input contract

      • maxPoints number Maximum points to return per series (default 100, hard cap 500). Downsampling preserves extremes, and the true high and low are returned separately regardless.
      • series array Dataset keys to include. Omit for every series on the chart.

      Open the source definition

      Tool 4 of 14WebMCPAnswer

      coinranking_prochart_list_drawings

      The shapes currently drawn on the chart, with their points in data space ({ time, value }) rather than pixels. Positions here are directly comparable with what get_series and get_stats return.

      How to install

      Open the coinranking.com website and ask your browser agent to use coinranking_prochart_list_drawings

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the coinranking_prochart_list_drawings tool on coinranking.com. Return the structured result and cite the source page.

      Input contract

        Open the source definition

        Tool 5 of 14WebMCPAnswer

        coinranking_prochart_list_history

        The chart's undo/redo stack, newest first, with a human-readable label for each step. `past` can be undone, `future` can be redone. The stack covers changes since the last navigation, not the whole session.

        How to install

        Open the coinranking.com website and ask your browser agent to use coinranking_prochart_list_history

        Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

        Run with an agent

        Use the coinranking_prochart_list_history tool on coinranking.com. Return the structured result and cite the source page.

        Input contract

          Open the source definition

          Tool 6 of 14WebMCPAnswer

          coinranking_prochart_list_charts

          List the charts this viewer has saved, newest first, with each one's uuid, name, kind and subject. No link is returned — pass the kind and subject to navigate to open one. Use it before saving to avoid duplicating a name, or to find a chart the viewer refers to by name.

          How to install

          Open the coinranking.com website and ask your browser agent to use coinranking_prochart_list_charts

          Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

          Run with an agent

          Use the coinranking_prochart_list_charts tool on coinranking.com. Return the structured result and cite the source page.

          Input contract

            Open the source definition

            Tool 7 of 14WebMCPAction

            coinranking_prochart_configure

            Change one or more chart options — time period, interval, chart type, log scale, indicators, currency, volume, high/low markers. The whole patch applies as a single undoable step. Values that the viewer can't use are refused with a reason rather than partially applied; call get_view to see what's selectable and why.

            How to install

            Open the coinranking.com website and ask your browser agent to use coinranking_prochart_configure

            Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

            Run with an agent

            Use the coinranking_prochart_configure tool on coinranking.com with options: <object>. Return the structured result and cite the source page.

            Input contract

            • options object Option keys mapped to their new values. Call get_view first for the valid keys, each option's allowed values, and which are currently selectable. Everything in the patch is applied together as one undoable step, or nothing is.

            Open the source definition

            Tool 8 of 14WebMCPAction

            coinranking_prochart_navigate

            Switch to a different chart kind for the current asset, or point the chart at a different asset, category or the global market. A kind switch happens immediately; a subject change returns a URL to open, because it needs a fresh page load. Drawings are discarded on a kind switch, so draw after navigating rather than before.

            How to install

            Open the coinranking.com website and ask your browser agent to use coinranking_prochart_navigate

            Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

            Run with an agent

            Use the coinranking_prochart_navigate tool on coinranking.com with kind: <string>, base: <object>. Return the structured result and cite the source page.

            Input contract

            • kind string The chart kind to switch to for the current subject — price, market-cap, ranking, and so on. Applied immediately. See get_view for what this chart's subject supports.
            • base object A different subject to chart. Returns the destination URL rather than navigating — the caller has to open it.

            Open the source definition

            Tool 9 of 14WebMCPAnswer

            coinranking_prochart_history

            Step backwards or forwards through the chart's change history, or jump straight to an entry by index. This is the same stack the undo/redo buttons drive, and it covers changes since the last navigation rather than the whole session. Call list_history for the entries, their labels and their indices.

            How to install

            Open the coinranking.com website and ask your browser agent to use coinranking_prochart_history

            Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

            Run with an agent

            Use the coinranking_prochart_history tool on coinranking.com with action: <string>, index: <number>. Return the structured result and cite the source page.

            Input contract

            • action string Which way to move through the chart's history.
            • index number Required for `jump`: the entry index from list_history. Ignored otherwise.

            Open the source definition

            Tool 10 of 14WebMCPAction

            coinranking_prochart_compare

            Add or remove an overlay plotted alongside this chart — another coin, the global market, or a category. One target per call, each its own undoable step. Targets that can't be plotted here are refused with the reason: the wrong chart kind for that overlay, the chart itself, a duplicate, or the account's overlay limit.

            How to install

            Open the coinranking.com website and ask your browser agent to use coinranking_prochart_compare

            Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

            Run with an agent

            Use the coinranking_prochart_compare tool on coinranking.com with action: <string>, target: <string>. Return the structured result and cite the source page.

            Input contract

            • action string Whether to start or stop comparing against the target.
            • target string What to compare against: a currency uuid, the literal `global` for the whole market, or `category:<slug>` (e.g. `category:defi`). Call get_view to see what's already being compared.

            Open the source definition

            Tool 11 of 14WebMCPAction

            coinranking_prochart_draw

            Draw a line, rectangle, circle or text label on the chart, remove one, or clear them all. Anchors are data coordinates (a timestamp and a value), not screen pixels — call get_stats for exact highs and lows to anchor against. Set the chart's kind and time range BEFORE drawing: switching kind discards annotations, because a shape anchored to price data is meaningless on another scale.

            How to install

            Open the coinranking.com website and ask your browser agent to use coinranking_prochart_draw

            Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

            Run with an agent

            Use the coinranking_prochart_draw tool on coinranking.com with action: <string>, type: <string>, points: <array>, text: <string>, style: <object>, index: <number>. Return the structured result and cite the source page.

            Input contract

            • action string Add one annotation, remove one by index, or remove all.
            • type string For `add`: the shape to draw.
            • points array For `add`: anchors in DATA coordinates — `time` is a timestamp and `value` is on the chart's own y-scale, not pixels. A line takes 2 endpoints. A rectangle or circle takes 2 opposite corners, or 4 for an exact quad. A text annotation takes 1 anchor, which becomes the centre of a box sized to the text, or 4 to place the box yourself. Get exact values from get_stats (true highs/lows) or get_series.
            • text string For `add` with type `text`: the label's content.
            • style object For `add`: optional appearance. Defaults to the chart's own drawing style.
            • index number For `remove`: which annotation, by its position in list_drawings.

            Open the source definition

            Tool 12 of 14WebMCPAction

            coinranking_prochart_export

            Export the chart's data as CSV or the chart itself as a PNG image. CSV can be returned directly in the result; saving a file or copying to the clipboard asks the user first, since browsers only allow those during a user gesture.

            How to install

            Open the coinranking.com website and ask your browser agent to use coinranking_prochart_export

            Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

            Run with an agent

            Use the coinranking_prochart_export tool on coinranking.com with format: <string>, destination: <string>. Return the structured result and cite the source page.

            Input contract

            • format string `csv` for the underlying data, `png` for a picture of the chart.
            • destination string Where the export goes. `return` (CSV only) hands the text back in this result. `download` saves a file and `clipboard` copies — both prompt the user, because the browser only permits them during a user gesture. Defaults to `return` for CSV and `download` for PNG.

            Open the source definition

            Tool 13 of 14WebMCPAction

            coinranking_prochart_share_link

            Get a link that reproduces the chart exactly as it looks now — kind, asset, time range, styling and drawings all travel in the URL. Returns the link by default; set `share` to open the device's share sheet instead, which asks the user first.

            How to install

            Open the coinranking.com website and ask your browser agent to use coinranking_prochart_share_link

            Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

            Run with an agent

            Use the coinranking_prochart_share_link tool on coinranking.com with share: <boolean>. Return the structured result and cite the source page.

            Input contract

            • share boolean Open the device's share sheet (or copy the link where there isn't one) instead of just returning the URL. Prompts the user, so only set this when they asked to share rather than to see the link.

            Open the source definition

            Tool 14 of 14WebMCPAction

            coinranking_prochart_save

            Save the chart to the viewer's account, save a copy under a new name, rename it, delete it, or discard unsaved edits. Saving needs a name the first time. Deleting asks the viewer to confirm. Call get_view first if you need to know whether the chart is already saved.

            How to install

            Open the coinranking.com website and ask your browser agent to use coinranking_prochart_save

            Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

            Run with an agent

            Use the coinranking_prochart_save tool on coinranking.com with action: <string>, name: <string>. Return the structured result and cite the source page.

            Input contract

            • action string `save` updates the current chart (or creates it, with a name). `save_as` always creates a new one. `rename` retitles it, `delete` removes it, `discard` reverts unsaved edits.
            • name string Required for `save_as` and `rename`, and for `save` when the chart has never been saved. Without it the site would open a naming dialog, which a tool call can't sensibly drive.

            Open the source definition