Loading...
Loading...
Analyze LinkedIn performance, track engagement metrics, and manage reactions/comments via Publora MCP
npx skill4agent add publora/skills linkedin-analytics~/.claude/claude_desktop_config.json{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}https://api.publora.com/api/v1x-publora-keyAuthorization: Bearer# Get your connected platforms
curl -X GET "https://api.publora.com/api/v1/platform-connections" \
-H "x-publora-key: sk_your_api_key"
# Get post statistics
curl -X POST "https://api.publora.com/api/v1/linkedin-post-statistics" \
-H "x-publora-key: sk_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"platformId": "linkedin-abc123",
"postedId": "urn:li:share:7123456789012345678",
"queryTypes": "ALL"
}'
# Get account statistics
curl -X POST "https://api.publora.com/api/v1/linkedin-account-statistics" \
-H "x-publora-key: sk_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"platformId": "linkedin-abc123",
"queryTypes": "ALL"
}'linkedin-{id}{id}/platform-connectionslinkedin-Tz9W5i6ZYGlinkedin-abc123xyzpostedIdurn:li:share:123456urn:li:ugcPost:123456platformIdlinkedin-abc123queryTypesIMPRESSIONMEMBERS_REACHEDRESHAREREACTIONCOMMENTplatformIdqueryTypesaggregationDAILYTOTALplatformIdperiodlifetimedailydateRange{start: {year, month, day}, end: {year, month, day}}platformIddateRangepostedIdplatformIdreactionType| Type | Description |
|---|---|
| Standard thumbs up |
| Clapping hands / applause |
| Heart / love |
| Lightbulb / insightful |
| Supportive |
| Funny / laughing |
postedIdplatformIdpostedIdplatformIdmessageparentCommentpostedIdcommentIdplatformIdAnalyze my LinkedIn performance for the last 7 days.
Show me:
1. Which posts performed best
2. My engagement rate trends
3. Follower growth
4. Recommendations for improvementGet detailed stats for my last 5 LinkedIn posts and identify patterns in what content resonates with my audience.React with PRAISE to my colleague's post about their promotion (urn:li:share:123456) and add a congratulatory comment.Show my LinkedIn follower growth for the last 30 days. How many new followers did I gain each week?| Metric | Description |
|---|---|
| Total times content appeared in feeds |
| Unique LinkedIn members who saw the post |
| Number of reposts/shares |
| Total reactions (all types combined) |
| Number of comments |
| Followers | Good Engagement Rate |
|---|---|
| < 5K | 3-5% |
| 5K-50K | 2-3% |
| 50K+ | 1-2% |
urn:li:activity:xxxurn:li:share:xxxurn:li:ugcPost:xxxpostedIdget_postcached| Error | Cause | Solution |
|---|---|---|
| "Platform ID not found" | Invalid connection ID | Run |
| "Post not found" | Wrong URN format | Use |
| 429 Too Many Requests | Rate limited | Wait and retry with exponential backoff |
| "message cannot exceed 1250 characters" | Comment too long | Shorten comment to under 1,250 chars |