← Back to search
65
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
ai-tools llms-txtopenapiapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 65/100

            

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 **360+ 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/ssheleg/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

OpenAPI Spec (preview)

{"openapi":"3.1.0","info":{"title":"Prowl — Web Chat","version":"1.0.0"},"paths":{"/":{"get":{"summary":"Serve Ui","description":"Serve the main chat UI with the single canonical landing page.","operationId":"serve_ui__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/contact/":{"get":{"summary":"Serve Contact","description":"Serve the Contact page.","operationId":"serve_contact_contact__get","responses":{"200":{"description