MCP

X MCP Server

X हर महीने लगभग 600 मिलियन उपयोगकर्ताओं तक पहुंचता है, जिससे यह वास्तविक समय की संचार, मीडिया दृश्यता, और प्रतिष्ठा प्रतिक्रिया के लिए महत्वपूर्ण है।

MCP Version: 1.0.0 38 MCP Tools Authentication
X

Base URL

https://mcp.pressmonitor.com/mcp

Authentication

MCP calls use Bearer tokens over JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

autocomplete

स्वतः पूर्ण करें

Arguments

Name Type Required Description
value string No मूल्य

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

comments

टिप्पणियाँ

Arguments

Name Type Required Description
pid string No Pid
rankingMode string No रैंकिंग मोड
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

communityTopics

समुदाय विषय

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

CommunityTweets

समुदाय ट्वीट्स

Arguments

Name Type Required Description
communityId string No समुदाय आईडी
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

fetchPopularCommunities

लोकप्रिय समुदाय प्राप्त करें

Arguments

Name Type Required Description
topicId string No विषय आईडी
count integer No वापस करने के लिए परिणामों की संख्या

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

followers

अनुयायी

Arguments

Name Type Required Description
user string No अंकित उपयोगकर्ता आईडी (उपयोगकर्ता नाम नहीं)। उपयोगकर्ता नाम से आईडी खोजने के लिए 'user' endpoint का उपयोग करें
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

followersIDs

फॉलोअर्स आईडी

Arguments

Name Type Required Description
username string No उपयोगकर्ता नाम (स्क्रीन नाम बिना @ चिन्ह के, उदाहरण के लिए 'elonmusk')
count integer No वापस करने के लिए परिणामों की संख्या

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

followings

फॉलोइंग्स

Arguments

Name Type Required Description
user string No अंकित उपयोगकर्ता आईडी (उपयोगकर्ता नाम नहीं)। उपयोगकर्ता नाम से आईडी खोजने के लिए 'user' endpoint का उपयोग करें
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

followingsIDs

फ़ॉलोइंग्स आईडी

Arguments

Name Type Required Description
username string No उपयोगकर्ता नाम (स्क्रीन नाम बिना @ चिन्ह के, उदाहरण के लिए 'elonmusk')
count integer No वापस करने के लिए परिणामों की संख्या

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

getUsers

उपयोगकर्ता प्राप्त करें

Arguments

Name Type Required Description
users string No उपयोगकर्ता

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

groupTweets

ग्रुप ट्वीट्स

Arguments

Name Type Required Description
communityId string No समुदाय आईडी
rankingMode string No रैंकिंग मोड
searchType string No खोज प्रकार
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

highlights

मुख्य बातें

Arguments

Name Type Required Description
user string No अंकित उपयोगकर्ता आईडी (उपयोगकर्ता नाम नहीं)। उपयोगकर्ता नाम से आईडी खोजने के लिए 'user' endpoint का उपयोग करें
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

jobsDetails

नौकरियों का विवरण

Arguments

Name Type Required Description
jobId string No नौकरी आईडी

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

jobsLocationsSuggest

नौकरी स्थान सुझाव

Arguments

Name Type Required Description
query string No खोज क्वेरी

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

jobsSearch

नौकरी खोज

Arguments

Name Type Required Description
employment_type string No रोजगार प्रकार
job_location_id string No नौकरी स्थान आईडी
job_location_type string No नौकरी स्थान प्रकार
keyword string No कीवर्ड
seniority_level string No वरिष्ठता स्तर
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

likes

लाइक्स

Arguments

Name Type Required Description
pid string No Pid
count integer No वापस करने के लिए परिणामों की संख्या

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

listDetails

सूची विवरण

Arguments

Name Type Required Description
listId string No सूची आईडी

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

listTimeline

सूची टाइमलाइन

Arguments

Name Type Required Description
listId string No सूची आईडी

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

listTweets

सूची ट्वीट्स

Arguments

Name Type Required Description
listId string No सूची आईडी

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

orgAffiliates

संगठन सहयोगी

Arguments

Name Type Required Description
user string No अंकित उपयोगकर्ता आईडी (उपयोगकर्ता नाम नहीं)। उपयोगकर्ता नाम से आईडी खोजने के लिए 'user' endpoint का उपयोग करें
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

quotes

कोट्स

Arguments

Name Type Required Description
pid string No Pid
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

retweets

रीट्वीट्स

Arguments

Name Type Required Description
pid string No Pid
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

searchCommunity

समुदाय खोजें

Arguments

Name Type Required Description
query string No खोज क्वेरी
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

searchLists

सूची खोजें

Arguments

Name Type Required Description
query string No खोज क्वेरी

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

searchold

पुरानी खोज

Arguments

Name Type Required Description
query string No खोज क्वेरी
type string No प्रकार
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

spaces

स्पेसेस

Arguments

Name Type Required Description
id string No आईडी

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

trendsLocations

रुझान स्थान

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

tweet

ट्वीट

Arguments

Name Type Required Description
pid string No Pid

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

tweetByIds

आईडी द्वारा ट्वीट्स

Arguments

Name Type Required Description
tweetIDs string No ट्वीट आईडी

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

user

उपयोगकर्ता नाम द्वारा उपयोगकर्ता प्रोफ़ाइल देखें। अंकित उपयोगकर्ता आईडी (rest_id) सहित उपयोगकर्ता विवरण लौटाता है

Arguments

Name Type Required Description
username string No उपयोगकर्ता नाम (स्क्रीन नाम बिना @ चिन्ह के, उदाहरण के लिए 'elonmusk')

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

userLikes

उपयोगकर्ता लाइक्स

Arguments

Name Type Required Description
user string No अंकित उपयोगकर्ता आईडी (उपयोगकर्ता नाम नहीं)। उपयोगकर्ता नाम से आईडी खोजने के लिए 'user' endpoint का उपयोग करें
count integer No वापस करने के लिए परिणामों की संख्या

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

userMedia

उपयोगकर्ता मीडिया

Arguments

Name Type Required Description
user string No अंकित उपयोगकर्ता आईडी (उपयोगकर्ता नाम नहीं)। उपयोगकर्ता नाम से आईडी खोजने के लिए 'user' endpoint का उपयोग करें
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

userReplies

उपयोगकर्ता उत्तर

Arguments

Name Type Required Description
user string No अंकित उपयोगकर्ता आईडी (उपयोगकर्ता नाम नहीं)। उपयोगकर्ता नाम से आईडी खोजने के लिए 'user' endpoint का उपयोग करें
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

userRepliesV2

उपयोगकर्ता उत्तर V2

Arguments

Name Type Required Description
user string No अंकित उपयोगकर्ता आईडी (उपयोगकर्ता नाम नहीं)। उपयोगकर्ता नाम से आईडी खोजने के लिए 'user' endpoint का उपयोग करें
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

userTweets

उनके अंकित उपयोगकर्ता आईडी द्वारा किसी उपयोगकर्ता के ट्वीट्स प्राप्त करें। उपयोगकर्ता नाम से ट्वीट्स प्राप्त करने के लिए पहले 'user' endpoint का उपयोग करके उपयोगकर्ता आईडी खोजें

Arguments

Name Type Required Description
user string No अंकित उपयोगकर्ता आईडी (उपयोगकर्ता नाम नहीं)। उपयोगकर्ता नाम से आईडी खोजने के लिए 'user' endpoint का उपयोग करें
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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

verifiedFollowers

सत्यापित अनुयायी

Arguments

Name Type Required Description
user string No अंकित उपयोगकर्ता आईडी (उपयोगकर्ता नाम नहीं)। उपयोगकर्ता नाम से आईडी खोजने के लिए 'user' endpoint का उपयोग करें
count integer No वापस करने के लिए परिणामों की संख्या
cursor integer No अगले पृष्ठ के लिए पेजिनेशन कर्सर

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