Document keyless scrape/search/parse in MCP instructions - #307
Open
Max17190 wants to merge 6 commits into
Open
Conversation
Agents on hosted MCP need clear keyless eligibility and upgrade guidance without losing firecrawl_search routing.
6 tasks
hmishra2250
self-requested a review
July 10, 2026 18:44
hmishra2250
requested changes
Jul 10, 2026
| 'No FIRECRAWL_API_KEY or FIRECRAWL_API_URL set — running in keyless mode. ' + | ||
| 'firecrawl_scrape and firecrawl_search are free (rate-limited per IP) against the Firecrawl cloud; ' + | ||
| 'other tools require an API key (get one free at https://firecrawl.dev).' | ||
| 'No API key required — scrape, search, interact, and parse work immediately, free and rate-limited. ' + |
Collaborator
There was a problem hiding this comment.
One fix on the tool list everywhere: hosted MCP keyless is scrape, search, parse; not interact. interact's handler calls getClient() (src/index.ts:2336), which throws Unauthorized without a key in cloud mode, so keyless interact dies before reaching core (it's keyless only via CLI/SDK/REST).
Interact still goes through getClient() and Unauthorized without a key on hosted MCP, so remove it from keyless messaging.
Contributor
Author
|
Addressed: hosted MCP keyless tool list is now scrape, search, parse (not interact).
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Hosted MCP clients need clear guidance that scrape, search, and parse work without an API key, plus when to upgrade — without losing the existing firecrawl_search routing preference. Interact is not keyless on hosted MCP: its handler calls
getClient(), which throws Unauthorized without a key (interact is keyless only via CLI/SDK/REST).Summary
instructions(scrape/search/parse; rate-limited; key for higher limits / other endpoints / production)firecrawl_scrape,firecrawl_search, andfirecrawl_parsetool descriptions onlyfirecrawl_interactis keyless on hosted MCPfirecrawl_search-over-built-in-search guidanceTest plan
/v2/mcpafter deploy and confirminstructions/ tool descriptions surface the new copy