@coretext-ai/qa-1-linkedin-sales-navigator-mcp-server-sls-07806148-fbee-4990-a0ef-1723248b870a
v1.0.1
Published
MCP server with linkedin-sales-navigator integration
Readme
qa-1-linkedin-sales-navigator-mcp-server-sls
MCP server with linkedin-sales-navigator integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 17 tools across 1 integrations:
LinkedinSalesNavigator Tools
- linkedin-sales-navigator_get_profile: Get detailed profile information for a LinkedIn member
- linkedin-sales-navigator_get_sales_nav_profile: Get Sales Navigator profile association data for a specific instance
- linkedin-sales-navigator_batch_get_sales_nav_profiles: Batch retrieve Sales Navigator profile associations
- linkedin-sales-navigator_search_people: Search for LinkedIn members using various criteria
- linkedin-sales-navigator_get_company: Get detailed information about a LinkedIn company
- linkedin-sales-navigator_search_companies: Search for LinkedIn companies using various criteria
- linkedin-sales-navigator_get_company_employees: Get employees of a specific company
- linkedin-sales-navigator_get_connections: Get connections for a LinkedIn member
- linkedin-sales-navigator_send_message: Send a message to a LinkedIn conversation
- linkedin-sales-navigator_create_conversation: Create a new LinkedIn conversation
- linkedin-sales-navigator_get_conversations: Get list of conversations for the authenticated user
- linkedin-sales-navigator_get_conversation: Get details of a specific conversation
- linkedin-sales-navigator_get_conversation_events: Get events (messages) from a specific conversation
- linkedin-sales-navigator_share_content: Share content on LinkedIn as a member
- linkedin-sales-navigator_get_member_shares: Get shares posted by a LinkedIn member
- linkedin-sales-navigator_get_organization_shares: Get shares posted by an organization
- linkedin-sales-navigator_get_share_statistics: Get statistics for a specific share (likes, comments, shares)
Installation
npm install @coretext-ai/qa-1-linkedin-sales-navigator-mcp-server-sls-07806148-fbee-4990-a0ef-1723248b870aEnvironment Setup
Create a .env file with the following variables:
LINKEDIN_OAUTH_CREDENTIALS=your_linkedin_oauth_credentials_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"qa-1-linkedin-sales-navigator-mcp-server-sls": {
"command": "npx",
"args": ["@coretext-ai/qa-1-linkedin-sales-navigator-mcp-server-sls-07806148-fbee-4990-a0ef-1723248b870a"],
"env": {
"LINKEDIN_OAUTH_CREDENTIALS": "your_linkedin_oauth_credentials_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Advanced Features
Request Cancellation
This MCP server supports request cancellation according to the MCP cancellation specification. Clients can cancel in-progress requests by sending a notifications/cancelled message with the request ID.
When a request is cancelled:
- The server immediately stops processing the request
- Any ongoing API calls are aborted
- Resources are cleaned up
- No response is sent for the cancelled request
Progress Notifications
The server supports progress notifications for long-running operations according to the MCP progress specification.
To receive progress updates:
- Include a
progressTokenin your request metadata - The server will send
notifications/progressmessages with:- Current progress value
- Total value (when known)
- Human-readable status messages
Progress is reported for:
- Multi-step operations
- Batch processing
- Long-running API calls
- File uploads/downloads
Example progress notification:
{
"method": "notifications/progress",
"params": {
"progressToken": "operation-123",
"progress": 45,
"total": 100,
"message": "Processing item 45 of 100..."
}
}Generated Information
- Generated at: Fri Oct 10 2025 11:48:20 GMT-0400 (Eastern Daylight Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 17
