> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openfinance.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Give AI agents direct access to OpenFinance through the Model Context Protocol

## OpenFinance MCP Server

Give AI agents direct access to OpenFinance, multi-chain market data, trade previews, position management, and transaction building through natural language.

No cloning. No building. Connect over HTTPS and follow the steps for your editor or chat client.

<CardGroup cols={2}>
  <Card title="Endpoint" icon="link">
    `https://api.openfinance.tech/agent/mcp`
  </Card>

  <Card title="Transport" icon="signal-stream">
    Streamable HTTP
  </Card>
</CardGroup>

## What you get

<CardGroup cols={2}>
  <Card title="Live market data" icon="chart-line">
    Multi-chain prices, funding rates, order books, and market metadata.
  </Card>

  <Card title="Trade previews" icon="magnifying-glass-chart">
    Simulate trades safely before any transaction is signed.
  </Card>

  <Card title="Wallet operations" icon="wallet">
    Place, modify, and cancel orders when authenticated.
  </Card>

  <Card title="Transaction building" icon="hammer">
    Prepare on-chain actions for agents to sign and submit.
  </Card>
</CardGroup>

## Where to start

<CardGroup cols={2}>
  <Card title="Claude Code" icon="rocket" href="/getting-started/quick-install">
    Get up and running in two commands.
  </Card>

  <Card title="API Keys" icon="key" href="/getting-started/api-keys">
    Find out if you need a key for your use case.
  </Card>

  <Card title="Other Editors" icon="code" href="/installation/coding-agents/cursor">
    Cursor, Codex, VS Code, Windsurf, Cline, OpenClaw, Hermes.
  </Card>

  <Card title="Chat Clients" icon="comments" href="/installation/chat-clients/claude-ai-web">
    Claude Desktop, Claude.ai, ChatGPT, Manus.
  </Card>
</CardGroup>

## Full reference

The complete tool reference and changelog lives at [docs.openfinance.tech](https://docs.openfinance.tech).
