Skip to main content
Glama

Reddit MCP Server

by liuyang1520

get_user_info

Retrieve Reddit user profile information including account details, karma, and activity history by providing a username.

Instructions

Get information about a Reddit user

Input Schema

NameRequiredDescriptionDefault
usernameYesReddit username (without u/ prefix)

Input Schema (JSON Schema)

{ "properties": { "username": { "description": "Reddit username (without u/ prefix)", "type": "string" } }, "required": [ "username" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/liuyang1520/reddit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server