scra
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@scrasearch for latest AI news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
scra
DuckDuckGoによるWeb検索とReadability.jsによるWebフェッチを行うミニマムなMCPサーバー
Usage
git clone https://github.com/dncwolf/scra.git
cd scra && bun installLMStudioなどでの設定:
{
"mcpServers": {
"scra": {
"command": "bun",
"args": ["run", "/path/to/scra/index.ts"]
}
}
}Related MCP server: WebRead MCP
Tools
ツール | 説明 |
| キーワードでDuckDuckGoを検索し、タイトル・URL・スニペットを番号付きで返す |
| URLを指定してページ本文をMarkdown形式( |
挙動の詳細は後述の Spec を参照。
Spec
search
項目 | 仕様 |
入力 |
|
出力 | 1件ごとに |
取得先 |
|
解析 | 結果セレクタ |
エラー | HTTP非2xx(レート制限など)・ナビゲーション失敗、SERP自体が描画されない場合(bot対策ブロックの可能性)は |
fetch
項目 | 仕様 |
入力 |
|
出力 |
|
描画 |
|
エラー | スキーマ違反 / SSRF拒否 / HTTPエラー / Readability抽出失敗 / リダイレクト遮断による到達失敗 / 20秒タイムアウト |
License
WTFPL
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Web search, URL content extraction to Markdown, site mapping, and recursive web crawler.
Turn any URL into clean Markdown and structured data. Scrape, crawl, search and extract.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Web search and page-reading for AI agents. One-click OAuth connect, or a Caesar API key.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables web searching via DuckDuckGo and extracting readable content from any URL using Mozilla Readability, providing web context similar to Cursor's built-in functionality.2914MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to read webpages and perform web searches using DuckDuckGo.MIT
- AlicenseNot gradedqualityCmaintenanceEnables web search using Bing and DuckDuckGo combined, and fetching readable content from web pages, with no API key required.91MIT
- AlicenseNot gradedqualityDmaintenanceEnables web search via DuckDuckGo and web content fetching through the Model Context Protocol, allowing AI assistants to search and retrieve web page content.23MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dncwolf/scra'
If you have feedback or need assistance with the MCP directory API, please join our Discord server