docs(mcp): Add Skyfire agentic payments and hosted server benefits docs#2236
docs(mcp): Add Skyfire agentic payments and hosted server benefits docs#2236
Conversation
… docs - Add tip about hosted server output schema inference feature (from PR #311) - Add new "Agentic payments with Skyfire" section with setup guide and configuration example (from PR #450) https://claude.ai/code/session_01URvA6cQdYqwCF1s1PWNL6v
- Use _italics_ for new terms (agentic payments, PAY tokens, output schema inference) per Microsoft style guide - Format prerequisites with _Term_ - Description pattern to match existing doc conventions - Add link to Skyfire dashboard for API key instructions https://claude.ai/code/session_01URvA6cQdYqwCF1s1PWNL6v
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
Include input schema, README, pricing, and Actor output schema in the tool description. https://claude.ai/code/session_01URvA6cQdYqwCF1s1PWNL6v
|
FYI @jirispilka |
|
Preview for this PR was built for commit |
TC-MO
left a comment
There was a problem hiding this comment.
Few changes requested
change sequential numbering in numbered list
rewrote tip & its title for clarity
improved passive voice to active voice
fixed pre-existing typo
|
|
||
| :::tip Use the hosted server for the best experience | ||
|
|
||
| The hosted Apify MCP server at `https://mcp.apify.com` supports the latest features, including _output schema inference_ for structured Actor results. When using the hosted server, Actor tools automatically include inferred output schemas with field-level type information, helping AI agents understand the expected result structure before calling an Actor. This feature is not available when running locally via stdio. |
There was a problem hiding this comment.
Any reason why not make this also a link?
There was a problem hiding this comment.
because other mentions of the mcp.apify.com are also not link so I wanted to keep it consistent - we can make it a link, I dont have any preference
There was a problem hiding this comment.
I think in this case link makes sense so I would turn this into one
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
|
Preview for this PR was built for commit |
1 similar comment
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
|
Thank you for the review! 👍 @TC-MO |
|
Preview for this PR was built for commit |
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
|
Preview for this PR was built for commit |
Summary
This PR adds documentation for two new features in the Apify MCP server:
Key Changes
https://mcp.apify.comsupports output schema inference for structured Actor results, which is not available in local stdio modeImplementation Details
https://claude.ai/code/session_01URvA6cQdYqwCF1s1PWNL6v
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.comprovides 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 → passskyfire-pay-id→ run).Written by Cursor Bugbot for commit 55c85ba. Configure here.