Productivity
flexa.jobs
An MCP server for Flexa that lists, retrieves, updates job postings, and lists applicants.
ENDPOINT 1
https://app.flexa.jobs/api/company/mcp
MCP server metadata
- Name
- flexa
- Version
- 1.0.0
Known tools 15
list_my_jobsYour company's job postings on Flexa, newest first, with applicant counts.
Inferred read-onlyget_job_postingThe complete text of ONE of your postings — description, requirements, salary, city, status, applicant count.
Inferred read-onlyupdate_job_postingChange the text or salary of ONE of your existing postings: name, description, requirements, salary_min, salary_max.
Inferred read-onlynew_job_fieldsThe exact field names and allowed values Flexa expects when creating a job posting, so a draft can be prepared correctly.
Inferred read-onlylist_applicantsEVERYONE who applied to one of your jobs — at every pipeline stage.
Inferred read-onlyget_applicantFull profile, contact details and CV link for one applicant to your job.
Inferred read-onlyupdate_application_statusMove an application to Viewed, Contacted, Hired or Rejected.
Inferred read-onlyget_applicant_resumeThe applicant's structured Flexa resume — experience, education and skills — for one application of yours.
Inferred read-onlycompany_statsA quick overview of your hiring on Flexa: active jobs and a breakdown of applicants by pipeline stage across all your jobs.
Inferred read-onlymy_subscriptionWhich 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-onlybuy_contactsCreate a payment link for a pack of talent-base contacts (5, 15 or 40).
Potential side effectsopen_talent_contactUnlock 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 effectsexport_spreadsheetBuild a downloadable Excel (.xlsx) file from a table of values and return its link.
Inferred read-onlydraft_job_postingWhen 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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.