Plattformintelligenz MCP

X MCP-Server

X erreicht rund 600 Millionen monatliche Nutzer durch kurze Beiträge, Live-Kommentare, Videos und aktuelle Nachrichten, was es wichtig für Echtzeitkommunikation, Medienpräsenz und Reputationsreaktion macht.

MCP Version: 1.0.0 38 MCP-Tools Authentifizierung
X

Basis-URL

https://mcp.pressmonitor.com/x/v1

Authentifizierung

MCP-Anrufe verwenden ebenfalls Bearer-Token über JSON-RPC 2.0-Anfragen.

Authorization: Bearer YOUR_TOKEN

Werkzeuge entdecken

Beginnen Sie mit der Auflistung der von dem MCP-Server bereitgestellten Werkzeuge.

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
tool autocomplete

Autovervollständigung

Autovervollständigung

Argumente

Name Typ Erforderlich Beschreibung
value string Ja Wert
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"autocomplete","arguments":{"value":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool comments

Kommentare

Kommentare

Argumente

Name Typ Erforderlich Beschreibung
pid string Ja Pid
ranking_mode string Ja Ranking-Modus
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"comments","arguments":{"pid":"SOME_STRING_VALUE","ranking_mode":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool communityTopics

Community-Themen

Community-Themen

Argumente

Name Typ Erforderlich Beschreibung
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"communityTopics","arguments":{"count":20,"cursor":"NEXT_CURSOR"}}}'
tool CommunityTweets

Community-Tweets

Community-Tweets

Argumente

Name Typ Erforderlich Beschreibung
communityId string Ja Community-ID
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"CommunityTweets","arguments":{"communityId":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool fetchPopularCommunities

Beliebte Communities abrufen

Beliebte Communities abrufen

Argumente

Name Typ Erforderlich Beschreibung
topicId string Ja Themen-ID
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"fetchPopularCommunities","arguments":{"topicId":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool followers

Follower

Follower

Argumente

Name Typ Erforderlich Beschreibung
user string Ja Numerische Benutzer-ID (nicht Benutzername). Verwenden Sie den 'user'-Endpunkt, um die ID aus dem Benutzernamen zu ermitteln
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"followers","arguments":{"user":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool followersIDs

Follower-IDs

Follower-IDs

Argumente

Name Typ Erforderlich Beschreibung
username string Ja Benutzername (Screenname ohne @-Symbol, z.B. 'elonmusk')
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"followersIDs","arguments":{"username":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool followings

Folgende

Folgende

Argumente

Name Typ Erforderlich Beschreibung
user string Ja Numerische Benutzer-ID (nicht Benutzername). Verwenden Sie den 'user'-Endpunkt, um die ID aus dem Benutzernamen zu ermitteln
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"followings","arguments":{"user":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool followingsIDs

Folgenden-IDs

Folgenden-IDs

Argumente

Name Typ Erforderlich Beschreibung
username string Ja Benutzername (Screenname ohne @-Symbol, z.B. 'elonmusk')
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"followingsIDs","arguments":{"username":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool getUsers

Benutzer abrufen

Benutzer abrufen

Argumente

Name Typ Erforderlich Beschreibung
users string Ja Benutzer
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"getUsers","arguments":{"users":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool groupTweets

Gruppen-Tweets

Gruppen-Tweets

Argumente

Name Typ Erforderlich Beschreibung
communityId string Ja Community-ID
rankingMode string Ja Ranking-Modus
searchType string Ja Suchtyp
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"groupTweets","arguments":{"communityId":"SOME_STRING_VALUE","rankingMode":"SOME_STRING_VALUE","searchType":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool highlights

Highlights

Highlights

Argumente

Name Typ Erforderlich Beschreibung
user string Ja Numerische Benutzer-ID (nicht Benutzername). Verwenden Sie den 'user'-Endpunkt, um die ID aus dem Benutzernamen zu ermitteln
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"highlights","arguments":{"user":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool jobsDetails

Jobdetails

Jobdetails

Argumente

Name Typ Erforderlich Beschreibung
jobId string Ja Job-ID
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"jobsDetails","arguments":{"jobId":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool jobsLocationsSuggest

Jobstandorte vorschlagen

Jobstandorte vorschlagen

Argumente

Name Typ Erforderlich Beschreibung
query string Ja Suchanfrage
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"jobsLocationsSuggest","arguments":{"query":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool jobsSearch

Jobsuche

Jobsuche

Argumente

Name Typ Erforderlich Beschreibung
employment_type string Ja Beschäftigungsart
job_location_id string Ja Jobstandort-ID
job_location_type string Ja Jobstandorttyp
keyword string Ja Schlüsselwort
seniority_level string Ja Senioritätsstufe
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"jobsSearch","arguments":{"employment_type":"SOME_STRING_VALUE","job_location_id":"SOME_STRING_VALUE","job_location_type":"SOME_STRING_VALUE","keyword":"SOME_STRING_VALUE","seniority_level":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool likes

Gefällt mir

Gefällt mir

Argumente

Name Typ Erforderlich Beschreibung
pid string Ja Pid
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"likes","arguments":{"pid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool listDetails

Listen-Details

Listen-Details

Argumente

Name Typ Erforderlich Beschreibung
listId string Ja Listen-ID
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"listDetails","arguments":{"listId":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool listTimeline

Listen-Zeitachse

Listen-Zeitachse

Argumente

Name Typ Erforderlich Beschreibung
listId string Ja Listen-ID
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"listTimeline","arguments":{"listId":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool listTweets

Listen-Tweets

Listen-Tweets

Argumente

Name Typ Erforderlich Beschreibung
list_id string Ja Listen-ID
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"listTweets","arguments":{"list_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool orgAffiliates

Organisationszugehörigkeiten

Organisationszugehörigkeiten

Argumente

Name Typ Erforderlich Beschreibung
user string Ja Numerische Benutzer-ID (nicht Benutzername). Verwenden Sie den 'user'-Endpunkt, um die ID aus dem Benutzernamen zu ermitteln
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"orgAffiliates","arguments":{"user":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool quotes

Zitate

Zitate

Argumente

Name Typ Erforderlich Beschreibung
pid string Ja Pid
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"quotes","arguments":{"pid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool retweets

Retweets

Retweets

Argumente

Name Typ Erforderlich Beschreibung
pid string Ja Pid
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"retweets","arguments":{"pid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool searchCommunity

Community suchen

Community suchen

Argumente

Name Typ Erforderlich Beschreibung
query string Ja Suchanfrage
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"searchCommunity","arguments":{"query":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool searchLists

Listen suchen

Listen suchen

Argumente

Name Typ Erforderlich Beschreibung
query string Ja Suchanfrage
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"searchLists","arguments":{"query":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool searchold

Alte Suche

Alte Suche

Argumente

Name Typ Erforderlich Beschreibung
query string Ja Suchanfrage
type string Ja Typ
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"searchold","arguments":{"query":"SOME_STRING_VALUE","type":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool spaces

Spaces

Spaces

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"spaces","arguments":{"id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool trendsLocations

Trendstandorte

Trendstandorte

Argumente

Name Typ Erforderlich Beschreibung
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"trendsLocations","arguments":{"count":20,"cursor":"NEXT_CURSOR"}}}'
tool tweet

Tweet

Tweet

Argumente

Name Typ Erforderlich Beschreibung
pid string Ja Pid
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tweet","arguments":{"pid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool tweetByIds

Tweets nach IDs

Tweets nach IDs

Argumente

Name Typ Erforderlich Beschreibung
tweetIDs string Ja Tweet-IDs
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tweetByIds","arguments":{"tweetIDs":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool user

Benutzerprofil anhand des Benutzernamens suchen. Gibt Benutzerdetails einschließlich numerischer Benutzer-ID (rest_id) zurück

Benutzerprofil anhand des Benutzernamens suchen. Gibt Benutzerdetails einschließlich numerischer Benutzer-ID (rest_id) zurück

Argumente

Name Typ Erforderlich Beschreibung
username string Ja Benutzername (Screenname ohne @-Symbol, z.B. 'elonmusk')
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user","arguments":{"username":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool userLikes

Benutzer-Likes

Benutzer-Likes

Argumente

Name Typ Erforderlich Beschreibung
user string Ja Numerische Benutzer-ID (nicht Benutzername). Verwenden Sie den 'user'-Endpunkt, um die ID aus dem Benutzernamen zu ermitteln
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"userLikes","arguments":{"user":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool userMedia

Benutzermedien

Benutzermedien

Argumente

Name Typ Erforderlich Beschreibung
cusor string Ja Cursor
user string Ja Numerische Benutzer-ID (nicht Benutzername). Verwenden Sie den 'user'-Endpunkt, um die ID aus dem Benutzernamen zu ermitteln
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"userMedia","arguments":{"cusor":"SOME_STRING_VALUE","user":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool userReplies

Benutzer-Antworten

Benutzer-Antworten

Argumente

Name Typ Erforderlich Beschreibung
user string Ja Numerische Benutzer-ID (nicht Benutzername). Verwenden Sie den 'user'-Endpunkt, um die ID aus dem Benutzernamen zu ermitteln
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"userReplies","arguments":{"user":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool userRepliesV2

Benutzer-Antworten V2

Benutzer-Antworten V2

Argumente

Name Typ Erforderlich Beschreibung
user string Ja Numerische Benutzer-ID (nicht Benutzername). Verwenden Sie den 'user'-Endpunkt, um die ID aus dem Benutzernamen zu ermitteln
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"userRepliesV2","arguments":{"user":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool userTweets

Holt Tweets eines Benutzers anhand seiner numerischen Benutzer-ID. Um Tweets nach Benutzername zu erhalten, zuerst den 'user'-Endpunkt nutzen, um die Benutzer-ID zu ermitteln

Holt Tweets eines Benutzers anhand seiner numerischen Benutzer-ID. Um Tweets nach Benutzername zu erhalten, zuerst den 'user'-Endpunkt nutzen, um die Benutzer-ID zu ermitteln

Argumente

Name Typ Erforderlich Beschreibung
user string Ja Numerische Benutzer-ID (nicht Benutzername). Verwenden Sie den 'user'-Endpunkt, um die ID aus dem Benutzernamen zu ermitteln
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"userTweets","arguments":{"user":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool verifiedFollowers

Verifizierte Follower

Verifizierte Follower

Argumente

Name Typ Erforderlich Beschreibung
user string Ja Numerische Benutzer-ID (nicht Benutzername). Verwenden Sie den 'user'-Endpunkt, um die ID aus dem Benutzernamen zu ermitteln
count string Nein Anzahl der zurückzugebenden Ergebnisse
cursor string Nein Paginierungs-Cursor für die nächste Seite

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/x/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"verifiedFollowers","arguments":{"user":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'