Skip to main content
Glama

MCPfinder Server

by mcpfinder
package.json1.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" } }

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/mcpfinder/server'

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