get_v2_search — openai sora MCP Tool Read-only
get_v2_search
(get v2 search) is one of 16 tools on the
openai sora
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_v2_search from your client
- Claude Code openai sora get_v2_search run in your project directory
- Claude Desktop openai sora get_v2_search ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor openai sora get_v2_search ~/.cursor/mcp.json
- VS Code openai sora get_v2_search .vscode/mcp.json
- Zed openai sora get_v2_search ~/.config/zed/settings.json
- Windsurf openai sora get_v2_search ~/.codeium/windsurf/mcp_config.json
- Cline openai sora get_v2_search ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI openai sora get_v2_search ~/.gemini/settings.json
- Grok openai sora get_v2_search .mcp.json (in your project root)
- ChatGPT openai sora get_v2_search Settings → Connectors → Advanced → Developer mode
- Claude.ai openai sora get_v2_search Settings → Connectors → Add custom connector
- LangChain openai sora get_v2_search pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http openai-sora https://mcp.jojapi.com/openai-sora
Other tools on this server
- get_v2_feed
- get_v2_profile_details
- get_v2_profile_feed
- get_v2_profile_cameos
- get_v2_profile_followers
- get_v2_profile_following
- get_v2_post_details_and_replies
- get_v2_post_remix_feed
- get_v1_feed_home
- get_v1_feed_images
- get_v1_feed_videos
- get_v1_feed_top
- get_v1_search
- get_v1_profile_details
- get_v1_post_details
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.