> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tsenta.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tsenta MCP connector

> Connect Tsenta to Claude or another MCP client to find roles, tailor your resume, apply, and track your search from inside an AI assistant.

The Tsenta MCP connector lets a compatible AI assistant work with your Tsenta account directly. You can ask it to find roles that fit you, tailor your resume to a posting, submit applications, and follow what happens next.

The connector uses the same account, profile, settings, and application allowance as the web dashboard. Anything you do through an assistant shows up everywhere else in Tsenta.

## Before you start

<Steps>
  <Step title="Create a Tsenta account">
    Sign up at [tsenta.com](https://tsenta.com) and upload your resume. See [Getting started](/product/getting-started).
  </Step>

  <Step title="Complete your profile">
    Applications need your contact details, work authorization, and work history. The connector can check what's missing and fill gaps for you.
  </Step>

  <Step title="Check your plan">
    Browsing roles and reading your account is available on any plan. Submitting an application draws on your **application allowance**.
  </Step>

  <Step title="Use a compatible MCP client">
    Claude, Claude Code, and other clients that support remote MCP servers with OAuth.
  </Step>
</Steps>

## Connect

The server URL is:

```
https://api.autojobs.me/api/v1/mcp
```

<Note>
  The server URL uses `api.autojobs.me`, our original domain. This is the correct address for the Tsenta connector.
</Note>

In **Claude Code**, run:

```bash theme={null}
claude mcp add --transport http tsenta https://api.autojobs.me/api/v1/mcp
```

In other clients, add a remote MCP server (streamable HTTP) pointing at the same URL.

Your client then opens a Tsenta sign-in page. Sign in and approve access. The approval screen names the application requesting access, so check it matches the client you are connecting.

Tsenta uses OAuth. Your password is never shared with the assistant, and no resume or application data flows to Tsenta from your other conversations.

## What you can do

Ask in plain language. The assistant picks the right tools.

<AccordionGroup>
  <Accordion title="Find roles">
    Get matches from your feed, filter by title, location, salary, work arrangement, work authorization, or applicant tracking system, and pull the full details of any posting. You can also paste a job URL and have Tsenta read the description from the employer's site.
  </Accordion>

  <Accordion title="Apply">
    Apply to a single role or a batch. Tsenta tailors your resume and cover letter to each posting, fills the employer's form from your profile, and submits. You can override your tailoring mode for one request, skip tailoring, or skip the cover letter.
  </Accordion>

  <Accordion title="Use a specific resume">
    Apply with one of your saved **resume profiles**, or upload a one-off PDF for a single application.
  </Accordion>

  <Accordion title="Review before submitting">
    If you have review before submit enabled, the assistant can read the filled form back to you, let you correct any answer, and then release it.
  </Accordion>

  <Accordion title="Track your search">
    List your Tsenta applications and their status, and log applications you made elsewhere so your whole pipeline stays in one place. You can import several at once.
  </Accordion>

  <Accordion title="Read your Tsenta inbox">
    Get your dedicated Tsenta email address, read messages and threads from employers, check unread count, and mark messages read.
  </Accordion>

  <Accordion title="Manage your profile">
    Check what your profile is missing, then update personal details, work authorization, work history, education, projects, certifications, skills, custom sections, and resume layout. You can create, rename, and delete resume profiles, and set your default.
  </Accordion>

  <Accordion title="Check your account">
    See your remaining application allowance before you apply.
  </Accordion>
</AccordionGroup>

## Staying in control

Applying is a real action. An application submitted through an assistant goes to a real employer, and it draws on your allowance.

* **Your client asks before acting.** Tools that change something are marked as such, so your assistant prompts before it applies, edits your profile, or deletes anything.
* **Your Tsenta settings still apply.** Resume auto-approval, review before submit, and Auto Apply are three separate controls, and the connector respects all three. Turn on review before submit if you want to see every form before it goes.
* **Tailoring mode is yours.** The assistant uses your saved tailoring preference unless you ask it to change for a specific request.
* **Your allowance is the ceiling.** When it runs out, applications stop rather than queue.

## Privacy

The assistant you connect receives the results of the Tsenta tools it calls, including profile and application data it asks for. That content is then handled under that assistant's own privacy policy as well as ours.

Tsenta does not read your conversations, your files, or anything in your assistant beyond the arguments sent to a Tsenta tool.

See [Privacy & your data](/product/privacy-and-data) and our [privacy policy](https://tsenta.com/privacy).

## Disconnect

Remove the Tsenta server from your MCP client to end its access. In Claude Code:

```bash theme={null}
claude mcp remove tsenta
```

## Troubleshooting

<AccordionGroup>
  <Accordion title="Sign-in opens but nothing connects">
    Finish the approval in the browser window your client opened, and leave the client running while you do. If the window was closed, remove the server and add it again.
  </Accordion>

  <Accordion title="Tsenta tools do not appear">
    Confirm the client finished the OAuth approval, then restart it. Most clients only load tools at startup.
  </Accordion>

  <Accordion title="An application fails with a missing-profile error">
    Your profile is missing a field the employer requires. Ask the assistant what your profile is missing, then fill it and retry.
  </Accordion>

  <Accordion title="Tsenta says it cannot apply to a posting">
    Either the posting has closed, or the employer uses an applicant tracking system Tsenta does not support yet. See [Supported application systems](/product/supported-job-boards).
  </Accordion>

  <Accordion title="You are out of applications">
    Your allowance has run out for the period. Check your plan in the [dashboard](https://dashboard.tsenta.com).
  </Accordion>
</AccordionGroup>

Still stuck? Email [founders@tsenta.com](mailto:founders@tsenta.com).

## What's next

<CardGroup cols={2}>
  <Card title="Apps & surfaces" icon="grid-2" href="/product/apps-and-surfaces">
    Every surface Tsenta runs on.
  </Card>

  <Card title="How auto-apply works" icon="gears" href="/product/how-auto-apply-works">
    The find, prep, apply, and track pipeline.
  </Card>
</CardGroup>
