Agent tools / TradeScript Charts

TradeScript Chart agents

Give an agent tools that understand the chart.

TradeScript exposes chart context and operations through an agent integration. An authorized agent can work with the chart as structured state, with the host controlling what it may read or change.

Product demonstrationTradeScript SDK
TradeScript MCP agent consoleOpen MCP agent console to explore the controls in the full workspace.

BTC/USDT · Interactive chart context. Open the agent workspace below to connect a client and inspect its granted tools.

Open the demonstration

01

Start with chart context

An agent needs the active symbol, interval and available chart capabilities before choosing an action. TradeScript MCP connects clients to a session and exposes typed chart tools and resources. This lets an integration work with actual chart state instead of relying only on an image of the screen.

02

Let the host define access

The application owns pairing, session access and tool authority. Reading a chart and changing it are different capabilities. A connected session should receive only the operations granted by the host, and the integration must handle revocation and closed connections.

03

Check the resulting state

A useful agent workflow ends with evidence of what happened on the chart. Host-reported outcomes let the interface distinguish a requested action from a completed change. The full workspace exposes connection controls and activity so users can inspect the interaction.

How to use chart agents

  1. Inspect the BTC chart context here.
  2. Open the agent workspace to create a connection.
  3. Grant the intended tools and inspect action results in the workspace.

Data behind this view

Requires a configured MCP integration and host-owned access grants. Model availability and external client setup depend on the deployment.

Common questions

Does every agent get trading permission?

No. The host owns grants and separates chart access from trading authority. A connection is not blanket permission to execute trades.

Can I use my own agent client?

Use the documented MCP client configuration and deployment contract to connect a supported client to an authorized session.

Bring TradeScript into your product.

Explore the complete terminal or review the SDK integration for this feature.