🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-prowl

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-prowl

MCP server for Prowl — The Agent Discovery Network. Discover, evaluate, and compare SaaS APIs from Claude Desktop.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
17
-15%
Maintainers
1
Weekly downloads
 
Created
Source

@anthropic-prowl/mcp-server

MCP server for Prowl — The Agent Discovery Network.

Discover, evaluate, and compare SaaS APIs directly from Claude Desktop.

Quick Start

Add to your Claude Desktop config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "prowl": {
      "command": "npx",
      "args": ["-y", "@anthropic-prowl/mcp-server"]
    }
  }
}

Or with an agent key for authenticated access:

{
  "mcpServers": {
    "prowl": {
      "command": "npx",
      "args": ["-y", "@anthropic-prowl/mcp-server"],
      "env": {
        "PROWL_AGENT_KEY": "ak_your_key_here"
      }
    }
  }
}

Tools

ToolDescription
prowl_discoverSearch services by keyword, category, score, or filters
prowl_searchNatural language search ("find me a geocoding API with free tier")
prowl_get_serviceLook up a service by slug (e.g. "stripe")
prowl_metricsGet ASO score and verification status
prowl_compareCompare 2-5 services side by side
prowl_alternativesFind alternative services in the same category
prowl_auditFull ASO audit: scores, issues, readiness, action plan
prowl_feedbackReport success/failure after using a service
prowl_batch_metricsGet metrics for up to 20 services in one call

Resources

ResourceDescription
prowl://llms.txtFull API guide with endpoints and integration examples

Environment Variables

VariableDefaultDescription
PROWL_BASE_URLhttps://prowl.worldAPI base URL
PROWL_AGENT_KEY(none)Agent key for authenticated requests

Example Prompts

Once installed, try asking Claude:

  • "Find me a weather API with good uptime"
  • "Compare Stripe vs Lemon Squeezy"
  • "What are the best AI APIs on Prowl?"
  • "Get the audit report for OpenAI's service"
  • "Find alternatives to SendGrid"

License

MIT

Keywords

mcp

FAQs

Package last updated on 13 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts