UNPKG

gpt5-search-mcp

Version:

MCP server that enables AI agents to perform intelligent web searches using OpenAI's gpt-5 model with natural language queries. This repository is a fork of yoshiko-pg/o3-search-mcp with defaults and naming updated.

48 lines (46 loc) 1.21 kB
{ "name": "gpt5-search-mcp", "description": "MCP server that enables AI agents to perform intelligent web searches using OpenAI's gpt-5 model with natural language queries. This repository is a fork of yoshiko-pg/o3-search-mcp with defaults and naming updated.", "version": "0.0.3", "main": "build/index.js", "bin": { "gpt5-search-mcp": "./build/index.js" }, "files": [ "build/" ], "repository": { "type": "git", "url": "git+https://github.com/raspi0124/gpt5-search-mcp.git" }, "bugs": { "url": "https://github.com/raspi0124/gpt5-search-mcp/issues" }, "homepage": "https://github.com/raspi0124/gpt5-search-mcp#readme", "keywords": [ "mcp", "claude", "claude-code", "openai", "gpt-5", "gpt5", "chatgpt", "llm" ], "author": "@raspi0124", "license": "MIT", "type": "module", "scripts": { "build": "tsc && chmod +x build/index.js", "prepublishOnly": "npm 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" } }