Add Spider Cloud plugin (MCP server + skills)#59
Open
gbertb wants to merge 3 commits into
Open
Conversation
Author
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.

What this PR does
Adds the Spider Cloud plugin — web crawling, scraping, search, and remote browser automation for Grok Build via the hosted Spider MCP server (anti-bot bypass, proxy rotation, AI extraction).
spiderhttps://github.com/spider-rs/spider-grok-plugin.git@d2184669d1576562bebc3c9d7a2591c798d34f1bShips 1 MCP server (hosted, HTTP) + 3 skills (
spideroverview/tool-guide,spider-crawl-scrape,spider-browser).Ownership
sourcerepo is published under our official org —spider-rs(the official Spider org, same org as thespider/spider-rscrates and tooling).Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha; the commit is public + reachable..grok-plugin/plugin-index.json.python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset.Security
curl | bash, remote-code download/exec, orpostinstallRCE. The plugin is a hosted MCP config + markdown skills; it ships no executable scripts and no hooks..env, or env vars. The only credential used isSPIDER_API_KEY, sent solely as theAuthorization: Bearerheader to the Spider endpoint.https://mcp.spider.cloud/mcponly — the official Spider Cloud hosted MCP server that provides the crawl/scrape/search/browser tools.SPIDER_API_KEY— the user's Spider API key (https://spider.cloud/api-keys), required to authenticate to the hosted MCP server. Supplied via env-var interpolation (Bearer ${SPIDER_API_KEY}) so no secret is committed.Notes for reviewers
Source repo
spider-rs/spider-grok-pluginis under the official Spider org. The same hosted Spider MCP server is also published in the official MCP Registry ascloud.spider/mcp(DNS-verified onspider.cloud). This mirrors the structure of the existingfirecrawlentry (hosted web-data MCP); the difference is Spider authenticates with a Bearer API key rather than OAuth.