MCP

LinkedIn MCP Server

LinkedIn पर लगभग 1.3 अरब सदस्य हैं, जो प्रोफाइल, कंपनी पृष्ठ, पोस्ट, नौकरियां और पेशेवर ज्ञान का उपयोग करते हैं, जिससे यह B2B मार्केटिंग, भर्ती, कार्यकारी दृष्टि और लीड जनरेशन के लिए महत्वपूर्ण हो जाता है।

MCP Version: 1.0.0 9 MCP Tools Authentication
LinkedIn

Base URL

https://mcp.pressmonitor.com/mcp

Authentication

MCP calls use Bearer tokens over JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

activity_time

गतिविधि समय

Arguments

Name Type Required Description
linkedin_url string Yes Linkedin URL

Code Examples

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

कंपनी

Arguments

Name Type Required Description
linkedin_url string Yes Linkedin URL

Code Examples

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

कंपनी पोस्ट

Code Examples

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

डोमेन द्वारा कंपनी

Arguments

Name Type Required Description
domain string Yes डोमेन

Code Examples

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

पोस्ट प्राप्त करें

Code Examples

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

पोस्ट

Code Examples

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

प्रोफ़ाइल

Code Examples

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
}'

sales_nav_profile

सेल्स नेव प्रोफ़ाइल

Arguments

Name Type Required Description
linkedin_url string Yes Linkedin URL

Code Examples

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": "sales_nav_profile",
    "arguments": {
      "linkedin_url": "VALUE"
    }
  },
  "id": 1
}'

search_posts

पोस्ट खोजें

Code Examples

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
}'