CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Periodix Actions

net.periodix/actions
10 toolsauthHTTPregistry active
Summary

Connects Claude to LinkedIn and Sales Navigator for programmatic data extraction. You get structured JSON back for people profiles, company data, job postings, and LinkedIn posts rather than scraping HTML yourself. Useful when you're building lead generation workflows, enriching CRM records, or need to query professional networks at scale without manually clicking through Sales Navigator. The server handles authentication and rate limiting against LinkedIn's APIs, so you can focus on what to do with the data. Periodix positions this as part of their sales automation stack, but the MCP server works standalone for any LinkedIn data retrieval task.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

10 tools
get-company-profileRetrieve a LinkedIn company profile by its public identifier, numeric ID, or URN. Returns name, industry, employee-count range, description, locations, specialities/activities, website and follower count — for B2B filtering by company size or industry. Requires a connected `pr...2 params

Retrieve a LinkedIn company profile by its public identifier, numeric ID, or URN. Returns name, industry, employee-count range, description, locations, specialities/activities, website and follower count — for B2B filtering by company size or industry. Requires a connected `pr...

Parameters* required
profileIdstring
identifierstring
get-post-commentsList the comments on a LinkedIn post, including author details — a high-intent source of engaged leads. Requires a connected `profileId` (call `list-profiles` first). `postId` is the post's `social_id` (returned by `get-user-posts`), not the numeric ID in the post URL. Returns...4 params

List the comments on a LinkedIn post, including author details — a high-intent source of engaged leads. Requires a connected `profileId` (call `list-profiles` first). `postId` is the post's `social_id` (returned by `get-user-posts`), not the numeric ID in the post URL. Returns...

Parameters* required
limitinteger
cursorstring
postIdstring
profileIdstring
get-post-reactionsList the people who reacted to a LinkedIn post (or, with `commentId`, to a specific comment), including author details — a source of warm leads already active on the topic. Requires a connected `profileId` (call `list-profiles` first). `postId` is the post's `social_id` (retur...5 params

List the people who reacted to a LinkedIn post (or, with `commentId`, to a specific comment), including author details — a source of warm leads already active on the topic. Requires a connected `profileId` (call `list-profiles` first). `postId` is the post's `social_id` (retur...

Parameters* required
limitinteger
cursorstring
postIdstring
commentIdstring
profileIdstring
get-profileRetrieve the full LinkedIn profile of a person by their public identifier (e.g. `john-doe`) or internal member ID. Returns name, headline, summary, location, full work experience, education, skills, languages and certifications — the core data for CRM enrichment and ICP filter...3 params

Retrieve the full LinkedIn profile of a person by their public identifier (e.g. `john-doe`) or internal member ID. Returns name, headline, summary, location, full work experience, education, skills, languages and certifications — the core data for CRM enrichment and ICP filter...

Parameters* required
notifyboolean
profileIdstring
identifierstring
get-relationsList the 1st-degree connections of a connected LinkedIn account — for finding mutual connections, re-engaging existing contacts, or network analysis. Requires a connected `profileId` (call `list-profiles` first); returns that account's own connections. Returns up to `limit` (m...3 params

List the 1st-degree connections of a connected LinkedIn account — for finding mutual connections, re-engaging existing contacts, or network analysis. Requires a connected `profileId` (call `list-profiles` first); returns that account's own connections. Returns up to `limit` (m...

Parameters* required
limitinteger
cursorstring
profileIdstring
get-user-postsList the recent posts published by a LinkedIn person or company, for content analysis before outreach (e.g. AI personalization). Requires a connected `profileId` (call `list-profiles` first). `identifier` is the author's internal member ID — people start with `ACo`/`ADo`, comp...5 params

List the recent posts published by a LinkedIn person or company, for content analysis before outreach (e.g. AI personalization). Requires a connected `profileId` (call `list-profiles` first). `identifier` is the author's internal member ID — people start with `ACo`/`ADo`, comp...

Parameters* required
limitinteger
cursorstring
isCompanyboolean
profileIdstring
identifierstring
linkedin-searchSearch LinkedIn (People, Companies, Posts, Jobs — Classic and Sales Navigator) via a search URL. Result shape depends on the URL. Returns a resultId; poll GET /actions/linkedin-search/v1/results/:resultId for the result.4 params

Search LinkedIn (People, Companies, Posts, Jobs — Classic and Sales Navigator) via a search URL. Result shape depends on the URL. Returns a resultId; poll GET /actions/linkedin-search/v1/results/:resultId for the result.

Parameters* required
limitinteger
profileIdstring
searchUrlstring
callbackUrlstring
list-profilesList the LinkedIn profiles connected to this organization. Use this to discover the `profileId` required by `search-people`, `lookup-search-parameter`, and `linkedin-search`. The `salesNavigator` flag indicates whether the profile has Sales Navigator access — required for `api...

List the LinkedIn profiles connected to this organization. Use this to discover the `profileId` required by `search-people`, `lookup-search-parameter`, and `linkedin-search`. The `salesNavigator` flag indicates whether the profile has Sales Navigator access — required for `api...

No parameter schema in public metadata yet.

lookup-search-parameterResolve a free-text query to LinkedIn search parameter IDs (location, industry, company, function, seniority). Use the returned IDs in `search-people`. Returns several candidates; pick the one that matches the user's intent. Requires a connected `profileId` — call `list-profil...4 params

Resolve a free-text query to LinkedIn search parameter IDs (location, industry, company, function, seniority). Use the returned IDs in `search-people`. Returns several candidates; pick the one that matches the user's intent. Requires a connected `profileId` — call `list-profil...

Parameters* required
typestring
one of LOCATION · INDUSTRY · COMPANY · FUNCTION · SENIORITY
limitinteger
keywordsstring
profileIdstring
search-peopleSearch LinkedIn for people, returning one page of up to 100 results. Requires a connected `profileId` — call `list-profiles` first if you don't have one (`salesNavigator: true` on a profile indicates it can use `api: "sales_navigator"`). Filter IDs (location, industry, company...13 params

Search LinkedIn for people, returning one page of up to 100 results. Requires a connected `profileId` — call `list-profiles` first if you don't have one (`salesNavigator: true` on a profile indicates it can use `api: "sales_navigator"`). Filter IDs (location, industry, company...

Parameters* required
apistring
one of classic · sales_navigator
limitinteger
cursorstring
tenurearray
companyobject
functionarray
industryobject
keywordsstring
locationarray
profileIdstring
seniorityarray
network_distancearray
profile_languagearray
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Sales & MarketingSearch & Web CrawlingData & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedJun 1, 2026
Open website

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1