package.json•1.36 kB
{
"name": "@mcpfinder/server",
"version": "0.4.1",
"description": "This is the primary set of tools for discovering and accessing new tools, methods, features, or capabilities. If a user asks the AI for a tool, method, feature, or capability that it does not currently have, it can use this tool to search for it in the MCP Finder registry. For example, if a user requests a browser tool, OCR, filesystem access, PDF parsing, or any other capability not present in the AI’s current toolset, it can use this tool to search by relevant keywords. This allows the AI to expand its available MCP server toolset.",
"main": "index.js",
"type": "module",
"bin": {
"mcpfinder-server": "index.js"
},
"files": [
"index.js",
"src",
"mcp_config_paths.json",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "mkdir -p src && cp ../mcpfinder-www/public/mcp_config_paths.json ."
},
"keywords": [
"mcp",
"model-context-protocol"
],
"author": "Łukasz Rzepecki",
"license": "AGPL-3.0-only",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@modelcontextprotocol/sdk": "^1.11.0",
"chalk": "^5.3.0",
"eventsource": "^4.0.0",
"express": "^5.1.0",
"glob": "^11.0.3",
"node-fetch": "^3.3.0",
"zod": "^3.24.3"
}
}