プラットフォームインテリジェンス MCP

FacebookMCPサーバー

約20億人の日常的なユーザーが投稿、写真、動画、グループ、イベント、マーケットプレースのリストを共有しており、コミュニティのリーチ、顧客サービス、地域の発見、ソーシャルコマースにおいて重要です。

MCP バージョン: 1.0.0 41 MCPツール 認証
Facebook

ベース URL

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

認証

MCP呼び出しは、JSON-RPC 2.0リクエストを介してBearerトークンを使用します。

Authorization: Bearer YOUR_TOKEN

ツールを探す

MCPサーバーによって公開されているツールのリストを作成します。

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

アルバムのメタデータ

アルバムのメタデータ

引数

名前 タイプ 必須 説明
album_id string はい アルバムID

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"album_metadata","arguments":{"album_id":"SOME_STRING_VALUE"}}}'
tool event_details

イベントの詳細

イベントの詳細

引数

名前 タイプ 必須 説明
event_id string はい イベントID

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"event_details","arguments":{"event_id":"SOME_STRING_VALUE"}}}'
tool get_post

投稿の取得

投稿の取得

引数

名前 タイプ 必須 説明
post_id string はい 投稿ID

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_post","arguments":{"post_id":"SOME_STRING_VALUE"}}}'
tool group_about

グループについて

グループについて

引数

名前 タイプ 必須 説明
id string はい ID

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"group_about","arguments":{"id":"SOME_STRING_VALUE"}}}'
tool group_admins

グループ管理者

グループ管理者

引数

名前 タイプ 必須 説明
id string はい ID
end_cursor string いいえ 終了カーソル

コード例

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

グループのアルバム

グループのアルバム

引数

名前 タイプ 必須 説明
id string はい ID
end_cursor string いいえ 終了カーソル

コード例

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

グループのフィード

グループのフィード

引数

名前 タイプ 必須 説明
id string はい ID
end_cursor string いいえ 終了カーソル

コード例

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

グループ情報

グループ情報

引数

名前 タイプ 必須 説明
id string はい ID

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"group_info","arguments":{"id":"SOME_STRING_VALUE"}}}'
tool group_members

グループメンバー

グループメンバー

引数

名前 タイプ 必須 説明
id string はい ID
end_cursor string いいえ 終了カーソル

コード例

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

グループの写真

グループの写真

引数

名前 タイプ 必須 説明
id string はい ID
end_cursor string いいえ 終了カーソル

コード例

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

グループ

グループ

引数

名前 タイプ 必須 説明
query string はい 検索クエリ
end_cursor string いいえ 終了カーソル

コード例

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

マーケットプレイス製品

マーケットプレイス製品

引数

名前 タイプ 必須 説明
product_id string はい 製品ID

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"marketplace_product","arguments":{"product_id":"SOME_STRING_VALUE"}}}'
tool marketplace_profile

マーケットプレイスプロフィール

マーケットプレイスプロフィール

引数

名前 タイプ 必須 説明
user_id string はい ユーザーID
end_cursor string いいえ 終了カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"marketplace_profile","arguments":{"user_id":"SOME_STRING_VALUE","end_cursor":"NEXT_CURSOR"}}}'
tool page_albums

ページのアルバム

ページのアルバム

引数

名前 タイプ 必須 説明
id string はい ID
end_cursor string いいえ 終了カーソル

コード例

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

ページの詳細

ページの詳細

引数

名前 タイプ 必須 説明
id string はい ID

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"page_details","arguments":{"id":"SOME_STRING_VALUE"}}}'
tool page_feed

ページのフィード

ページのフィード

引数

名前 タイプ 必須 説明
id string はい ID
end_cursor string いいえ 終了カーソル

コード例

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

ページ検索投稿

ページ検索投稿

引数

名前 タイプ 必須 説明
query string はい 検索クエリ
end_cursor string いいえ 終了カーソル

コード例

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

写真

写真

引数

名前 タイプ 必須 説明
query string はい 検索クエリ
end_cursor string いいえ 終了カーソル

コード例

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

投稿のコメント

投稿のコメント

引数

名前 タイプ 必須 説明
post_id string はい 投稿ID
end_cursor string いいえ 終了カーソル
order string いいえ 順序

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_comments","arguments":{"post_id":"SOME_STRING_VALUE","end_cursor":"NEXT_CURSOR","order":"SOME_STRING_VALUE"}}}'
tool post_reactions

投稿へのリアクション

投稿へのリアクション

引数

名前 タイプ 必須 説明
post_id string はい 投稿ID
end_cursor string いいえ 終了カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_reactions","arguments":{"post_id":"SOME_STRING_VALUE","end_cursor":"NEXT_CURSOR"}}}'
tool post_reactions_count

投稿のリアクション数

投稿のリアクション数

引数

名前 タイプ 必須 説明
post_id string はい 投稿ID

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_reactions_count","arguments":{"post_id":"SOME_STRING_VALUE"}}}'
tool post_shares

投稿の共有数

投稿の共有数

引数

名前 タイプ 必須 説明
post_id string はい 投稿ID
end_cursor string いいえ 終了カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_shares","arguments":{"post_id":"SOME_STRING_VALUE","end_cursor":"NEXT_CURSOR"}}}'
tool posts_search_post

投稿検索投稿

投稿検索投稿

引数

名前 タイプ 必須 説明
query string はい 検索クエリ
end_cursor string いいえ 終了カーソル

コード例

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

プロフィールについて

プロフィールについて

引数

名前 タイプ 必須 説明
user_id string はい ユーザーID

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"profile_about","arguments":{"user_id":"SOME_STRING_VALUE"}}}'
tool profile_albums

プロフィールのアルバム

プロフィールのアルバム

引数

名前 タイプ 必須 説明
user_id string はい ユーザーID
end_cursor string いいえ 終了カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"profile_albums","arguments":{"user_id":"SOME_STRING_VALUE","end_cursor":"NEXT_CURSOR"}}}'
tool profile_feed

プロフィールのフィード

プロフィールのフィード

引数

名前 タイプ 必須 説明
user_id string はい ユーザーID
end_cursor string いいえ 終了カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"profile_feed","arguments":{"user_id":"SOME_STRING_VALUE","end_cursor":"NEXT_CURSOR"}}}'
tool profile_friends

プロフィールの友達

プロフィールの友達

引数

名前 タイプ 必須 説明
user_id string はい ユーザーID
end_cursor string いいえ 終了カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"profile_friends","arguments":{"user_id":"SOME_STRING_VALUE","end_cursor":"NEXT_CURSOR"}}}'
tool profile_likes

プロフィールのいいね

プロフィールのいいね

引数

名前 タイプ 必須 説明
user_id string はい ユーザーID
end_cursor string いいえ 終了カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"profile_likes","arguments":{"user_id":"SOME_STRING_VALUE","end_cursor":"NEXT_CURSOR"}}}'
tool profile_page

プロフィールページ

プロフィールページ

引数

名前 タイプ 必須 説明
user_id string はい ユーザーID

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"profile_page","arguments":{"user_id":"SOME_STRING_VALUE"}}}'
tool profile_photos

プロフィールの写真

プロフィールの写真

引数

名前 タイプ 必須 説明
user_id string はい ユーザーID
end_cursor string いいえ 終了カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"profile_photos","arguments":{"user_id":"SOME_STRING_VALUE","end_cursor":"NEXT_CURSOR"}}}'
tool profile_search_post

プロフィール検索投稿

プロフィール検索投稿

引数

名前 タイプ 必須 説明
query string はい 検索クエリ
end_cursor string いいえ 終了カーソル

コード例

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

プロフィール動画

プロフィール動画

引数

名前 タイプ 必須 説明
user_id string はい ユーザーID
end_cursor string いいえ 終了カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"profile_videos","arguments":{"user_id":"SOME_STRING_VALUE","end_cursor":"NEXT_CURSOR"}}}'
tool share_post_url

投稿URLを共有

投稿URLを共有

引数

名前 タイプ 必須 説明
url string はい URL

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"share_post_url","arguments":{"url":"SOME_STRING_VALUE"}}}'
tool url

URL

URL

引数

名前 タイプ 必須 説明
url string はい URL

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"url","arguments":{"url":"SOME_STRING_VALUE"}}}'
tool video_id_url

動画IDのURL

動画IDのURL

引数

名前 タイプ 必須 説明
url string はい URL

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/facebook/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"video_id_url","arguments":{"url":"SOME_STRING_VALUE"}}}'
tool videos

動画

動画

引数

名前 タイプ 必須 説明
query string はい 検索クエリ
end_cursor string いいえ 終了カーソル

コード例

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