Skip to main content
Glama

MCP-researcher Server

package.json836 B
{ "name": "research-mcp", "version": "1.0.0", "description": "MCP server providing research tools by proxying an upstream API (e.g., Perplexity)", "private": true, "type": "module", "bin": { "research-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "@types/opossum": "^8.1.8", "agentkeepalive": "^4.6.0", "axios": "^1.9.0", "axios-retry": "^4.5.0", "opossum": "^8.4.0" }, "devDependencies": { "@types/node": "^22.15.14", "typescript": "^5.8.3" } }

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/clssck/researcher-mcp'

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