플랫폼 인텔리전스 MCP

X MCP 서버

X는 실시간 통신, 미디어 가시성 및 평판 대응을 위해 약 6억 명의 월간 사용자에게 짧은 게시물, 생중계, 비디오 및 속보 대화를 통해 도달합니다.

MCP 버전: 1.0.0 38 MCP 도구 인증
X

기본 URL

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

인증

MCP 호출은 JSON-RPC 2.0 요청을 통해 Bearer 토큰도 사용합니다.

Authorization: Bearer YOUR_TOKEN

도구 찾기

MCP 서버에서 노출된 도구를 나열해 보세요.

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

자동 완성

자동 완성

인수

이름 유형 필수 설명
value string
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

댓글

댓글

인수

이름 유형 필수 설명
pid string Pid
ranking_mode string 순위 모드
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

커뮤니티 주제

커뮤니티 주제

인수

이름 유형 필수 설명
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

커뮤니티 트윗

커뮤니티 트윗

인수

이름 유형 필수 설명
communityId string 커뮤니티 ID
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

인기 커뮤니티 가져오기

인기 커뮤니티 가져오기

인수

이름 유형 필수 설명
topicId string 주제 ID
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

팔로워

팔로워

인수

이름 유형 필수 설명
user string 숫자형 사용자 ID(사용자 이름 아님). 사용자 이름으로 ID 조회는 'user' 엔드포인트 사용
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

팔로워 ID

팔로워 ID

인수

이름 유형 필수 설명
username string 사용자 이름(@ 기호 제외, 예: 'elonmusk')
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

팔로잉

팔로잉

인수

이름 유형 필수 설명
user string 숫자형 사용자 ID(사용자 이름 아님). 사용자 이름으로 ID 조회는 'user' 엔드포인트 사용
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

팔로잉 ID

팔로잉 ID

인수

이름 유형 필수 설명
username string 사용자 이름(@ 기호 제외, 예: 'elonmusk')
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

사용자 가져오기

사용자 가져오기

인수

이름 유형 필수 설명
users string 사용자들
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

그룹 트윗

그룹 트윗

인수

이름 유형 필수 설명
communityId string 커뮤니티 ID
rankingMode string 순위 모드
searchType string 검색 유형
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

하이라이트

하이라이트

인수

이름 유형 필수 설명
user string 숫자형 사용자 ID(사용자 이름 아님). 사용자 이름으로 ID 조회는 'user' 엔드포인트 사용
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

채용 상세 정보

채용 상세 정보

인수

이름 유형 필수 설명
jobId string 채용 ID
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

채용 위치 제안

채용 위치 제안

인수

이름 유형 필수 설명
query string 검색 쿼리
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

채용 검색

채용 검색

인수

이름 유형 필수 설명
employment_type string 고용 유형
job_location_id string 채용 위치 ID
job_location_type string 채용 위치 유형
keyword string 키워드
seniority_level string 직급 수준
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

좋아요

좋아요

인수

이름 유형 필수 설명
pid string Pid
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

목록 상세

목록 상세

인수

이름 유형 필수 설명
listId string 목록 ID
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

목록 타임라인

목록 타임라인

인수

이름 유형 필수 설명
listId string 목록 ID
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

목록 트윗

목록 트윗

인수

이름 유형 필수 설명
list_id string 목록 ID
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

기관 제휴사

기관 제휴사

인수

이름 유형 필수 설명
user string 숫자형 사용자 ID(사용자 이름 아님). 사용자 이름으로 ID 조회는 'user' 엔드포인트 사용
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

인용구

인용구

인수

이름 유형 필수 설명
pid string Pid
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

리트윗

리트윗

인수

이름 유형 필수 설명
pid string Pid
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

커뮤니티 검색

커뮤니티 검색

인수

이름 유형 필수 설명
query string 검색 쿼리
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

목록 검색

목록 검색

인수

이름 유형 필수 설명
query string 검색 쿼리
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

이전 검색

이전 검색

인수

이름 유형 필수 설명
query string 검색 쿼리
type string 유형
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

스페이스

스페이스

인수

이름 유형 필수 설명
id string ID
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

트렌드 위치

트렌드 위치

인수

이름 유형 필수 설명
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

트윗

트윗

인수

이름 유형 필수 설명
pid string Pid
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

ID로 트윗 조회

ID로 트윗 조회

인수

이름 유형 필수 설명
tweetIDs string 트윗 ID들
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

사용자 이름으로 사용자 프로필 조회. 숫자형 사용자 ID(rest_id)를 포함한 사용자 상세 정보 반환

사용자 이름으로 사용자 프로필 조회. 숫자형 사용자 ID(rest_id)를 포함한 사용자 상세 정보 반환

인수

이름 유형 필수 설명
username string 사용자 이름(@ 기호 제외, 예: 'elonmusk')
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

사용자 좋아요

사용자 좋아요

인수

이름 유형 필수 설명
user string 숫자형 사용자 ID(사용자 이름 아님). 사용자 이름으로 ID 조회는 'user' 엔드포인트 사용
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

사용자 미디어

사용자 미디어

인수

이름 유형 필수 설명
cusor string 커서
user string 숫자형 사용자 ID(사용자 이름 아님). 사용자 이름으로 ID 조회는 'user' 엔드포인트 사용
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

사용자 답글

사용자 답글

인수

이름 유형 필수 설명
user string 숫자형 사용자 ID(사용자 이름 아님). 사용자 이름으로 ID 조회는 'user' 엔드포인트 사용
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

사용자 답글 V2

사용자 답글 V2

인수

이름 유형 필수 설명
user string 숫자형 사용자 ID(사용자 이름 아님). 사용자 이름으로 ID 조회는 'user' 엔드포인트 사용
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

숫자형 사용자 ID로 해당 사용자의 트윗 가져오기. 사용자 이름으로 트윗을 얻으려면 먼저 'user' 엔드포인트로 사용자 ID를 조회

숫자형 사용자 ID로 해당 사용자의 트윗 가져오기. 사용자 이름으로 트윗을 얻으려면 먼저 'user' 엔드포인트로 사용자 ID를 조회

인수

이름 유형 필수 설명
user string 숫자형 사용자 ID(사용자 이름 아님). 사용자 이름으로 ID 조회는 'user' 엔드포인트 사용
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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

인증된 팔로워

인증된 팔로워

인수

이름 유형 필수 설명
user string 숫자형 사용자 ID(사용자 이름 아님). 사용자 이름으로 ID 조회는 'user' 엔드포인트 사용
count string 아니요 반환할 결과 수
cursor string 아니요 다음 페이지를 위한 페이지네이션 커서

코드 예제

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