Skip to main content
Glama

Search1API MCP Server

package.json1.28 kB
{ "name": "search1api-mcp", "version": "0.2.0", "description": "A Model Context Protocol (MCP) server that provides search and crawl functionality using Search1API", "private": false, "type": "module", "bin": { "search1api-mcp": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\" && node -e \"if (!require('fs').existsSync('.env.example')) { require('fs').writeFileSync('.env.example', '# Search1API Configuration\\n# Get your API key from https://www.search1api.com/?utm_source=mcp\\nSEARCH1API_KEY=your_api_key_here\\n') }\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "1.8.4", "dotenv": "^16.4.5" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "keywords": [ "mcp", "claude", "search", "crawl", "google", "search1api" ], "author": "fatwang2", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/fatwang2/search1api-mcp.git" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fatwang2/search1api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server