package.json•1.09 kB
{
"name": "searchapi-mcp",
"version": "1.0.0",
"description": "Model Context Protocol (MCP) server for searchapi.io API",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"searchapi",
"model-context-protocol",
"claude",
"ai",
"search",
"google-maps",
"google-flights",
"google-hotels"
],
"author": "https://github.com/lianshuang-photo",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"axios": "^1.6.2",
"zod": "^3.22.4"
},
"engines": {
"node": ">=16.0.0"
},
"bin": {
"searchapi-mcp": "./bin/cli.js"
},
"files": [
"src",
"bin",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/lianshuang-photo/searchapi-mcp-nodejs.git"
},
"bugs": {
"url": "https://github.com/lianshuang-photo/searchapi-mcp-nodejs/issues"
},
"homepage": "https://github.com/lianshuang-photo/searchapi-mcp-nodejs#readme"
}