moov.io
Moov is a payments platform for accepting, storing, sending, and spending money through APIs, SDKs, and prebuilt UI components. Its products cover money movement, wallets, card issuing, onboarding, payment links, invoicing, and related developer tooling.
Moov exposes a versioned REST API at `https://api.moov.io` plus two MCP servers: a public docs MCP endpoint at `https://docs.moov.io/mcp` and an authenticated Moov MCP server shipped via the `@moovio/sdk` npm package.
- Moov docs MCP serverdiscovered
- Moov MCP serverdiscovered
- Moov REST APIdiscovered
In the Moov Dashboard API keys, create a new API key under Developers → API keys. Save both the public key and secret/private key when shown; the secret cannot be viewed again later. Add each allowed browser domain to the key’s allowed domain list if you will use the key to mint browser tokens via POST /oauth2/token. Test and production require separate API keys.
Generate a short-lived access token by calling POST https://api.moov.io/oauth2/token with your Moov API key pair and the scopes your integration needs. For browser-issued tokens, include an Origin or Referer header matching a domain allowed on the API key. See Access tokens and Authentication options.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://moov.io/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing