Catalog
io.github.opcastil11/mcp-prowl
OfficialDiscover, evaluate, and compare SaaS APIs. Agent-verified scores and metrics.
Discovers, evaluates, and compares SaaS APIs with agent-verified scores and metrics.
README not available yet.
Install
Configuration
Environment variables
PROWL_AGENT_KEYsecretProwl agent key (ak_...) for authenticated requests. Optional — all discovery is free without it.
claude_desktop_config.json
{
"mcpServers": {
"mcp-prowl": {
"command": "npx",
"args": [
"-y",
"mcp-prowl@0.1.1"
],
"env": {
"PROWL_AGENT_KEY": "<YOUR_PROWL_AGENT_KEY>"
}
}
}
}