MCP
لينكدإنخادم MCP
تحتوي لينكدإن على ما يقرب من 1.3 مليار عضو يستخدمون الملفات الشخصية، صفحات الشركات، المنشورات، الوظائف، والمعرفة المهنية، مما يجعلها مهمة للتسويق B2B، والتوظيف، ورؤية التنفيذيين، وتوليد الفرص.
MCP الإصدار: 1.0.0 9 أدوات MCP المصادقة
عنوان URL الأساسي
https://mcp.pressmonitor.com/mcp المصادقة
تستخدم مكالمات MCP أيضًا رموز Bearer عبر طلبات JSON-RPC 2.0.
Authorization: Bearer YOUR_TOKEN activity_time
وقت النشاط
المتغيرات
| الاسم | نوع | مطلوب | الوصف |
|---|---|---|---|
| linkedin_url | string | نعم | رابط لينكدإن |
أمثلة الشيفرة
curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "activity_time",
"arguments": {
"linkedin_url": "VALUE"
}
},
"id": 1
}' company
شركة
المتغيرات
| الاسم | نوع | مطلوب | الوصف |
|---|---|---|---|
| linkedin_url | string | نعم | رابط لينكدإن |
أمثلة الشيفرة
curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "company",
"arguments": {
"linkedin_url": "VALUE"
}
},
"id": 1
}' company_posts
منشورات الشركة
أمثلة الشيفرة
curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "company_posts",
"arguments": {}
},
"id": 1
}' companyby_domain
شركة حسب النطاق
المتغيرات
| الاسم | نوع | مطلوب | الوصف |
|---|---|---|---|
| domain | string | نعم | نطاق |
أمثلة الشيفرة
curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "companyby_domain",
"arguments": {
"domain": "VALUE"
}
},
"id": 1
}' get_posts
جلب المنشورات
أمثلة الشيفرة
curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "get_posts",
"arguments": {}
},
"id": 1
}' posts
المنشورات
أمثلة الشيفرة
curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "posts",
"arguments": {}
},
"id": 1
}' profile
الملف الشخصي
أمثلة الشيفرة
curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "profile",
"arguments": {}
},
"id": 1
}' search_posts
بحث في المنشورات
أمثلة الشيفرة
curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "search_posts",
"arguments": {}
},
"id": 1
}'