MCP

फेसबुक MCP Server

हर दिन लगभग 2 अरब उपयोगकर्ता फेसबुक पर पोस्ट, फ़ोटो, वीडियो, समूह, कार्यक्रम और मार्केटप्लेस सूचियों को साझा करते हैं, जिससे यह सामुदायिक पहुँच, ग्राहक सेवा, स्थानीय खोज और सामाजिक वाणिज्य के लिए महत्वपूर्ण बन जाता है।

MCP Version: 1.0.0 29 MCP Tools Authentication
फेसबुक

Base URL

https://mcp.pressmonitor.co.in/mcp

Authentication

MCP calls use Bearer tokens over JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

get_post

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

Arguments

Name Type Required Description
post_id string Yes पोस्ट आईडी

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_post",
    "arguments": {
      "post_id": "VALUE"
    }
  },
  "id": 1
}'

group_info

समूह जानकारी

Arguments

Name Type Required Description
id string Yes आईडी

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "group_info",
    "arguments": {
      "id": "VALUE"
    }
  },
  "id": 1
}'

marketplace_product

मार्केटप्लेस उत्पाद

Arguments

Name Type Required Description
product_id string Yes उत्पाद आईडी

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "marketplace_product",
    "arguments": {
      "product_id": "VALUE"
    }
  },
  "id": 1
}'

marketplace_profile

मार्केटप्लेस प्रोफ़ाइल

Arguments

Name Type Required Description
user_id string Yes उपयोगकर्ता आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "marketplace_profile",
    "arguments": {
      "user_id": "VALUE"
    }
  },
  "id": 1
}'

page_albums

पेज एल्बम

Arguments

Name Type Required Description
id string Yes आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "page_albums",
    "arguments": {
      "id": "VALUE"
    }
  },
  "id": 1
}'

page_details

पेज विवरण

Arguments

Name Type Required Description
id string Yes आईडी

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "page_details",
    "arguments": {
      "id": "VALUE"
    }
  },
  "id": 1
}'

page_feed

पेज फीड

Arguments

Name Type Required Description
id string Yes आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "page_feed",
    "arguments": {
      "id": "VALUE"
    }
  },
  "id": 1
}'

pages_search_post

पेज की पोस्ट खोजें

Arguments

Name Type Required Description
query string Yes खोज क्वेरी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "pages_search_post",
    "arguments": {
      "query": "VALUE"
    }
  },
  "id": 1
}'

post_comments

पोस्ट टिप्पणियाँ

Arguments

Name Type Required Description
post_id string Yes पोस्ट आईडी
end_cursor string No एंड कर्सर
order string No क्रम

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "post_comments",
    "arguments": {
      "post_id": "VALUE"
    }
  },
  "id": 1
}'

post_reactions

पोस्ट प्रतिक्रियाएं

Arguments

Name Type Required Description
post_id string Yes पोस्ट आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "post_reactions",
    "arguments": {
      "post_id": "VALUE"
    }
  },
  "id": 1
}'

post_reactions_count

पोस्ट प्रतिक्रियाओं की संख्या

Arguments

Name Type Required Description
post_id string Yes पोस्ट आईडी

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "post_reactions_count",
    "arguments": {
      "post_id": "VALUE"
    }
  },
  "id": 1
}'

post_shares

पोस्ट शेयर

Arguments

Name Type Required Description
post_id string Yes पोस्ट आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "post_shares",
    "arguments": {
      "post_id": "VALUE"
    }
  },
  "id": 1
}'

posts_search_post

पोस्ट खोजें पोस्ट

Arguments

Name Type Required Description
query string Yes खोज क्वेरी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_search_post",
    "arguments": {
      "query": "VALUE"
    }
  },
  "id": 1
}'

profile_about

प्रोफ़ाइल के बारे में

Arguments

Name Type Required Description
user_id string Yes उपयोगकर्ता आईडी

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_about",
    "arguments": {
      "user_id": "VALUE"
    }
  },
  "id": 1
}'

profile_albums

प्रोफ़ाइल एल्बम

Arguments

Name Type Required Description
user_id string Yes उपयोगकर्ता आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_albums",
    "arguments": {
      "user_id": "VALUE"
    }
  },
  "id": 1
}'

profile_feed

प्रोफ़ाइल फीड

Arguments

Name Type Required Description
user_id string Yes उपयोगकर्ता आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_feed",
    "arguments": {
      "user_id": "VALUE"
    }
  },
  "id": 1
}'

profile_friends

प्रोफ़ाइल मित्र

Arguments

Name Type Required Description
user_id string Yes उपयोगकर्ता आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_friends",
    "arguments": {
      "user_id": "VALUE"
    }
  },
  "id": 1
}'

profile_likes

प्रोफ़ाइल पसंद

Arguments

Name Type Required Description
user_id string Yes उपयोगकर्ता आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_likes",
    "arguments": {
      "user_id": "VALUE"
    }
  },
  "id": 1
}'

profile_page

प्रोफ़ाइल पेज

Arguments

Name Type Required Description
user_id string Yes उपयोगकर्ता आईडी

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_page",
    "arguments": {
      "user_id": "VALUE"
    }
  },
  "id": 1
}'

profile_photos

प्रोफ़ाइल फ़ोटो

Arguments

Name Type Required Description
user_id string Yes उपयोगकर्ता आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_photos",
    "arguments": {
      "user_id": "VALUE"
    }
  },
  "id": 1
}'

profile_search_post

प्रोफ़ाइल खोज पोस्ट

Arguments

Name Type Required Description
query string Yes खोज क्वेरी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_search_post",
    "arguments": {
      "query": "VALUE"
    }
  },
  "id": 1
}'

profile_videos

प्रोफ़ाइल वीडियो

Arguments

Name Type Required Description
user_id string Yes उपयोगकर्ता आईडी
end_cursor string No एंड कर्सर

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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_videos",
    "arguments": {
      "user_id": "VALUE"
    }
  },
  "id": 1
}'

share_post_url

पोस्ट URL साझा करें

Arguments

Name Type Required Description
url string Yes URL

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "share_post_url",
    "arguments": {
      "url": "VALUE"
    }
  },
  "id": 1
}'

video_id_url

वीडियो आईडी URL

Arguments

Name Type Required Description
url string Yes URL

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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": "video_id_url",
    "arguments": {
      "url": "VALUE"
    }
  },
  "id": 1
}'