Plattformintelligenz MCP

Facebook MCP-Server

Rund 2 Milliarden tägliche Nutzer teilen Beiträge, Fotos, Videos, Gruppen, Veranstaltungen und Marktplatz-Anzeigen auf Facebook, was es wichtig für Community-Reichweite, Kundenservice, lokale Entdeckung und sozialen Handel macht.

MCP Version: 1.0.0 41 MCP-Tools Authentifizierung
Facebook

Basis-URL

https://mcp.pressmonitor.com/facebook/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/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-Metadaten

Album-Metadaten

Argumente

Name Typ Erforderlich Beschreibung
album_id string Ja Album-ID

Code-Beispiele

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

Veranstaltungsdetails

Veranstaltungsdetails

Argumente

Name Typ Erforderlich Beschreibung
event_id string Ja Veranstaltungs-ID

Code-Beispiele

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

Beitrag abrufen

Beitrag abrufen

Argumente

Name Typ Erforderlich Beschreibung
post_id string Ja Beitrags-ID

Code-Beispiele

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

Informationen zur Gruppe

Informationen zur Gruppe

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID

Code-Beispiele

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

Gruppen-Administratoren

Gruppen-Administratoren

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Gruppen-Alben

Gruppen-Alben

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Gruppen-Feed

Gruppen-Feed

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Gruppeninformationen

Gruppeninformationen

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID

Code-Beispiele

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

Gruppenmitglieder

Gruppenmitglieder

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Gruppenfotos

Gruppenfotos

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Gruppen

Gruppen

Argumente

Name Typ Erforderlich Beschreibung
query string Ja Suchanfrage
end_cursor string Nein End-Cursor

Code-Beispiele

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

Marktplatzprodukt

Marktplatzprodukt

Argumente

Name Typ Erforderlich Beschreibung
product_id string Ja Produkt-ID

Code-Beispiele

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

Marktplatzprofil

Marktplatzprofil

Argumente

Name Typ Erforderlich Beschreibung
user_id string Ja Benutzer-ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Seitenalben

Seitenalben

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Seitendetails

Seitendetails

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID

Code-Beispiele

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

Seiten-Feed

Seiten-Feed

Argumente

Name Typ Erforderlich Beschreibung
id string Ja ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Beiträge der Seitensuche

Beiträge der Seitensuche

Argumente

Name Typ Erforderlich Beschreibung
query string Ja Suchanfrage
end_cursor string Nein End-Cursor

Code-Beispiele

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

Fotos

Fotos

Argumente

Name Typ Erforderlich Beschreibung
query string Ja Suchanfrage
end_cursor string Nein End-Cursor

Code-Beispiele

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

Beitragskommentare

Beitragskommentare

Argumente

Name Typ Erforderlich Beschreibung
post_id string Ja Beitrags-ID
end_cursor string Nein End-Cursor
order string Nein Reihenfolge

Code-Beispiele

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

Reaktionen auf den Beitrag

Reaktionen auf den Beitrag

Argumente

Name Typ Erforderlich Beschreibung
post_id string Ja Beitrags-ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Anzahl der Reaktionen auf den Beitrag

Anzahl der Reaktionen auf den Beitrag

Argumente

Name Typ Erforderlich Beschreibung
post_id string Ja Beitrags-ID

Code-Beispiele

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

Beitragsfreigaben

Beitragsfreigaben

Argumente

Name Typ Erforderlich Beschreibung
post_id string Ja Beitrags-ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Beiträge der Beitragssuche

Beiträge der Beitragssuche

Argumente

Name Typ Erforderlich Beschreibung
query string Ja Suchanfrage
end_cursor string Nein End-Cursor

Code-Beispiele

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

Profilbeschreibung

Profilbeschreibung

Argumente

Name Typ Erforderlich Beschreibung
user_id string Ja Benutzer-ID

Code-Beispiele

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

Profilalben

Profilalben

Argumente

Name Typ Erforderlich Beschreibung
user_id string Ja Benutzer-ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Profil-Feed

Profil-Feed

Argumente

Name Typ Erforderlich Beschreibung
user_id string Ja Benutzer-ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Profilfreunde

Profilfreunde

Argumente

Name Typ Erforderlich Beschreibung
user_id string Ja Benutzer-ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Profil-Likes

Profil-Likes

Argumente

Name Typ Erforderlich Beschreibung
user_id string Ja Benutzer-ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Profilseite

Profilseite

Argumente

Name Typ Erforderlich Beschreibung
user_id string Ja Benutzer-ID

Code-Beispiele

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

Profilfotos

Profilfotos

Argumente

Name Typ Erforderlich Beschreibung
user_id string Ja Benutzer-ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Beiträge der Profilsuche

Beiträge der Profilsuche

Argumente

Name Typ Erforderlich Beschreibung
query string Ja Suchanfrage
end_cursor string Nein End-Cursor

Code-Beispiele

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

Profilvideos

Profilvideos

Argumente

Name Typ Erforderlich Beschreibung
user_id string Ja Benutzer-ID
end_cursor string Nein End-Cursor

Code-Beispiele

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

Beitrags-URL teilen

Beitrags-URL teilen

Argumente

Name Typ Erforderlich Beschreibung
url string Ja URL

Code-Beispiele

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

Argumente

Name Typ Erforderlich Beschreibung
url string Ja URL

Code-Beispiele

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

Video-ID-URL

Video-ID-URL

Argumente

Name Typ Erforderlich Beschreibung
url string Ja URL

Code-Beispiele

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

Videos

Videos

Argumente

Name Typ Erforderlich Beschreibung
query string Ja Suchanfrage
end_cursor string Nein End-Cursor

Code-Beispiele

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