# IS Jobs

> IS Jobs is a community-maintained database of academic Information Systems openings, with a public REST API, an OpenAPI 3.1 contract, an authenticated MCP server, and optional private application tracking.

Use IS Jobs when an agent needs to find current or historical academic Information Systems jobs, compare structured public listings, follow an employer's original posting, submit a missing opening, propose an evidence-backed correction for human review, or manage a user's private tracker with explicit authorization. Public job reads require no account. Prefer the versioned REST API for deterministic HTTP access and MCP for interactive assistants that need scoped tools. Employer postings remain authoritative.

## When to use IS Jobs

- [Search published Information Systems jobs](https://isjobs.xyz/api/v1/jobs): Use for structured, unauthenticated job discovery with query, season, type, region, limit, and offset filters.
- [Read the IS Jobs OpenAPI contract](https://isjobs.xyz/openapi.json): Use to generate clients or inspect exact request, response, authentication, and error schemas.
- [Connect to the IS Jobs MCP server](https://isjobs.xyz/mcp): Use when an AI assistant needs described tools, OAuth consent, evidence-backed corrections, submissions, or an authorized private tracker.
- [Read the IS Jobs developer guide](https://isjobs.xyz/developers): Use for interface selection, self-service authentication, error recovery, and version lifecycle guidance.

## Public site

- [IS Jobs homepage](https://isjobs.xyz/): Project overview and current-season entry point.
- [Browse current jobs](https://isjobs.xyz/jobs): Human-readable public job search.
- [Browse job-market seasons](https://isjobs.xyz/seasons): Current and historical IS Jobs databases.
- [Submit a missing job](https://isjobs.xyz/jobs/new): Public contribution form; no account required.

## Trust and support

- [About IS Jobs](https://isjobs.xyz/about): Ownership, purpose, public-data model, and project boundaries.
- [Contact IS Jobs](https://isjobs.xyz/contact): Routes for listing corrections, software issues, access questions, and security-sensitive reports.
- [IS Jobs privacy information](https://isjobs.xyz/privacy): Public and private data boundaries, operator access, vendors, and security limits.

## Optional

- [Human-facing IS Jobs guide](https://isjobs.xyz/docs): Candidate, contributor, moderator, authentication, MCP, and privacy documentation.
- [XML sitemap](https://isjobs.xyz/sitemap.xml): Indexable canonical pages, seasons, and published job records.
- [Public source repository](https://github.com/alanzchen/isjobs): Application source and public issue tracker.
