{ "name": "trawlia-mcp", "version": "0.1.2", "mcpName": "co.trawlia/trawlia-mcp", "description": "MCP server for Trawlia: web search and extraction for AI agents.", "homepage": "https://trawlia.co", "repository": { "type": "git", "url": "git+https://github.com/ayhoung/trawlia-mcp.git" }, "bugs": { "url": "https://trawlia.co/contact" }, "type": "module", "bin": { "trawlia-mcp": "server.mjs" }, "files": [ "server.mjs", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "keywords": [ "mcp", "model-context-protocol", "search", "web-search", "agents", "trawlia" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.23.8" } }