The first production MCP server for job applications. 5 composable tools that analyze job postings, match candidate profiles, generate story-driven cover letters using 15+ narrative archetypes, and quality-score results. Supports English, German, Spanish, and Portuguese.
Server Config
{
"mcpServers": {
"storylenses": {
"command": "npx",
"args": [
"-y",
"@storylenses/mcp-server"
],
"env": {
"STORYLENSES_API_KEY": "<YOUR_API_KEY>"
}
}
}
}