streamable-httpupdated 3mo ago
MCP (Model Context Protocol) server for the Scry corpus. Wraps the scry-api public endpoints as agent-callable tools.
Dieses Repository wurde vom Eigentümer archiviert. Es funktioniert weiterhin, erhält aber keine Updates.
Was kannst du mit Scry machen?
scry-mcp
MCP (Model Context Protocol) server for the Scry corpus. Wraps the scry-api public endpoints as agent-callable tools.
Hosted at mcp.tunnelmind.ai. MCP spec version 2025-03-26. Streamable HTTP transport.
Tools (v0.1)
| Tool | Wraps | Tier |
|---|---|---|
scry_check |
GET /v1/check/{ip} |
Free |
Future tools (deferred to defender tier; need ATAP attestation):
scry_watch— subscribe to state changes for an IP/domainscry_actor— full actor profilescry_campaign— campaign detail
Wire protocol
POST https://mcp.tunnelmind.ai/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"initialize"}
Methods:
initialize— handshake, returns{ protocolVersion, capabilities, serverInfo }notifications/initialized— client → server notification (returns 204)tools/list— returns{ tools: [...] }tools/call—{ name, arguments }→{ content: [{ type: "text", text }] }ping— returns{}
Discovery:
GET https://mcp.tunnelmind.ai/
→ { service, version, protocol, transport, endpoint, tools }
Layout
src/
worker.js transport (JSON-RPC 2.0 over POST /mcp)
tools.js tool definitions + handlers
test/
tools.test.js unit tests for tool registry
Setup
npm test
npx wrangler deploy
No bindings, no secrets — this Worker is a thin proxy with no state.
Installation
Scry zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http scry https://mcp.tunnelmind.ai/mcpcodex mcp add scry --url https://mcp.tunnelmind.ai/mcp{
"mcpServers": {
"scry": {
"url": "https://mcp.tunnelmind.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"scry": {
"type": "http",
"url": "https://mcp.tunnelmind.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"scry": {
"url": "https://mcp.tunnelmind.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"scry": {
"serverUrl": "https://mcp.tunnelmind.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
1 Tool
Scry stellt einem verbundenen Agent ein Tool bereit.
- scry_check
- `GET /v1/check/{ip}`
Score
52 / 100
Ausreichend
- Dokumentation13/25
- Pflege14/25
- Vertrauen9/20
- Funktionsumfang4/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 99 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 1 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.5.0Aktuell | 25. Mai 2026 |
| 0.4.0 | 9. Mai 2026 |
| 0.3.0 | 9. Mai 2026 |
| 0.2.0 | 9. Mai 2026 |
| 0.1.0 | 9. Mai 2026 |