MCP Quick Start

Connect Dataline to your agent.

Use one remote MCP endpoint for market data, onchain context, prediction markets, and source-backed answers.

Works with Model Context Protocol clients using streamable-http and bearer.

Browse tools
Client configOpen full setup
ChatGPT Developer Mode

Sign in to Dataline to include your OAuth bearer token.

Endpoint: https://mcp.dataline.xyz
Authorization: Bearer <sign in to Dataline first, then copy this config again>
Transport
streamable-http
Auth
OAuth 2.0
Tools
20
UI resources
3

Endpoint details

Live connection metadata, resource URLs, and advertised scopes for clients that need manual setup.

Endpoint
https://mcp.dataline.xyz
Transport
streamable-http
Version
0.1.0
OAuth
enabled · server https://control-api.dataline.xyz
Resource
https://mcp.dataline.xyz
Resource metadata
https://mcp.dataline.xyz/.well-known/oauth-protected-resource
Tools manifest
https://mcp.dataline.xyz/dataline-tools.json
Tools
20
UI resources
3
Required scopes: data.*.read

Tools (20)

Core Dataline capabilities first; account, setup, and UI helper tools are separated so the agent surface is easier to scan.

Core data tools

Market, prediction, onchain, news, and intent tools agents call for answers.

5

Account and access

Authenticated-user, quota, permission, billing, and setup helpers.

10

UI helpers

Tools that support rich client rendering rather than primary data lookup.

5

Visual widgets (3)

Ready-made views that MCP clients can open after tool calls, such as price charts, project profiles, and prediction-market panels.

Crypto Price Widget
Price widget
What users seeToken price chart with OHLCV market context.

Interactive Dataline token price and OHLCV widget.

Developer details
Widget URI
ui://widget/crypto-price-v1.html
Content type
text/html;profile=mcp-app
Crypto Project Widget
Project widget
What users seeProject fundamentals profile for a crypto asset.

Interactive Dataline crypto project fundamentals widget.

Developer details
Widget URI
ui://widget/crypto-project-v1.html
Content type
text/html;profile=mcp-app
Prediction Event Widget
Market event
What users seePrediction-market event and market list view.

Interactive Dataline Polymarket event and market list widget.

Developer details
Widget URI
ui://widget/prediction-event-v1.html
Content type
text/html;profile=mcp-app

How widgets open

These rules tell compatible MCP clients which visual widget to show after a tool call or widget interaction.

6
render_crypto_price_widget
Show crypto price chart
Opens widgetcrypto price v1
Model responseApp surface
ui://widget/crypto-price-v1.html
ui_get_crypto_chart
UI get crypto chart
Widget interactionNo visual resource attached
App surface
render_crypto_project_widget
Show crypto project
Opens widgetcrypto project v1
Model responseApp surface
ui://widget/crypto-project-v1.html
ui_get_crypto_project
UI get crypto project
Widget interactionNo visual resource attached
App surface
render_prediction_event_widget
Show prediction event
Opens widgetprediction event v1
Model responseApp surface
ui://widget/prediction-event-v1.html
ui_get_prediction_event
UI get prediction event
Widget interactionNo visual resource attached
App surface