← vee3.io
INDIVIDUAL MCP TOOL
meta-tools.search
Search live Vee3 agent tools by keyword or short task description.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.vee3]
url = "https://mcp.vee3.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vee3": {
"type": "http",
"url": "https://mcp.vee3.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vee3
Remote MCP URL: https://mcp.vee3.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"vee3": {
"url": "https://mcp.vee3.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vee3": {
"type": "http",
"url": "https://mcp.vee3.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vee3",
"transport": "streamable-http",
"url": "https://mcp.vee3.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
clerk.get_instance_settings— Retrieve core settings for a connected Clerk application instance.clerk.update_instance_settings— Update core settings for a connected Clerk application instance.clerk.update_instance_restrictions— Update sign-up and sign-in restriction settings for a connected Clerk instance.clerk.get_instance_communication_settings— Retrieve SMS communication settings for a connected Clerk instance.clerk.update_instance_communication_settings— Update SMS communication settings for a connected Clerk instance.clerk.get_instance_organization_settings— Retrieve organization feature settings for a connected Clerk instance.clerk.update_instance_organization_settings— Update organization feature settings for a connected Clerk instance.clerk.get_instance_oauth_settings— Retrieve OAuth settings for a connected Clerk instance.