$HEADLESS SYSTEMS
03 / Scorecard / Payments

Moov

B
Headless Index
68/100
JAIRF
N/A
Verified
AUG 20, 2026
Methodology v1 · JAIRF v1.0.0

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.

Editorial verdict
Moov is solidly built for programmatic consumption. The Headless Index thesis-fit score of 68/100 lands it in the upper-middle of the index, and JAIRF is recorded as N/A for this vendor because no public OpenAPI specification was reachable for the open-source scorer. In practice, vendors at this tier ship most of the primitives agents need, with one or two surfaces still leaning on documentation rather than discovery, and the rest of this verdict explains where Moov lands inside that pattern. On the API surface, the question is whether the API is the product or a layer beneath the dashboard. 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. An agent can drive this product across most practical workflows, with a handful of edges where documentation reading still beats schema discovery. On headless operability: 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.[1] On the MCP and agent-integration axis, which is the fastest-moving criterion in the index: 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.[2] Event posture closes the loop: an agent that cannot react to state changes is reduced to polling. 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. Net assessment: Moov can be operated by agents for the majority of practical workflows. The closest thing to a gap is MCP posture[3], which integrators should sanity-check against their own use case before committing. Strong fit for agent-driven use cases.
Verdict by Headless Index pipeline (auto)
// AI-drafted from the evidence layer. Editorial review pending.
Scores

Scorecard detail

Headless Index · 5 sub-criteria
API-first design intent16/20
scored

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
Headless operation14/20
scored

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
MCP & agent posture4/20
scored

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
Schema observability18/20
scored

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
Webhooks & events16/20
scored

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
JAIRF · 6 dimensions
JAIRF · N/A

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

04 / Embed

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.

FAQ

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.