Intelligence di piattaforma MCP

Reddit Server MCP

Reddit serve circa 121 milioni di utenti attivi quotidiani attraverso forum, discussioni, post, link, immagini e commenti, rendendolo importante per approfondimenti comunitari, monitoraggio della reputazione, feedback sui prodotti e scoperta di nicchie.

MCP Versione: 1.0.0 14 Strumenti MCP Autenticazione
Reddit

URL base

https://mcp.pressmonitor.com/reddit/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/reddit/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
tool comments_by_username

Commenti per nome utente

Commenti per nome utente

Esempi di codice

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

Ottieni cursore

Ottieni cursore

Esempi di codice

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

Nuovi subreddit

Nuovi subreddit

Esempi di codice

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

Dettagli del post

Dettagli del post

Argomenti

Nome Tipo Obbligatorio Descrizione
post_url string URL del post

Esempi di codice

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

Post per subreddit

Post per subreddit

Esempi di codice

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

Post per nome utente

Post per nome utente

Esempi di codice

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

Cerca post

Cerca post

Argomenti

Nome Tipo Obbligatorio Descrizione
query string Query di ricerca

Esempi di codice

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

Cerca subreddit

Cerca subreddit

Argomenti

Nome Tipo Obbligatorio Descrizione
query string Query di ricerca

Esempi di codice

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

Migliori commenti per nome utente

Migliori commenti per nome utente

Esempi di codice

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

Migliori post per nome utente

Migliori post per nome utente

Esempi di codice

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