🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@atriumn/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@atriumn/mcp-server

MCP server exposing Idynic career identity data to AI assistants

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@idynic/mcp-server

MCP (Model Context Protocol) server that exposes your Idynic career identity to AI assistants like Claude.

Quick Start

1. Get an API Key

  • Sign up at idynic.com
  • Upload your resume
  • Go to Settings > Who I Am > API Keys
  • Create a new API key

2. Configure Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "idynic": {
      "command": "npx",
      "args": ["@idynic/mcp-server", "--api-key", "YOUR_API_KEY"]
    }
  }
}

3. Restart Claude Desktop

The Idynic tools will now be available in Claude.

What You Can Do

Once connected, you can ask Claude things like:

  • "What skills do I have?"
  • "How well do I match this job opportunity?"
  • "Help me prepare for an interview at [company]"
  • "Compare my fit across my saved opportunities"
  • "Help me capture a story about [achievement]"
  • "Generate a tailored resume for this role"

Available Resources

ResourceDescription
claims://user/allAll your professional claims
claims://user/skillsYour skills
claims://user/experienceWork experience
opportunities://user/allSaved opportunities
stories://user/allProfessional stories

Available Tools

ToolDescription
analyze_gapAnalyze skill gaps for a job
compare_opportunitiesCompare fit across multiple jobs
get_skill_suggestionsFind related skills to develop
get_tailored_profileGet solution profile for an opportunity
generate_tailored_resumeCreate a tailored resume
upload_storySave a new professional story

Available Prompts

PromptDescription
career_coachInteractive career coaching
interview_prepInterview preparation
gap_bridgeSkill gap guidance
guided_storyStory capture session
networking_introNetworking message generator

CLI Options

idynic-mcp --api-key <key> [options]

Options:
  -k, --api-key <key>         API key for authentication
  -t, --access-token <token>  OAuth access token
  -s, --stage <stage>         Environment: dev or prod (default: dev)
  -r, --region <region>       AWS region (default: us-east-1)
  -h, --help                  Show help

Environment Variables

Instead of CLI flags, you can use environment variables:

  • IDYNIC_API_KEY - Your API key
  • IDYNIC_ACCESS_TOKEN - OAuth access token (alternative to API key)

Support

License

MIT

Keywords

mcp

FAQs

Package last updated on 27 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts