MCP server for OutX — LinkedIn social listening & data API
| Tool name | Description | Destructive? |
|---|---|---|
| fetch_linkedin_profile | ✓ no | |
| fetch_linkedin_profile_posts | ✓ no | |
| like_linkedin_post | ✓ no | |
| comment_on_linkedin_post | ✓ no | |
| fetch_linkedin_company | ✓ no |
| fetch_linkedin_company_posts | ✓ no | |
| send_linkedin_message | ✓ no | |
| search_linkedin_profiles | ✓ no | |
| fetch_linkedin_connections | ✓ no | |
| get_task_status | ✓ no | |
| get_posts | ✓ no | |
| create_keyword_watchlist | ✓ no | |
| list_keyword_watchlists | ✓ no | |
| update_keyword_watchlist | ✓ no | |
| delete_keyword_watchlist⚠ | ⚠ yes | |
| create_people_watchlist | ✓ no | |
| list_people_watchlists | ✓ no | |
| update_people_watchlist | ✓ no | |
| delete_people_watchlist⚠ | ⚠ yes | |
| create_company_watchlist | ✓ no | |
| list_company_watchlists | ✓ no | |
| update_company_watchlist | ✓ no | |
| delete_company_watchlist⚠ | ⚠ yes | |
| get_interactions | ✓ no | |
| like_watchlist_post | ✓ no | |
| comment_on_watchlist_post | ✓ no |
{
"mcpServers": {
"outx": {
"command": "npx",
"args": [
"-y",
"outx-mcp-server"
]
}
}
}