Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Shubhwithai • APIs & Integration
An MCP server that fetches structured LinkedIn profile data (including skills) via the Fresh LinkedIn Profile Data API and returns it as JSON.
Fetch and normalize LinkedIn profile information (name, headline, skills, etc.) into JSON for downstream processing or knowledge bases.
An async, lightweight tool to enrich user records with LinkedIn-derived skills and basic profile metadata.
A simple MCP-compatible service to integrate external LinkedIn profile lookups into multi-step automation or assistant workflows.
This MCP server provides a get_profile tool to retrieve LinkedIn profile details by calling the Fresh LinkedIn Profile Data API using an async httpx client. It loads a RAPIDAPI_KEY from environment variables, performs non-blocking requests, and returns clean, structured JSON output suitable for agent consumption. The implementation emphasizes minimal additional fields and straightforward integration into MCP-based agents and workflows.