Hosted MCP server that gives any AI agent clean, semantically-searchable Reddit (and X) data — read-only, no Reddit API.
Server Config
{
"mcpServers": {
"prowlo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.prowlo.com/mcp"
]
}
}
}