get_post
ActiveTool of Reddit
declared in 0.1.0
Get a Reddit post and its comments by post ID. Returns the post (title, author, body, permalink) and the comment threads (author, body, date). Vote scores aren't available via Reddit RSS.
Parameters schema
{
"type": "object",
"examples": [
{
"post_id": "abc123def456"
}
],
"required": [
"post_id"
],
"properties": {
"post_id": {
"type": "string",
"description": "Reddit post ID (alphanumeric, e.g. \"abc123\")."
}
}
}Parent server
https://github.com/pipeworx-io/mcp-reddit
1/7 registries