← Browse

@teelaitila/open-deep-research

A

MCP server package open-deep-research

mcp_servermcp

Install

agr install @teelaitila/open-deep-research --target claude

This artifact does not publish files for Claude.

Document

{ "name": "open-deep-research", "version": "0.0.1", "main": "dist/mcp-server.js", "type": "module", "scripts": { "format": "prettier --write "src/**/*.{ts,tsx}"", "tsx": "tsx --env-file=.env.local", "start": "tsx --env-file=.env.local src/run.ts", "start:stdio": "tsx --env-file=.env.local src/mcp-server.ts", "start:http": "tsx --env-file=.env.local src/http-server.ts", "build": "tsc", "build:watch": "tsc --watch", "serve": "node --env-file=.env.local dist/mcp-server.js", "serve:http": "node --env-file=.env.local dist/http-server.js", "docker": "tsx src/run.ts", "test": "echo "Error: no test specified" && exit 1" }, "author": "", "license": "ISC", "description": "", "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.4.1", "@types/express": "^5.0.2", "@types/lodash-es": "^4.17.12", "@types/node": "^22.13.0", "prettier": "^3.4.2", "tsx": "^4.19.2", "typescript": "^5.7.3" }, "dependencies": { "@ai-sdk/anthropic": "^2.0.1", "@ai-sdk/google": "^2.0.3", "@ai-sdk/openai": "^2.0.5", "@ai-sdk/xai": "^2.0.2", "@mendable/firecrawl-js": "^1.16.0", "@modelcontextprotocol/sdk": "^1.12.1", "ai": "^5.0.8", "dotenv": "^16.4.7", "express": "^5.1.0", "js-tiktoken": "^1.0.17", "langfuse": "^3.35.2", "lodash-es": "^4.17.21", "p-limit": "^6.2.0", "zod": "^3.24.1" }, "engines": { "node": "22.x" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-4ef6a70813442026-08-03