The MCP server gives your AI assistant direct, real-time access to these docs — no web search, no stale index. It works with Claude Code, Cursor, VS Code, and any MCP-compatible client.
claude mcp add --transport http "OMS Docs" https://docs.polygon.technology/mcp
Once connected, your assistant can search across guides, API reference, and code examples using the search_mintlify tool.
skill.md is a machine-readable capability file that tells AI agents what they can build with OMS — available workflows, required inputs, and integration constraints.View it at:
https://docs.polygon.technology/skill.md
Install it into any agent or coding environment with the skills CLI:
npx skills add https://docs.polygon.technology
The generated file covers:
Capabilities — what agents can accomplish with OMS products
Skills — specific actions organized by product area (Payments, Wallets, Trails, CDK, Agglayer)
Workflows — step-by-step procedures for common integration tasks
Integration — supported tools, SDKs, and services
Context — OMS architecture and key concepts
Agents can also discover and verify the skill file programmatically:
GET https://docs.polygon.technology/.well-known/agent-skills/index.json
For AI assistants that accept context files directly (Cursor rules, Claude project docs, system prompts), add the llms.txt URL as a reference. This file lists all documentation pages with descriptions so agents know where to find information.
https://docs.polygon.technology/llms.txt
In Cursor, add to .cursorrules:
Use https://docs.polygon.technology/llms.txt as a reference for all OMS developer documentation including embedded wallets, Trails API, Polygon CDK, and the Open Money Stack.
llms.txt is a directory — it lists all pages so agents know where to look. skill.md is a capability summary — it tells agents what they can build and how. Use both together for the best results.