@fortedigital/flowcase-mcp
v1.0.1
Published
MCP server for Flowcase consultant data
Downloads
26
Readme
@fortedigital/flowcase-mcp
MCP server for accessing Flowcase (CVPartner) consultant data — look up consultants, CVs, projects, and skills.
Setup
Add to your MCP config (Claude Code, Cursor, etc.):
{
"mcpServers": {
"flowcase": {
"command": "npx",
"args": ["-y", "@fortedigital/flowcase-mcp"],
"env": {
"FLOWCASE_ENDPOINT": "https://your-company.cvpartner.com/api/",
"FLOWCASE_TOKEN": "your-api-token"
}
}
}
}Environment variables
| Variable | Required | Description |
|---|---|---|
| FLOWCASE_ENDPOINT | Yes | Your CVPartner API endpoint (e.g. https://forte.cvpartner.com/api/) |
| FLOWCASE_TOKEN | No | API token. Optional if using session cookie auth. |
Tools
| Tool | Description |
|---|---|
| flowcase_list_consultants | List all consultants with name, title, office, and CV ID |
| flowcase_get_cv | Get a consultant's full CV (skills, projects, education, etc.) |
| flowcase_get_projects | Get only project experiences for a consultant |
| flowcase_search_by_skill | Find consultants with a specific skill |
| flowcase_search | Search across skills, projects, customers, and roles |
| flowcase_save_session | Save a session cookie for browser-based auth |
| flowcase_auth_status | Check current authentication status |
