firecrawl / firecrawl/firecrawl-mcp-server
Monetize your MCP server via Agent Bazaar — billing proxy for tool calls
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 884
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 14
Description
Hey Firecrawl team! 👋
We're building [Agent Bazaar](https://noui.bot/docs/bazaar) — a billing + metering layer for MCP servers. The idea is simple: you register your MCP server, set per-call pricing, and agents pay to use your tools through our proxy.
**Why this matters for Firecrawl:**
- Agents using Firecrawl MCP tools get metered and billed automatically
- You earn 82% of every paid call (18% platform fee)
- Sub-cent precision — charge $0.01 per scrape or $0.05 per batch
- Payouts via Stripe Connect
- Free tier configurable (e.g., first 100 calls free)
**What's live now:**
- 6 tools from 2 providers
- Self-service registration: https://noui.bot/providers/register
- TypeScript SDK: `npm install @forthebots/bazaar-sdk`
- Full docs: https://noui.bot/docs/bazaar
**Integration is ~2 minutes:**
```bash
curl -X POST https://noui.bot/api/bazaar/register-provider \
-H "Content-Type: application/json" \
-d '{"name":"Firecrawl","email":"...","endpoint_url":"https://..."}'
```
We're already a Firecrawl customer (API key in our stack), so this would be a natural fit. Would love to discuss!
— Hud Taylor, [Tombstone Dash LLC](https://tombstonedash.com)
Contributor guide
No contributing guide indexed for this repository
Research direction
No repository files, tests, or entry points are identified in the proposal. Start by reviewing the Agent Bazaar documentation and the MCP server's integration surface; the issue does not define the repository changes or a verifiable done condition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- api, payments
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100