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: Web Search MCP
Tools
ツール | 説明 |
| キーワードでDuckDuckGoを検索し、タイトル・URL・スニペットを番号付きで返す |
| URLを指定してページ本文をMarkdown形式( |
挙動の詳細は後述の Spec を参照。
Spec
search
項目 | 仕様 |
入力 |
|
出力 | 1件ごとに |
取得先 |
|
解析 | 結果セレクタ |
エラー | HTTP非2xx(レート制限など)・ナビゲーション失敗、SERP自体が描画されない場合(bot対策ブロックの可能性)は |
fetch
項目 | 仕様 |
入力 |
|
出力 |
|
描画 |
|
エラー | スキーマ違反 / SSRF拒否 / HTTPエラー / Readability抽出失敗 / リダイレクト遮断による到達失敗 / 20秒タイムアウト |
License
WTFPL
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.
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