Intelligence di piattaforma MCP

Facebook Server MCP

Circa 2 miliardi di utenti quotidiani condividono post, foto, video, gruppi, eventi e annunci Marketplace su Facebook, rendendolo importante per il raggiungimento della comunità, il servizio clienti, la scoperta locale e il commercio sociale.

MCP Versione: 1.0.0 41 Strumenti MCP Autenticazione
Facebook

URL base

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

Autenticazione

Le chiamate MCP utilizzano anche Bearer token su richieste JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

Scopri strumenti

Inizia elencando gli strumenti esposti dal server 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

Metadati Album

Metadati Album

Argomenti

Nome Tipo Obbligatorio Descrizione
album_id string ID Album

Esempi di codice

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

Dettagli Evento

Dettagli Evento

Argomenti

Nome Tipo Obbligatorio Descrizione
event_id string ID Evento

Esempi di codice

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

Ottieni Post

Ottieni Post

Argomenti

Nome Tipo Obbligatorio Descrizione
post_id string ID Post

Esempi di codice

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

Informazioni sul gruppo

Informazioni sul gruppo

Argomenti

Nome Tipo Obbligatorio Descrizione
id string ID

Esempi di codice

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

Amministratori del gruppo

Amministratori del gruppo

Argomenti

Nome Tipo Obbligatorio Descrizione
id string ID
end_cursor string No Cursore finale

Esempi di codice

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

Album del gruppo

Album del gruppo

Argomenti

Nome Tipo Obbligatorio Descrizione
id string ID
end_cursor string No Cursore finale

Esempi di codice

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

Feed del gruppo

Feed del gruppo

Argomenti

Nome Tipo Obbligatorio Descrizione
id string ID
end_cursor string No Cursore finale

Esempi di codice

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

Informazioni sul gruppo

Informazioni sul gruppo

Argomenti

Nome Tipo Obbligatorio Descrizione
id string ID

Esempi di codice

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

Membri del gruppo

Membri del gruppo

Argomenti

Nome Tipo Obbligatorio Descrizione
id string ID
end_cursor string No Cursore finale

Esempi di codice

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

Foto del gruppo

Foto del gruppo

Argomenti

Nome Tipo Obbligatorio Descrizione
id string ID
end_cursor string No Cursore finale

Esempi di codice

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

Gruppi

Gruppi

Argomenti

Nome Tipo Obbligatorio Descrizione
query string Query di ricerca
end_cursor string No Cursore finale

Esempi di codice

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

Prodotto marketplace

Prodotto marketplace

Argomenti

Nome Tipo Obbligatorio Descrizione
product_id string ID Prodotto

Esempi di codice

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

Profilo marketplace

Profilo marketplace

Argomenti

Nome Tipo Obbligatorio Descrizione
user_id string ID utente
end_cursor string No Cursore finale

Esempi di codice

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

Album della pagina

Album della pagina

Argomenti

Nome Tipo Obbligatorio Descrizione
id string ID
end_cursor string No Cursore finale

Esempi di codice

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

Dettagli pagina

Dettagli pagina

Argomenti

Nome Tipo Obbligatorio Descrizione
id string ID

Esempi di codice

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

Feed della pagina

Feed della pagina

Argomenti

Nome Tipo Obbligatorio Descrizione
id string ID
end_cursor string No Cursore finale

Esempi di codice

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

Ricerca post nelle pagine

Ricerca post nelle pagine

Argomenti

Nome Tipo Obbligatorio Descrizione
query string Query di ricerca
end_cursor string No Cursore finale

Esempi di codice

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

Foto

Foto

Argomenti

Nome Tipo Obbligatorio Descrizione
query string Query di ricerca
end_cursor string No Cursore finale

Esempi di codice

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

Commenti al post

Commenti al post

Argomenti

Nome Tipo Obbligatorio Descrizione
post_id string ID Post
end_cursor string No Cursore finale
order string No Ordine

Esempi di codice

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

Reazioni al post

Reazioni al post

Argomenti

Nome Tipo Obbligatorio Descrizione
post_id string ID Post
end_cursor string No Cursore finale

Esempi di codice

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

Conteggio reazioni al post

Conteggio reazioni al post

Argomenti

Nome Tipo Obbligatorio Descrizione
post_id string ID Post

Esempi di codice

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

Condivisioni del post

Condivisioni del post

Argomenti

Nome Tipo Obbligatorio Descrizione
post_id string ID Post
end_cursor string No Cursore finale

Esempi di codice

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

Ricerca post

Ricerca post

Argomenti

Nome Tipo Obbligatorio Descrizione
query string Query di ricerca
end_cursor string No Cursore finale

Esempi di codice

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

Informazioni sul profilo

Informazioni sul profilo

Argomenti

Nome Tipo Obbligatorio Descrizione
user_id string ID utente

Esempi di codice

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

Album del profilo

Album del profilo

Argomenti

Nome Tipo Obbligatorio Descrizione
user_id string ID utente
end_cursor string No Cursore finale

Esempi di codice

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

Feed del profilo

Feed del profilo

Argomenti

Nome Tipo Obbligatorio Descrizione
user_id string ID utente
end_cursor string No Cursore finale

Esempi di codice

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

Amici del profilo

Amici del profilo

Argomenti

Nome Tipo Obbligatorio Descrizione
user_id string ID utente
end_cursor string No Cursore finale

Esempi di codice

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

Mi piace del profilo

Mi piace del profilo

Argomenti

Nome Tipo Obbligatorio Descrizione
user_id string ID utente
end_cursor string No Cursore finale

Esempi di codice

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

Pagina del profilo

Pagina del profilo

Argomenti

Nome Tipo Obbligatorio Descrizione
user_id string ID utente

Esempi di codice

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

Foto del profilo

Foto del profilo

Argomenti

Nome Tipo Obbligatorio Descrizione
user_id string ID utente
end_cursor string No Cursore finale

Esempi di codice

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

Ricerca post del profilo

Ricerca post del profilo

Argomenti

Nome Tipo Obbligatorio Descrizione
query string Query di ricerca
end_cursor string No Cursore finale

Esempi di codice

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

Video del profilo

Video del profilo

Argomenti

Nome Tipo Obbligatorio Descrizione
user_id string ID utente
end_cursor string No Cursore finale

Esempi di codice

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

Condividi URL del post

Condividi URL del post

Argomenti

Nome Tipo Obbligatorio Descrizione
url string URL

Esempi di codice

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

Argomenti

Nome Tipo Obbligatorio Descrizione
url string URL

Esempi di codice

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

URL ID video

URL ID video

Argomenti

Nome Tipo Obbligatorio Descrizione
url string URL

Esempi di codice

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

Video

Video

Argomenti

Nome Tipo Obbligatorio Descrizione
query string Query di ricerca
end_cursor string No Cursore finale

Esempi di codice

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