Skip to main content
Glama
kevin-weitgenant

LinkedIn-Posts-Hunter-MCP-Server

url-builder.ts600 B
/** * LinkedIn URL building utilities */ /** * Build LinkedIn content search URL with filters * Applies past-month filter and sorts by relevance */ export const buildSearchUrl = (keywords: string): string => { const encodedKeywords = encodeURIComponent(keywords); return `https://www.linkedin.com/search/results/content/?datePosted=%22past-month%22&keywords=${encodedKeywords}&origin=FACETED_SEARCH&sortBy=%22relevance%22`; }; /** * Build LinkedIn post URL from URN */ export const buildPostUrl = (urn: string): string => { return `https://www.linkedin.com/feed/update/${urn}/`; };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevin-weitgenant/LinkedIn-Posts-Hunter-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server