io.github.larsbaunwall/unlinked✓
io.github.larsbaunwall/unlinked · v1.0.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.larsbaunwall/unlinked",
"description": "MCP server that brings your LinkedIn professional profile and experience into your context.",
"repository": {
"url": "https://github.com/larsbaunwall/unlinked",
"source": "github"
},
"version": "1.0.4",
"packages": [
{
"registryType": "npm",
"identifier": "@larsbaunwall/unlinked",
"version": "1.0.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LinkedIn access token from the OAuth Token Generator. Accepts a bare token or 'Bearer <token>'. Required for EEA/Switzerland members only.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LINKEDIN_TOKEN"
},
{
"description": "LinkedIn API version in YYYYMM format (e.g. 202312). Defaults to 202312 when unset.",
"format": "string",
"name": "LINKEDIN_API_VERSION"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}