{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_mx2v5cpk5b9d","handle":"webquest-mcp","url":"https://wellknown.network/agents/webquest-mcp","links":{"self":"https://wellknown.network/agents/webquest-mcp/record.json","html":"https://wellknown.network/agents/webquest-mcp","markdown":"https://wellknown.network/agents/webquest-mcp/record.md","api":"https://wellknown.network/api/v1/agents/webquest-mcp","status":"https://wellknown.network/api/v1/agents/webquest-mcp/status","claim":"https://wellknown.network/agents/webquest-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/webquest-mcp/claim.json","badge":"https://wellknown.network/agents/webquest-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:webquest-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"webquest-mcp","summary":"WebQuest MCP is a Model Context Protocol (MCP) server that exposes powerful web search and scraping tools to AI agents and MCP-compatible clients.","description":"<p align=\"center\">\n  <img src=\"https://github.com/mustafametesengul/webquest-mcp/raw/main/docs/images/logo.svg\" alt=\"WebQuest MCP Logo\" width=\"350\">\n</p>\n\n# WebQuest MCP\n\nWebQuest MCP is a Model Context Protocol (MCP) server that exposes powerful web search and scraping tools to AI agents and MCP-compatible clients.\n\nFor available scrapers and browsers, see the [WebQuest documentation](https://mustafametesengul.github.io/webquest/).\n\n## Installation\n\nInstalling using pip:\n\n```bash\npip install webquest-mcp\n```\n\nInstalling using uv:\n\n```bash\nuv add webquest-mcp\n```\n\n## Usage\n\n### Starting the server\n\nTo start the WebQuest MCP server, run:\n\n```bash\nwebquest-mcp serve\n```\n\nThe server reads its configuration from environment variables (or a `.env` file loaded automatically). Available settings:\n\n- `OPENAI_API_KEY` (required): OpenAI API key for scrapers.\n- `HYPERBROWSER_API_KEY` (required): Hyperbrowser API key.\n- `WEBQUEST_MCP_AUTH_SECRET` (optional): JWT secret to enable authenticated requests. Leave unset to disable auth.\n- `WEBQUEST_MCP_AUTH_AUDIENCE` (optional, default `webquest-mcp`): JWT audience to validate when auth is enabled.\n- `WEBQUEST_MCP_TRANSPORT` (optional, default `stdio`): MCP transport. Supported values: `stdio`, `sse`, `streamable-http`.\n- `WEBQUEST_MCP_HOST` (optional, default `localhost`): Host to bind when the transport is HTTP-based.\n- `WEBQUEST_MCP_PORT` (optional, default `8000`): Port to use when the transport is HTTP-based.\n\nExample `.env`:\n\n```text\nOPENAI_API_KEY=your_openai_api_key\nHYPERBROWSER_API_KEY=your_hyperbrowser_api_key\nWEBQUEST_MCP_AUTH_SECRET=your_jwt_secret_key\nWEBQUEST_MCP_AUTH_AUDIENCE=webquest-mcp\nWEBQUEST_MCP_TRANSPORT=streamable-http\nWEBQUEST_MCP_HOST=localhost\nWEBQUEST_MCP_PORT=8000\n```\n\n### Token generation\n\nTo generate an authentication token for the MCP client, set the required environment variables and run the generator.\n\nThe token generator uses the same `WEBQUEST_MCP_*` prefix as the server.\n\nRequired settings:\n\n- `W…","publisher":null,"homepage":null,"repository":"https://github.com/mustafametesengul/webquest-mcp","version":"0.16.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:webquest-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"},{"slug":"data.web-scraping","name":"Web Scraping","confidence":0.814,"provenance":"derived"}],"categories":["data","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"webquest-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:26.235Z","publishedAt":"2026-02-12T20:56:38.591028Z","latestVersion":"0.16.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"webquest-mcp","url":"https://pypi.org/project/webquest-mcp/","firstSeenAt":"2026-09-10T15:24:24.833Z","fetchedAt":"2026-09-10T15:24:24.833Z","normalizedAt":"2026-09-10T15:24:24.833Z"}]},"firstSeenAt":"2026-09-10T15:24:24.833Z","updatedAt":"2026-09-10T15:25:26.235Z"}