Hosted MCP Server
Give Claude, Cursor or any MCP client search and AI-answer tools in one line — no code, no infrastructure.
Install
claude mcp add --transport http answerline \ https://mcp.answerline.dev/mcp \ --header "Authorization: Bearer $API_KEY"
Example
# Any MCP client works; for clients that set their own headers: # URL: https://mcp.answerline.dev/mcp # Auth: Authorization: Bearer $API_KEY
The hosted MCP server exposes one tool per engine plus a credits tool. Point a client at it with your API key and the agent can search Google or ask ChatGPT as a tool call.
Because it runs on our side, there is nothing to deploy: the same task pipeline, pricing and rate limits apply.
Other integrations
TypeScript / JavaScript SDK
The official npm SDK: typed monitor and task methods, batches, webhooks and error classes for Node and edge runtimes.
Python SDK
The official PyPI SDK: monitor calls, async tasks and batches with the same response shapes as the REST API.
n8n Community Node
Drop AnswerLine into n8n workflows: run monitors, queue tasks and read credits as native nodes.
Zapier App
Trigger Zaps from AI answers: Run Monitor for quick calls, Create Task with a webhook callback for long-running engines.
LangChain Tools
Ready-made LangChain tools for JavaScript and Python: one monitor tool per engine, plus task and credit tools.