Build on OMS with the open-money-stack skill
The fastest way to build a money-movement product on Polygon is the open-money-stack skill. It turns your AI coding assistant into a guided OMS implementation planner: it gets you authenticated, asks a few questions about what you are building (a neobank, remittance app, on-ramp, off-ramp, or payments app), and produces a plan wired to real OMS endpoints, marking what is callable today versus early access.Install it
Add the hosted skill to your project with the skills CLI. It works with Claude Code, Cursor, VS Code, and other agent tools.
Invoke it
Describe what you are building and your assistant uses the skill automatically:Or call it explicitly by name (for example,
/open-money-stack in Claude Code) to force it on a shorter prompt. You know it triggered when the assistant leads with authentication, asks the discovery questions, then lays out the customer to wallet to quote to transaction plan.Add docs context to your AI assistant
Docs MCP Server
The PolygonDocs MCP Server gives your AI assistant direct, real-time access to these docs, no web search, no stale index. This is a documentation lookup server: it lets your assistant search across guides, API reference, and code examples. It does not execute code or connect to any Polygon services. It works with Claude Code, Cursor, VS Code, and any MCP-compatible client.search_mintlify tool.
llms.txt
For AI assistants that accept context files directly (Cursor rules, Claude project docs, system prompts), add thellms.txt URL as a reference. This file lists all documentation pages with descriptions so agents know where to find information.
.cursorrules: