Skip to main content

MCP Server

The fastest way to connect AI tools to DFlow documentation is through our MCP server. It gives tools like Cursor, VS Code, Claude, and Claude Code direct access to our docs and API specs during code generation.
  • Server URL: https://pond.dflow.net/mcp
  • Setup guide: MCP Server

Phantom Connect Skill for Claude

The Phantom Connect skill, built with Phantom, teaches Claude how to use Phantom’s wallet SDKs and DFlow’s trading APIs to build full-stack crypto apps. It covers wallet connection, transaction signing, token swaps, prediction markets, and KYC verification. You can also install it using Vercel’s skill CLI:
npx skills add https://github.com/DFlowProtocol/dflow_phantom-connect-skill

AI-Facing Files

These files give agents structured access to DFlow documentation:

skill.md

skill.md is a structured capability file that tells agents what they can do with DFlow, what inputs they need, and what constraints apply. If you’re building with agents, start here.

llms.txt

llms.txt is an index of the DFlow docs. It lists key pages with descriptions so agents can find answers quickly.

llms-full.txt

llms-full.txt is the full, expanded index for agents that want complete coverage.