outx-mcp-server 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -202,15 +202,46 @@ For development with auto-reload:
|
|
|
202
202
|
OUTX_API_KEY=your-key npm run dev
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
+
## Documentation
|
|
206
|
+
|
|
207
|
+
- [MCP Integration Guide](https://outx.ai/docs/integrations/mcp) — Detailed setup and configuration
|
|
208
|
+
- [API Reference](https://outx.ai/docs/api-reference/introduction) — Full REST API documentation
|
|
209
|
+
- [API Quick Start](https://outx.ai/docs/api-reference/quickstart) — Create watchlists and retrieve posts
|
|
210
|
+
- [LinkedIn Data API Quick Start](https://outx.ai/docs/linkedin-api/quickstart) — Fetch profiles in 2 minutes
|
|
211
|
+
- [Authentication Guide](https://outx.ai/docs/api-reference/authentication) — API keys and OTP auth
|
|
212
|
+
- [Rate Limits](https://outx.ai/docs/api-reference/rate-limits) — Usage limits and best practices
|
|
213
|
+
- [API Use Cases](https://outx.ai/docs/api-reference/use-cases) — Sales signals, competitor monitoring, hiring alerts
|
|
214
|
+
- [Chrome Extension](https://outx.ai/docs/resources/chrome-extension) — Required for LinkedIn Data tools
|
|
215
|
+
- [LinkedIn Safety Guide](https://outx.ai/docs/resources/linkedin-safety) — Rate limiting and account protection
|
|
216
|
+
|
|
217
|
+
## Integrations
|
|
218
|
+
|
|
219
|
+
- [Python SDK](https://outx.ai/docs/integrations/python-sdk) — Drop-in Python wrapper for the OutX API
|
|
220
|
+
- [LangChain Integration](https://outx.ai/docs/integrations/langchain) — Use OutX as a LangChain tool for AI agents
|
|
221
|
+
- [n8n Integration](https://outx.ai/docs/integrations/n8n) — No-code LinkedIn automation workflows
|
|
222
|
+
|
|
223
|
+
## Guides & Tutorials
|
|
224
|
+
|
|
225
|
+
- [How to Connect AI Agents to LinkedIn](https://www.outx.ai/blog/linkedin-api-for-ai-agents) — LangChain, Claude, GPT, and MCP examples
|
|
226
|
+
- [LinkedIn API Guide](https://www.outx.ai/blog/linkedin-api-guide) — Comprehensive API overview
|
|
227
|
+
- [LinkedIn API Alternatives 2026](https://www.outx.ai/blog/linkedin-api-alternatives-2026) — OutX vs Proxycurl vs PhantomBuster vs Unipile
|
|
228
|
+
- [How to Build a Sales Signal Pipeline](https://www.outx.ai/blog/linkedin-sales-signal-pipeline) — Detect buying intent with the OutX API
|
|
229
|
+
- [LinkedIn Competitor Monitoring Guide](https://www.outx.ai/blog/linkedin-competitor-monitoring-guide) — Track competitor activity via API
|
|
230
|
+
- [Social Listening on LinkedIn](https://www.outx.ai/blog/guide-social-listening-linkedin) — Complete guide to LinkedIn monitoring
|
|
231
|
+
- [How to Automate LinkedIn Likes & Comments](https://www.outx.ai/blog/automate-linkedin-likes-comments) — Engagement automation best practices
|
|
232
|
+
- [LinkedIn Automation Safety Guide](https://www.outx.ai/blog/linkedin-automation-safety-guide-best-practices-2026) — Keep your account safe
|
|
233
|
+
|
|
205
234
|
## Links
|
|
206
235
|
|
|
207
236
|
- [OutX Platform](https://outx.ai) — Sign up and get started
|
|
208
|
-
- [API
|
|
209
|
-
- [
|
|
210
|
-
- [
|
|
211
|
-
- [
|
|
212
|
-
|
|
213
|
-
|
|
237
|
+
- [Get API Key](https://mentions.outx.ai/api-doc) — Generate your API key
|
|
238
|
+
- [OutX for AI Agents](https://outx.ai/docs/ai) — All AI integration options (MCP, skill file, llms.txt)
|
|
239
|
+
- [Pricing](https://outx.ai/docs/documentation/pricing-and-subscription) — Free, Pro, and Enterprise plans
|
|
240
|
+
- [FAQ](https://outx.ai/docs/resources/faq) — Common questions answered
|
|
241
|
+
|
|
242
|
+
## Partnerships
|
|
243
|
+
|
|
244
|
+
Interested in a collaboration or affiliate partnership? Drop us a message at [support@outx.ai](mailto:support@outx.ai).
|
|
214
245
|
|
|
215
246
|
## License
|
|
216
247
|
|