Commit 9b9e8ff
docs(mcp): Add Skyfire agentic payments and hosted server benefits docs (#2236)
## Summary
This PR adds documentation for two new features in the Apify MCP server:
1. Highlights the benefits of using the hosted MCP server over local
stdio setup
2. Introduces the new Skyfire integration for agentic payments
## Key Changes
- **Hosted server tip**: Added a prominent tip section explaining that
the hosted Apify MCP server at `https://mcp.apify.com` supports output
schema inference for structured Actor results, which is not available in
local stdio mode
- **Skyfire agentic payments section**: Added comprehensive
documentation covering:
- Overview of how Skyfire enables autonomous payments for Actor runs
without requiring Apify API tokens
- Prerequisites (Skyfire account with funded wallet, compatible MCP
client)
- Setup instructions with example configuration showing both Skyfire and
Apify servers
- Step-by-step explanation of the payment flow (discovery → PAY token
creation → Actor execution → results)
- Links to related documentation and blog post
## Implementation Details
- The tip about hosted server benefits is placed early in the transport
section to guide users toward the recommended setup
- Skyfire integration documentation is positioned as a new top-level
section before the Telemetry section
- Configuration examples use standard JSON format for easy copy-paste
into MCP client configs
- Documentation includes clear prerequisites and step-by-step workflow
explanation to help users understand the autonomous payment flow
https://claude.ai/code/session_01URvA6cQdYqwCF1s1PWNL6v
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Documentation-only changes; no runtime behavior, security, or billing
logic is modified.
>
> **Overview**
> Adds a new *hosted server tip* to the MCP quick-start docs explaining
that `https://mcp.apify.com` provides **output schema inference**
(field-level typed output schemas) that is not available in local stdio
mode.
>
> Introduces a new **"Agentic payments with Skyfire"** section
describing tokenless Actor execution via Skyfire PAY tokens, including
prerequisites, multi-server client configuration (using
`?payment=skyfire`), and the end-to-end payment flow (discover Actor →
create PAY token → pass `skyfire-pay-id` → run).
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
55c85ba. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>1 parent 15ef35d commit 9b9e8ff
1 file changed
Lines changed: 50 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
278 | 284 | | |
279 | 285 | | |
280 | 286 | | |
281 | | - | |
| 287 | + | |
282 | 288 | | |
283 | 289 | | |
284 | 290 | | |
| |||
320 | 326 | | |
321 | 327 | | |
322 | 328 | | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
323 | 371 | | |
324 | 372 | | |
325 | 373 | | |
| |||
0 commit comments