tor-mcp
このプロジェクトはLLMによって作られています
Tor Web MCP
LM Studio向けのローカルMCPサーバーで、2つのツールを備えています:
tor_search(query, max_results=8)— Ahmiaがインデックスしたオニオンサービスを検索します。tor_fetch(url, max_chars=30000)— ローカルのTor SOCKS5プロキシを介してv3.onionURLを取得します。
インストール
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtTor SOCKSリスナーが127.0.0.1:9050でない場合は、TOR_SOCKS_URLを設定してください。Tor Browserは通常別のポートを使用するため、セットアップを確認してください。
Related MCP server: minimal-mcp-web-search
テスト
mcp dev server.pyLM Studio
絶対パスを使用してローカルのstdio MCPサーバーを構成してください:
{
"mcpServers": {
"tor-web": {
"command": "/ABSOLUTE/PATH/tor-mcp/.venv/bin/python",
"args": ["/ABSOLUTE/PATH/tor-mcp/server.py"]
}
}
}エラーセマンティクス
フェッチャーは意図的に、LLMが読み取り可能なエラーカテゴリを返します。特に、もはや到達できない検索結果は次のようになります:
[SEARCH_RESULT_STALE]
これは、そのURLがインデックスされているが現在は到達不能であることを意味します。これはアドレスが無効であることを証明するものではありません。モデルはその後、別の検索結果を試すことができます。
その他のカテゴリには、INVALID_ONION_URL、TOR_SEARCH_TIMEOUT、TOR_SEARCH_HTTP_ERROR、TOR_SEARCH_NETWORK_ERROR、NO_RESULTS、TOR_FETCH_NETWORK_ERROR、TOR_REDIRECT、TOR_REDIRECT_BLOCKEDがあります。
セキュリティ境界
tor_fetchが受け付けるのはHTTP/HTTPS v3.onionURLのみです。.onionの外部への自動リダイレクトはありません。レスポンスサイズとネットワークタイムアウトには上限があります。
汎用的な任意のプロキシツールは公開されていません。
オニオンサービスが返すコンテンツは、依然として信頼できないWebコンテンツとして扱う必要があります。
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 Servers
- FlicenseNot gradedqualityDmaintenanceEnables tool-calling LLMs to search the internet, capture website images, extract webpage text, and more via a local MCP server.14
- FlicenseAqualityDmaintenanceProvides local LLMs with web search and page fetching capabilities via MCP, with a focus on OWASP security best practices.2
- AlicenseNot gradedqualityAmaintenanceA minimal MCP server that exposes a private SearXNG instance as a search tool over streamable-HTTP, enabling web search from the llama.cpp WebUI or any compatible MCP client.1MIT
- AlicenseBqualityCmaintenanceLocal MCP server providing web search, web scraping, YouTube metadata/subtitles/downloads, image generation (MFLUX on macOS), and Playwright CLI browser automation tools.15MIT
Related MCP Connectors
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
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/neutron42-jp/tor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server