{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_y24rkzgxaasf","handle":"duckduckgo-mcp-server-sse","url":"https://wellknown.network/agents/duckduckgo-mcp-server-sse","links":{"self":"https://wellknown.network/agents/duckduckgo-mcp-server-sse/record.json","html":"https://wellknown.network/agents/duckduckgo-mcp-server-sse","markdown":"https://wellknown.network/agents/duckduckgo-mcp-server-sse/record.md","api":"https://wellknown.network/api/v1/agents/duckduckgo-mcp-server-sse","status":"https://wellknown.network/api/v1/agents/duckduckgo-mcp-server-sse/status","claim":"https://wellknown.network/agents/duckduckgo-mcp-server-sse/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/duckduckgo-mcp-server-sse/claim.json","badge":"https://wellknown.network/agents/duckduckgo-mcp-server-sse/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:duckduckgo-mcp-server-sse","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"scholar-mcp-server-sse","summary":"MCP Server (SSE) for searching via DuckDuckGo and Google Scholar","description":"# Scholar Search MCP Server (SSE)\n\nA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo and Google Scholar, with additional features for content fetching and parsing, running over HTTP (SSE).\n\n## Features\n\n- **Web Search**: Search DuckDuckGo and Google Scholar with advanced rate limiting and result formatting\n- **Content Fetching**: Retrieve and parse webpage content with intelligent text extraction\n- **Rate Limiting**: Built-in protection against rate limits for both search and content fetching\n- **Error Handling**: Comprehensive error handling and logging\n- **LLM-Friendly Output**: Results formatted specifically for large language model consumption\n\n## Usage\n\n### Installation\n\nYou can install the server using pip:\n\n```bash\npip install scholar-mcp-server-sse\n```\n\n### Startup\n\nYou can start the server using the following command:\n\n```bash\nscholar-mcp-server-sse --host <your-host> --port <your-port>\n```\n\n- `--host`: The host to bind the server to. Defaults to `0.0.0.0`.\n- `--port`: The port to run the server on. Defaults to `8000`.\n\nFor example:\n\n```bash\nduckduckgo-mcp-server-sse --host 127.0.0.1 --port 8080\n```\n\n### Settings in CLINE\n\nAdd the following configuration, adjusting the host and port to match your server setup:\n\n```json\n{\n    \"mcpServers\": {\n        \"scholar-search-sse\": {\n            \"disabled\": false,\n            \"timeout\": 60,\n            \"type\": \"sse\",\n            \"url\": \"http://127.0.0.1:8000/sse\",\n            \"headers\": {\n                \"Accept\": \"application/json, text/event-stream\"\n            }\n        }\n    }\n}\n```\n\n## Available Tools\n\n### 1. Search Tool\n\n```python\nasync def search(query: str, max_results: int = 10) -> str\n```\n\nPerforms a web search on DuckDuckGo and returns formatted results.\n\n**Parameters:**\n- `query`: Search query string\n- `max_results`: Maximum number of results to return (default: 10)\n\n**Returns:**\nFormatted string containing search results with titles, URLs, and snippets.\n\n### 2.…","publisher":null,"homepage":"https://github.com/wildoranges/duckduckgo-mcp-server-sse","repository":"https://github.com/wildoranges/duckduckgo-mcp-server-sse","version":"0.1","license":null,"protocols":["mcp"],"tags":["duckduckgo","http","mcp","search","sse","web-search"],"pricing":null,"endpoints":[{"url":"pypi:duckduckgo-mcp-server-sse","type":"package_pypi","auth":null,"probeable":false},{"url":"pypi:scholar-mcp-server-sse","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","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"data.web-search","name":"Web Search","confidence":1,"provenance":"declared"},{"slug":"research.academic","name":"Academic Research","confidence":1,"provenance":"derived"}],"categories":["data","research"],"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":"scholar-mcp-server-sse","registry":"pypi","observedAt":"2026-09-10T11:28:46.567Z","publishedAt":"2025-08-13T10:17:03.620352Z","latestVersion":"0.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"scholar-mcp-server-sse","url":"https://pypi.org/project/scholar-mcp-server-sse/","firstSeenAt":"2026-09-10T11:28:05.057Z","fetchedAt":"2026-09-10T11:28:05.057Z","normalizedAt":"2026-09-10T11:28:05.057Z"},{"source":"pypi","key":"duckduckgo-mcp-server-sse","url":"https://pypi.org/project/duckduckgo-mcp-server-sse/","firstSeenAt":"2026-09-09T14:32:29.245Z","fetchedAt":"2026-09-09T14:32:29.245Z","normalizedAt":"2026-09-09T14:32:29.245Z"}]},"firstSeenAt":"2026-09-09T14:32:29.245Z","updatedAt":"2026-09-10T11:28:46.567Z"}