AI integration
Point your AI coding assistant at Moov and start building.
Choose your approach
Docs MCP server
Search and read Moov docs from your AI assistant. Read-only documentation search — no API keys needed.
AI skill
Offline integration patterns for Claude Code, Cursor, Windsurf, GitHub Copilot, and more.
Moov MCP
Live API operations — create accounts, transfers, and more directly from your IDE.
Additional resources
- OpenAPI spec — Machine-readable source of truth for all API endpoints and schemas
- API reference — Rendered documentation with per-endpoint examples
- llms.txt — Structured overview of Moov docs with links to every section
- llms-full.txt — Full documentation content in a single file for long-context models or RAG pipelines
- Contribute skills — Open-source AI skills repo. Contribute improvements, fix errors, or add example prompts.
Comparison
| Tool | Best for | How it's used |
|---|---|---|
| Docs MCP server | AI tools that support MCP (Claude Code, Cursor, Windsurf) | Installed once, searches docs on demand per question |
| Moov MCP | Live API operations (create accounts, transfers) | Installed once, calls Moov API directly with your credentials |
| AI skill | Offline coding patterns you can paste and run | Copied into your project, loaded automatically by your IDE |
| llms-full.txt | Tools without MCP support, long-context models, RAG pipelines | Paste URL into Claude/Gemini, or feed into custom agent |
| llms.txt | Auto-discovery and structural overview | Fetched automatically by some AI tools at the domain root |
| OpenAPI spec | Exact request/response schemas and field types | Download YAML and feed to AI, or reference for code generation |
The docs MCP server searches documentation. For live API operations like creating accounts and transfers, use the Moov TypeScript SDK MCP server.