← Registry

Productivity

flexa.jobs

An MCP server for Flexa that lists, retrieves, updates job postings, and lists applicants.

1 endpoint15 known toolsFirst detected September 10, 2026Last detected September 10, 2026

ENDPOINT 1

https://app.flexa.jobs/api/company/mcp

No auth detected

MCP server metadata

Name
flexa
Version
1.0.0
Capabilities
tools

Known tools 15

list_my_jobs

Your company's job postings on Flexa, newest first, with applicant counts.

Inferred read-only
get_job_posting

The complete text of ONE of your postings — description, requirements, salary, city, status, applicant count.

Inferred read-only
update_job_posting

Change the text or salary of ONE of your existing postings: name, description, requirements, salary_min, salary_max.

Inferred read-only
new_job_fields

The exact field names and allowed values Flexa expects when creating a job posting, so a draft can be prepared correctly.

Inferred read-only
list_applicants

EVERYONE who applied to one of your jobs — at every pipeline stage.

Inferred read-only
get_applicant

Full profile, contact details and CV link for one applicant to your job.

Inferred read-only
update_application_status

Move an application to Viewed, Contacted, Hired or Rejected.

Inferred read-only
get_applicant_resume

The applicant's structured Flexa resume — experience, education and skills — for one application of yours.

Inferred read-only
company_stats

A quick overview of your hiring on Flexa: active jobs and a breakdown of applicants by pipeline stage across all your jobs.

Inferred read-only
my_subscription

Which Flexa plan your company is on, the limits that apply (job postings, talent contacts — talent-base SEARCH is free and unlimited on every plan) and the CURRENT price of every plan, including any active first-month discount.

Inferred read-only
search_talent

Search the Flexa talent base by role, skills, city or industry.

Inferred read-only
buy_contacts

Create a payment link for a pack of talent-base contacts (5, 15 or 40).

Potential side effects
open_talent_contact

Unlock ONE talent: reveals their contact details (phone, email, Telegram) AND their resume PDF, permanently for this person — the same unlock as the app, shared both ways.

Potential side effects
export_spreadsheet

Build a downloadable Excel (.xlsx) file from a table of values and return its link.

Inferred read-only
draft_job_posting

When the employer asks to create/post/разместить a vacancy: write the FULL draft yourself in the USER'S language (description + requirements; no wages or contacts inside the text — salary goes in the salary fields), then call this.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flexa]
url = "https://app.flexa.jobs/api/company/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flexa": {
      "type": "http",
      "url": "https://app.flexa.jobs/api/company/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flexa
Remote MCP URL: https://app.flexa.jobs/api/company/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flexa": {
      "url": "https://app.flexa.jobs/api/company/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flexa": {
      "type": "http",
      "url": "https://app.flexa.jobs/api/company/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flexa",
  "transport": "streamable-http",
  "url": "https://app.flexa.jobs/api/company/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.