Query Here

Agent Integrations

Query Here can be exposed as a tool wherever your agent framework supports HTTP calls, function tools, or OpenAPI actions.

LangChain

Wrap POST /v1/search as a tool that accepts a natural-language query and returns structured results to the agent.

AutoGen AgentChat

Register a Python function named query_here_search with AssistantAgent so AutoGen can generate the tool schema from the function signature and docstring.

Gemini and GPT Actions

Use the same request schema as a Gemini function declaration, or import the OpenAPI document fromhttps://www.queryhere.com/openapi.json for GPT Actions.

MCP clients

Install @queryhere/mcp-server with npx to expose Query Here directly through the Model Context Protocol.