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.
Basis-URL
https://mcp.pressmonitor.com/mcp Authentifizierung
MCP-Anrufe verwenden ebenfalls Bearer-Token über JSON-RPC 2.0-Anfragen.
Authorization: Bearer YOUR_TOKEN events_search
Veranstaltungen durchsuchen
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| query | string | Ja | Suchanfrage |
| end_cursor | string | Nein | End-Cursor |
Code-Beispiele
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": "events_search",
"arguments": {
"query": "VALUE"
}
},
"id": 1
}' get_post
Beitrag abrufen
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| post_id | string | Ja | Beitrags-ID |
Code-Beispiele
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": "get_post",
"arguments": {
"post_id": "VALUE"
}
},
"id": 1
}' group_info
Gruppeninformationen
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| id | string | Ja | ID |
Code-Beispiele
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": "group_info",
"arguments": {
"id": "VALUE"
}
},
"id": 1
}' marketplace_product
Marktplatzprodukt
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| product_id | string | Ja | Produkt-ID |
Code-Beispiele
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": "marketplace_product",
"arguments": {
"product_id": "VALUE"
}
},
"id": 1
}' marketplace_profile
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/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": "marketplace_profile",
"arguments": {
"user_id": "VALUE"
}
},
"id": 1
}' marketplace_search
Marktplatzsuche
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| query | string | Ja | Suchanfrage |
| end_cursor | string | Nein | End-Cursor |
Code-Beispiele
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": "marketplace_search",
"arguments": {
"query": "VALUE"
}
},
"id": 1
}' page_albums
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/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": "page_albums",
"arguments": {
"id": "VALUE"
}
},
"id": 1
}' page_details
Seitendetails
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| id | string | Ja | ID |
Code-Beispiele
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": "page_details",
"arguments": {
"id": "VALUE"
}
},
"id": 1
}' page_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/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": "page_feed",
"arguments": {
"id": "VALUE"
}
},
"id": 1
}' pages_search
Seiten durchsuchen
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| query | string | Ja | Suchanfrage |
| end_cursor | string | Nein | End-Cursor |
Code-Beispiele
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": "pages_search",
"arguments": {
"query": "VALUE"
}
},
"id": 1
}' pages_search_post
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/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": "pages_search_post",
"arguments": {
"query": "VALUE"
}
},
"id": 1
}' post_comments
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/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": "post_comments",
"arguments": {
"post_id": "VALUE"
}
},
"id": 1
}' post_reactions
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/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": "post_reactions",
"arguments": {
"post_id": "VALUE"
}
},
"id": 1
}' post_reactions_count
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/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": "post_reactions_count",
"arguments": {
"post_id": "VALUE"
}
},
"id": 1
}' posts_search
Beiträge durchsuchen
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| query | string | Ja | Suchanfrage |
| date_posted | string | Nein | Veröffentlichungsdatum |
| end_cursor | string | Nein | End-Cursor |
| end_date | string | Nein | Enddatum |
| recent_posts | string | Nein | Neueste Beiträge |
| start_date | string | Nein | Startdatum |
Code-Beispiele
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": "posts_search",
"arguments": {
"query": "VALUE"
}
},
"id": 1
}' posts_search_post
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/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": "posts_search_post",
"arguments": {
"query": "VALUE"
}
},
"id": 1
}' profile_about
Profilbeschreibung
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| user_id | string | Ja | Benutzer-ID |
Code-Beispiele
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": "profile_about",
"arguments": {
"user_id": "VALUE"
}
},
"id": 1
}' profile_albums
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/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": "profile_albums",
"arguments": {
"user_id": "VALUE"
}
},
"id": 1
}' profile_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/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": "profile_feed",
"arguments": {
"user_id": "VALUE"
}
},
"id": 1
}' profile_friends
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/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": "profile_friends",
"arguments": {
"user_id": "VALUE"
}
},
"id": 1
}' profile_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/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": "profile_likes",
"arguments": {
"user_id": "VALUE"
}
},
"id": 1
}' profile_page
Profilseite
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| user_id | string | Ja | Benutzer-ID |
Code-Beispiele
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": "profile_page",
"arguments": {
"user_id": "VALUE"
}
},
"id": 1
}' profile_photos
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/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": "profile_photos",
"arguments": {
"user_id": "VALUE"
}
},
"id": 1
}' profile_search
Profil suchen
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| query | string | Ja | Suchanfrage |
| end_cursor | string | Nein | End-Cursor |
Code-Beispiele
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": "profile_search",
"arguments": {
"query": "VALUE"
}
},
"id": 1
}' profile_search_post
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/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": "profile_search_post",
"arguments": {
"query": "VALUE"
}
},
"id": 1
}' profile_videos
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/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": "profile_videos",
"arguments": {
"user_id": "VALUE"
}
},
"id": 1
}' video_id_url
Video-ID-URL
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| url | string | Ja | URL |
Code-Beispiele
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": "video_id_url",
"arguments": {
"url": "VALUE"
}
},
"id": 1
}'