Connect Your AI to Deriv
Use natural language to explore APIs, generate code, and build faster.
Instant Context
Give your AI everything it needs to understand Deriv's APIs — instantly. Use this link to provide structured, up-to-date API context to any AI assistant or LLM.
loading url...
- No setup required
- Works across supported LLMs
- Always stays in sync
IDE & Tool Integration
Connect your AI development tools directly to Deriv. Use MCP to let your AI fetch live endpoints, schemas, and examples while you build.
Config JSON
"deriv api": { "url": "https://mcp-api.deriv.com/mcp", "name": "Deriv API" }
Built-In AssistantMeet Amy.
Meet Amy.
Your API Copilot.
Amy is built directly into our documentation. She understands Deriv APIs and lets you code in English — no memorisation required. She can explain endpoints, generate code, debug errors, and guide setup.
How do I buy a contract?
AMY
Use the buy endpoint. You'll need the proposal ID first.
{ "buy": "proposal_id_123", "price": 100 }