prowlr-mcp
v1.0.1
Published
MCP client for Prowlr — query 20,600+ AI tools, MCP servers, and agent skills
Downloads
82
Maintainers
Readme
prowlr-mcp
MCP client for Prowlr — query 20,600+ AI tools, MCP servers, and agent skills from any MCP-compatible agent.
Quick Start
npx prowlr-mcpMCP Client Config
Add to your Claude/Cursor/Windsurf config:
{
"mcpServers": {
"prowlr": {
"command": "npx",
"args": ["prowlr-mcp"]
}
}
}What it does
Connects your agent to Prowlr via MCP (stdio → HTTP proxy).
Available MCP tools:
search_tools— semantic search across 20,600+ toolsget_tool— get full details for a specific toolcompare_tools— side-by-side comparisonrecommend_stack— get tool recommendations for a use caseget_install_instructions— get install/setup instructions
REST API
The same data is available via REST:
# Search
curl "https://prowlr.dev/v1/tools/search?q=browser+automation"
# Get tool by slug
curl "https://prowlr.dev/v1/tools/browser-mcp"
# Categories
curl "https://prowlr.dev/v1/categories"Direct MCP Connection
{
"mcpServers": {
"prowlr": {
"url": "https://prowlr.dev/mcp"
}
}
}Coverage
- 20,600+ tools indexed
- Sources: MCP servers, npm, PyPI, GitHub
- Updated: enriched with stars, downloads, health status, AgentRank scores
License
MIT
