streamable-httpMITupdated 1mo ago
Website: https://vee3.io Vee3 connects AI agents to a hosted catalog of live data and action tools through one MCP server at https://mcp.vee3.io/mcp. Use it for market research, due diligence, competitive analysis, and fact-heavy tasks without leaving your editor.
What can you do with Vee3?
Vee3
Description
Website: https://vee3.io
Vee3 connects AI agents to a hosted catalog of live data and action tools through one MCP server at https://mcp.vee3.io/mcp. Use it for market research, due diligence, competitive analysis, and fact-heavy tasks without leaving your editor.
Tools cover Clerk (users, organizations, sessions, and more in the user's own Clerk app), domain research, X (Twitter), Google Trends, Google Search Insights, SEO and backlinks, Google Maps places, YouTube and TikTok data, Rotten Tomatoes metadata, website screenshots, file upload and download, and free catalog discovery helpers.
Sign up at app.vee3.io for a free tier. Tool calls use token-based billing; failed calls are not charged.
Setup Requirements
VEE3_API_KEY(required): Your Vee3 API key. Create one at app.vee3.io/dashboard/keys. Pass it as a request header on the hosted MCP connection.
Usage examples
- "Brainstorm five names for my AI startup and check if the .com domains are available."
- "Search X for posts about open-weight models and agent frameworks from the last week."
- "Screenshot www.anthropic.com and rate design, readability, and navigation."
- "Find five AI topics with high search volume on Google, then outline beginner-friendly articles on those topics."
- "Search YouTube for recent videos about AI coding agents and summarize the top five by views."
- "Search Rotten Tomatoes for Dune and compare critic vs audience scores."
- "Search TikTok for videos about AI agents and summarize the top five by engagement."
- "List users in my Clerk application and show who signed up this week."
Full documentation
Install
Add Vee3 to your client. Pick the one you use.
claude mcp add --transport http vee3 https://mcp.vee3.io/mcpcodex mcp add vee3 --url https://mcp.vee3.io/mcp{
"mcpServers": {
"vee3": {
"url": "https://mcp.vee3.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"vee3": {
"type": "http",
"url": "https://mcp.vee3.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"vee3": {
"url": "https://mcp.vee3.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vee3": {
"serverUrl": "https://mcp.vee3.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance16/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 43 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Jun 27, 2026 |
| 1.0.0 | Jun 17, 2026 |