Plattformintelligenz MCP

Telegram MCP-Server

Telegram hat mehr als 1 Milliarde monatlich aktive Nutzer, die Nachrichten, Kanäle, Gruppen, Sprachnachrichten, Bots und Medien teilen, was es wichtig für die direkte Verbreitung, das Community-Management und schnelllebige Nachrichtenpublikum macht.

MCP Version: 1.0.0 7 MCP-Tools Authentifizierung
Telegram

Basis-URL

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

Bot-Informationen

Bot-Informationen

Argumente

Name Typ Erforderlich Beschreibung
username string Ja Benutzername

Code-Beispiele

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

Kanalinformationen

Kanalinformationen

Argumente

Name Typ Erforderlich Beschreibung
username string Ja Benutzername

Code-Beispiele

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

Nachrichten abrufen

Nachrichten abrufen

Argumente

Name Typ Erforderlich Beschreibung
username string Ja Benutzername
offset string Nein Offset

Code-Beispiele

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

Gruppeninformationen

Gruppeninformationen

Argumente

Name Typ Erforderlich Beschreibung
username string Ja Benutzername

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/telegram/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":{"username":"SOME_STRING_VALUE"}}}'
tool search_hashtag

Hashtag suchen

Hashtag suchen

Argumente

Name Typ Erforderlich Beschreibung
hashtag string Ja Hashtag
offset string Nein Offset

Code-Beispiele

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

Benutzerinformationen

Benutzerinformationen

Argumente

Name Typ Erforderlich Beschreibung
username string Ja Benutzername

Code-Beispiele

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