MCP.so
ログイン

Rezi MCP

@rezi-io

Rezi MCP について

docs

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

rezi-io

投稿者

Dil Shah

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "rezi": {
      "type": "http",
      "url": "https://api.rezi.ai/mcp"
    }
  }
}

ツール

5

Shows your resumes, ordered by most recently updated.

Returns the full JSON for a specific resume.

Creates a new resume or updates an existing one.

Searches job listings by role and location.

Fetches the full details for a job found through `search_jobs`.

概要

What is Rezi MCP?

Rezi MCP lets supported AI clients connect to your Rezi account so they can read your resumes, update them, and look up jobs while helping you tailor an application.

How to use Rezi MCP?

Point your MCP client to https://api.rezi.ai/mcp. On first use, the client opens the Rezi login flow in your browser. After sign-in, the client stores the access token and reuses it until it expires. Examples: Claude Code (claude mcp add rezi --transport http https://api.rezi.ai/mcp), or add the URL as a streamable-http server in Cursor’s mcp.json. Any client supporting remote streamable HTTP MCP servers can connect.

Key features of Rezi MCP

  • List, read, and write resumes via your Rezi account.
  • Search jobs and fetch full job details.
  • Session-based authentication stored in memory.
  • Automatic credential refresh near expiry.
  • Only the fields you send are changed when updating a resume.
  • No credentials persisted to disk; service restarts require re‑sign‑in.

Use cases of Rezi MCP

  • Update an existing resume: list, read, modify, and write.
  • Create a new resume: call write_resume without a resume ID.
  • Tailor a resume to a job: search jobs, read the posting, load your resume, tailor it, and save.

FAQ from Rezi MCP

Do I need an active Rezi subscription?

Yes, you need an active Rezi subscription to use the tools.

How does authentication work?

The first time you use a tool, your browser opens the Rezi login flow. The client stores the access token in memory, scoped to the MCP session ID. Credentials are refreshed automatically when near expiry. They are not persisted to disk, so restarting the service requires signing in again.

What happens when I update an existing resume?

Only the fields you send in write_resume are changed. Sections you do not include are preserved.

What transport does Rezi MCP use?

It uses remote streamable HTTP (the server URL is https://api.rezi.ai/mcp).

How are job searches performed?

Use search_jobs to find roles by title and location, then get_job_details to fetch the full posting.

コメント

「その他」の他のコンテンツ