@yoshiko-pg/o3-search-mcp
AMCP server package o3-search-mcp
Install
agr install @yoshiko-pg/o3-search-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "o3-search-mcp", "description": "MCP server that enables AI agents to perform intelligent web searches using OpenAI's o3 model with natural language queries", "version": "0.0.9", "main": "build/index.js", "bin": { "o3-search-mcp": "./build/index.js" }, "files": [ "build/" ], "repository": { "type": "git", "url": "git+https://github.com/yoshiko-pg/o3-search-mcp.git" }, "bugs": { "url": "https://github.com/yoshiko-pg/o3-search-mcp/issues" }, "homepage": "https://github.com/yoshiko-pg/o3-search-mcp#readme", "keywords": [ "mcp", "claude", "openai", "o3", "chatgpt", "llm" ], "author": "@yoshiko-pg", "license": "MIT", "type": "module", "packageManager": "pnpm@10.10.0", "scripts": { "build": "tsc && chmod +x build/index.js", "prepublishOnly": "pnpm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "openai": "^5.8.1", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^24.0.4", "typescript": "^5.8.3" } }
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-082764fd6a4e2026-08-03