tryfinch.com
Finch is a B2B infrastructure platform that provides a unified API for connecting software products to employers’ HRIS, payroll, benefits, and document systems. It standardizes read and write access across many payroll and HR providers through a single integration.
Finch exposes one authenticated HTTP API at `https://api.tryfinch.com` plus an npm-distributed MCP server CLI that uses Finch access tokens; no public GraphQL API or standalone hosted MCP endpoint was found.
- Finch APIdiscovered
- Finch MCP Serverdiscovered
Sign up for a Finch sandbox or developer account in the Finch Dashboard. After registration, Finch provides a sandbox application client_id and client_secret. Use the dashboard to add your app's redirect URIs before creating connect sessions or exchanging authorization codes for access tokens.
First create a Finch Connect session with your app credentials, send the employer through Finch Connect, and obtain an authorization code. Then exchange that code at Create Access Token to receive a connection access_token. Finch recommends doing the code exchange and token storage on your backend; see Backend Security.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://tryfinch.com/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