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

@atriumn/idynic-mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atriumn/idynic-mcp

MCP server for Idynic - AI career companion

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

@atriumn/idynic-mcp

MCP (Model Context Protocol) server for Idynic - your AI career companion.

Installation

npm install -g @atriumn/idynic-mcp

Or run directly with npx:

npx @atriumn/idynic-mcp

Configuration

Environment Variables

  • IDYNIC_API_KEY (required): Your Idynic API key
  • IDYNIC_API_URL (optional): API base URL (defaults to https://idynic.com/api/v1)

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "idynic": {
      "command": "npx",
      "args": ["@atriumn/idynic-mcp"],
      "env": {
        "IDYNIC_API_KEY": "idn_your_api_key_here"
      }
    }
  }
}

Available Tools

ToolDescription
get_profileGet your full profile
update_profileUpdate contact information
get_claimsGet your evidence blocks (skills, education, etc.)
list_opportunitiesList tracked job opportunities
get_opportunityGet details of a specific opportunity
add_opportunityAdd a new job opportunity
analyze_matchGet match analysis for a job
get_tailored_profileGet tailored profile for a job
create_share_linkCreate shareable link for a profile
add_and_tailorAdd job + generate tailored profile
add_tailor_shareAdd + tailor + create share link

Available Resources

URIDescription
idynic://profileYour profile data
idynic://claimsYour evidence blocks
idynic://opportunitiesYour tracked opportunities
idynic://opportunities/{id}Specific opportunity
idynic://opportunities/{id}/matchMatch analysis
idynic://opportunities/{id}/tailoredTailored profile
idynic://work-historyYour work history

Getting an API Key

  • Log in to Idynic
  • Go to Settings > API Keys
  • Create a new key
  • Copy the key (it's only shown once!)

License

MIT

Keywords

mcp

FAQs

Package last updated on 05 Mar 2026

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