Moov
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Moov earns Band B in the Payments category of The Headless Index, with a thesis-fit score of 68/100. Its strongest dimension is schema observability (18/20); its weakest scored dimension is MCP and agent posture (4/20). No public OpenAPI specification was found when Moov was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Moov is the vendor in this batch where the specification sits upstream of everything else. One host (api.moov.io), OAuth2 with narrow scopes such as transfers.write and wallets.read, and eight SDKs generated by Speakeasy from that document (@moovio/sdk at 25.7.0, plus moov-go, moov-python, moov-java, moov-ruby). Adoption numbers are small; the engineering discipline is not.
signals (5)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 34 probe paths
- −GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
- +SDKs maintained5 (go, java, ruby, swift); top by stars: moovfinancial/moov-go (12 stars)
- +SDK recency4 of 5 SDK repos pushed within 30 days (most recent SDK commit: 2026-08-19)
cite (1)
- github.sdks@2026-08-19
Onboarding itself is an API call, which is rare in payments: create an account, add representatives, request capabilities, link a bank account, move money, all over REST with scopes that match. Underwriting review still happens on Moov's side and the dashboard stays the place humans watch. No CLI and no Terraform provider ship (nothing under moovfinancial), which caps the score.
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −API operations exposedNo OpenAPI spec; operations count unknown
- ·Docs pages crawled0 pages (crawler: none)
- ·Auth schemes documentedAuth documentation page not reached by crawler
- ·Setup / quickstart docsNot reached by crawler
- ·Billing docsNot reached by crawler
- ·Teams / org docsNot reached by crawler
- ·CLI docsNot reached by crawler
- ·Schema / data model docsNot reached by crawler
cite (1)
- ai_review_browser.topics_found@2026-08-19
No MCP server exists under github.com/moovfinancial, no registry entry, no agent guide. It is the odd omission in an otherwise machine-first posture: this company publishes serious open-source payment file libraries under a second org (github.com/moov-io/ach, 558 stars) yet has not spent a weekend wrapping its own spec-generated SDK as a tool server.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −Official MCP serverNone found in vendor's GitHub org or the official MCP registry
- −Community MCP serversNone found
- −Agent-friendly SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (1)
- ai_review_browser.mcp@2026-08-19
One file, no auth, no scraping: 797KB of OpenAPI 3.0 served at raw.githubusercontent.com/moovfinancial/moov-api-public/master/latest/openapi.yaml, with prior releases retained under calendar-versioned directories (v2024.01.00 through v2025.10.00). An agent can generate a client from that URL alone, then diff two versions to see exactly what changed. The rest of this category should copy it.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 34 standard probe paths
- −GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (1)
- github.sdks@2026-08-19
The event catalogue is not prose, it is an enum inside the spec: 31 types under WebhookEventType, running from account.created and capability.updated through dispute.created, sweep.updated and walletTransaction.updated, each bound to a typed payload schema (WebhookDataTransferUpdated and siblings). An agent knows every event it can receive before subscribing. Signature verification still requires reading documentation.
signals (2)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
- github.sdks@2026-08-19
This vendor does not publish a public OpenAPI specification. JAIRF cannot be computed. The Headless Index score and editorial verdict carry the readiness assessment.
No public OpenAPI specification discovered during collection
Powered by JAIRF v1.0.0 by Jentic
Band rationale:B band: JAIRF=N/A HeadlessIndex=68
Show Moov's score on your site.
Drop a live badge into your README, footer, or marketing page. It updates automatically when we re-score, and every embed is a dofollow link back here.
Moov and agent readiness
- Is Moov agent-ready?
- Moov scores Band B on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is schema observability; its weakest is MCP and agent posture.
- Does Moov publish an OpenAPI spec?
- No published OpenAPI specification was found when Moov was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Moov's Headless Index score?
- Moov scores 68/100 on the Headless Index thesis-fit rubric and sits in Band B in the Payments category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.