# AI integration

Point your AI coding assistant at Moov and start building.

## [Choose your approach](#choose-your-approach)

[Docs MCP server  
\
Search and read Moov docs from your AI assistant. Read-only documentation search — no API keys needed.](/guides/developer-tools/mcp-ai/docs-mcp/)

[AI skill  
\
Offline integration patterns for Claude Code, Cursor, Windsurf, GitHub Copilot, and more.](/guides/developer-tools/mcp-ai/ai-skill/)

[Moov MCP  
\
Live API operations — create accounts, transfers, and more directly from your IDE.](/guides/developer-tools/mcp-ai/mcp/)

## [Additional resources](#additional-resources)

- [**OpenAPI spec**](https://spec.speakeasy.com/moov/moov/api-v2026.01.00) — Machine-readable source of truth for all API endpoints and schemas
- [**API reference**](https://docs.moov.io/api/) — Rendered documentation with per-endpoint examples
- [**llms.txt**](https://docs.moov.io/llms.txt) — Structured overview of Moov docs with links to every section
- [**llms-full.txt**](https://docs.moov.io/llms-full.txt) — Full documentation content in a single file for long-context models or RAG pipelines
- [**Contribute skills**](https://github.com/moovfinancial/moov-skills) — Open-source AI skills repo. Contribute improvements, fix errors, or add example prompts.

## [Comparison](#comparison)

| Tool                                                                     | Best for                                                      | How it's used                                                  |
|--------------------------------------------------------------------------|---------------------------------------------------------------|----------------------------------------------------------------|
| [**Docs MCP server**](/guides/developer-tools/mcp-ai/docs-mcp/)          | AI tools that support MCP (Claude Code, Cursor, Windsurf)     | Installed once, searches docs on demand per question           |
| [**Moov MCP**](/guides/developer-tools/mcp-ai/mcp/)                      | Live API operations (create accounts, transfers)              | Installed once, calls Moov API directly with your credentials  |
| [**AI skill**](/guides/developer-tools/mcp-ai/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**](https://spec.speakeasy.com/moov/moov/api-v2026.01.00) | 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](/guides/developer-tools/mcp-ai/mcp/).
