Skip to main content
Glama

Reddit MCP

by GridfireAI
from reddit_mcp.tools import tools from pydantic import TypeAdapter import json def main(): schemas = {tool.__name__: TypeAdapter(tool).json_schema() for tool in tools} print(json.dumps(schemas, indent=2)) if __name__ == "__main__": main()

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/GridfireAI/reddit-mcp'

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