llms.txt Content
# Prowl — MCP-Native Market Intelligence Platform
> https://prowl.chat
## Overview
Prowl is **the MCP that turns any AI agent into a research analyst**. It is not a research tool — it is the intelligence layer your agents connect to. External agents connect via **Model Context Protocol (MCP)** at `https://prowl.chat/mcp` and instantly gain **408 intelligence tools** (DataForSEO, SearchAPI, SerpAPI, web scraping, SEO, ads, AI) so they answer with **real numbers, not guesses** — all on **pay-as-you-go USD wallet billing**.
Humans use the web UI as a secondary dashboard: wallet balance, API keys, top-up, and chat-based reports.
## MCP Quick Start
1. Sign up at https://prowl.chat
2. Open **MCP Home** → generate an API key (`prowl_…`)
3. Configure your MCP client:
```json
{
"mcpServers": {
"prowl": {
"url": "https://prowl.chat/mcp",
"headers": { "Authorization": "Bearer prowl_YOUR_KEY" }
}
}
}
```
4. Call `prowl_list_tools` → `prowl_tool_info` → `prowl_call_tool` for direct tool access, or `prowl_analyze` for a full strategy report.
**Fast path:** hand a coding agent the install skill and it wires up the client config + token file itself. Paste: *"Set up the Prowl MCP using the install skill at https://prowl.chat/mcp/install.md — my token is prowl_YOUR_KEY."* The landing page and MCP Home both have a "Copy agent install prompt" button. Installable plugin: https://github.com/PROWL-AI/prowl-skill
Full agent documentation: https://prowl.chat/mcp/skill.md
Agent install skill: https://prowl.chat/mcp/install.md
## Billing Model (USD wallet)
Two balance pools per account:
| Pool | Source | Expiry | Charged |
|------|--------|--------|---------|
| **Subscription** | Stripe plan (Exploit / Blackops / Syndicate) | Burns at period end | 1st |
| **Extra** | One-time top-up packs ($10 / $50 / $200) | Never expires | 2nd |
Every `prowl_call_tool` invocation debits wallet balance: **provider cost × markup** (uniform `MCP_BILLING_MA