Accesses LinkedIn, Reddit, and X data through hosted MCP endpoints or a local stdio proxy.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Veezee MCP.
veezeehq/veezee-mcp MCP server gives MCP-compatible agents access to data from LinkedIn, Reddit, and X, formerly Twitter. The hosted service provides separate mounts for each platform and an /all mount that exposes all supported tools. A matching REST API is also available, with the same general tool semantics, and the project links to a TypeScript SDK and CLI.
LinkedIn coverage includes resolving URLs, retrieving person profiles and companies, searching for people, and reading recent posts from people or companies. Reddit tools search posts, comments, subreddits, and users; retrieve subreddit details and posts; inspect users; fetch posts by ID; and resolve Reddit URLs. X tools search, inspect profiles, retrieve account tweets, fetch an individual tweet with metrics, and resolve X URLs.
The hosted MCP endpoints use streamable HTTP. Use /linkedin, /reddit, or /x to limit the available tool set, or use /all when a task combines multiple networks. Each mount also provides get_usage, which reports credit usage and recent charges.
Every tool call needs a Veezee key. A free trial key can be created with a POST request to https://api.veezee.io/v1/keys/mint; the documented free tier provides 200 credits per IP per day, cached data, and the first page of results. OAuth-capable MCP clients can instead receive a sign-in challenge and open a browser-based Veezee sign-in flow. Requests use the key as a bearer token.
Connect an MCP client to https://mcp.veezee.io/all, replacing /all with a platform mount when appropriate. Cursor, Windsurf, and Cline are among the clients referenced by the project documentation. The local option runs a small proxy with npx github:veezeehq/veezee-mcp; it connects to the combined hosted mount by default.
Set VEEZEE_API_KEY when the local proxy should reuse a particular key across runs. Set VEEZEE_MCP_URL to target a single-platform mount from the proxy. Docker users can build the repository image and run it interactively with standard input enabled.
The combined mount contains 17 tools: five LinkedIn tools, six Reddit tools, five X tools, and the shared usage tool. Single-platform mounts expose only their relevant tools plus get_usage. Calls can request freshness: "realtime", which adds two credits and forces a live fetch instead of using cached data.
Credit costs vary by operation. Searches and paginated post or tweet retrieval charge per page, while profile, company, subreddit, URL resolution, and individual-post operations have their own documented base charges. Paid credits retain the same key and add realtime freshness and full pagination.
veezeehq/veezee-mcp MCP server is a hosted service rather than a fully local data connector; the repository mainly provides the public project home, issue tracker, and stdio proxy. The free tier is limited by daily credits, IP-based allocation, cached results, and first-page access. More pages or live data may consume additional credits.
The project does not describe a license in the supplied material. The REST API, SDK, and CLI are separate access paths documented by the project, while the MCP mounts remain the direct option for MCP clients.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/veezeehq-veezee-mcp)<a href="https://allmcps.com/mcp/veezeehq-veezee-mcp"><img src="https://allmcps.com/api/badge/veezeehq-veezee-mcp?style=directory" alt="Veezee MCP on AllMCPs" /></a>