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.
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
安装
把 Vee3 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档11/25
- 维护16/25
- 可信度16/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.1.0最新 | 2026年6月27日 |
| 1.0.0 | 2026年6月17日 |