parallel-search
Installation
SKILL.md
parallel-search
Use this skill when you need to work with search-mcp through its generated async Python app, call its MCP-backed functions from code, or inspect available functions with the mcp-skill CLI.
Authentication
This app can use the MCP client's built-in OAuth flow when the server requires it.
In most cases, the default constructor is enough. Tokens are persisted to
~/.mcp-skill/auth/ so subsequent runs reuse the same credentials automatically.
app = ParallelsearchApp()
If you need a custom OAuth provider, pass it via the auth argument:
app = ParallelsearchApp(auth=my_oauth_provider)