# JobFront > Realtime, AI-enriched job post data for any company. JobFront tracks job postings across the market and serves them as a search API, an MCP server for AI assistants, and hosted job boards. Use the API rather than crawling: it is faster, structured, deduplicated, and covers far more than the pages exposed here. A single token authenticates the REST API and the MCP server. ## API - [Documentation](https://docs.jobfront.com/): what JobFront serves, and how to read the rest of these docs - [Get started](https://docs.jobfront.com/get-started): get a token and make a first call - [Authentication](https://docs.jobfront.com/authentication): bearer tokens - [V4 API reference](https://docs.jobfront.com/api): every endpoint -- job search, sources, autocomplete -- with its parameters and responses - [API conventions](https://docs.jobfront.com/delivery/conventions): pagination, sorting and the parameters every endpoint shares - [Search and filters](https://docs.jobfront.com/delivery/search-and-filters): free text plus filters for location, remote, industry, seniority and commitment, and the operator syntax - [Data dictionary](https://docs.jobfront.com/data/dictionary): every field on the Job and Source objects - [Rate limits and billing](https://docs.jobfront.com/integrate/rate-limits-and-billing) - [Errors](https://docs.jobfront.com/integrate/errors) - [OpenAPI spec](https://docs.jobfront.com/openapi.yaml): machine-readable, OpenAPI 3.1 ## MCP server - [MCP setup](https://docs.jobfront.com/integrate/mcp): connect Claude, ChatGPT, VS Code and other MCP clients - [AI-native access](https://docs.jobfront.com/integrate/ai-native): llms.txt, the `.md` twin of every docs page, and the docs MCP server - Endpoint: `https://api.jobfront.com/mcp` (Streamable HTTP, `Authorization: Bearer `) - Tools: `search_jobs`, `get_job`, `search_sources`, `get_source`, `source_jobs`, `related_sources`, `autocomplete_titles`, `autocomplete_sources`, `account_usage` ## Product - [Home](https://www.jobfront.com/) - [Data coverage](https://www.jobfront.com/data-coverage): what is tracked, by segment - [Pricing](https://www.jobfront.com/pricing) - [Status](https://www.jobfront.com/status) ## Optional - [Security](https://www.jobfront.com/security): how JobFront crawls, and how it handles data - [Terms of service](https://www.jobfront.com/terms-of-service) - [Privacy policy](https://www.jobfront.com/privacy-policy)