Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 36 additions & 2 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@
"name": "xAI"
},
"plugins": [
{
"name": "olostep",
"description": "Web scraping, search, crawling, URL discovery, batch extraction, and AI-grounded answers via Olostep's hosted MCP server. Turn any website into clean markdown, HTML, JSON, or text - with JS rendering, geo-targeting, and structured parsers - directly from Grok Build.",
"category": "development",
"source": {
"source": "url",
"url": "https://github.com/olostep/olostep-grok-plugin.git",
"sha": "617ab62b82cdf0c3d5fef1593e33913e5dc35750"
},
"homepage": "https://github.com/olostep/olostep-grok-plugin",
"keywords": [
"olostep",
"olostep scrape",
"olostep search",
"web scraping"
],
"domains": [
"olostep.com",
"www.olostep.com",
"docs.olostep.com",
"mcp.olostep.com"
]
},
{
"name": "vercel",
"description": "Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Grok.",
Expand Down Expand Up @@ -156,7 +179,12 @@
},
"homepage": "https://www.tavily.com",
"keywords": ["tavily", "tavily search", "tavily ai"],
"domains": ["tavily.com", "www.tavily.com", "app.tavily.com", "docs.tavily.com"]
"domains": [
"tavily.com",
"www.tavily.com",
"app.tavily.com",
"docs.tavily.com"
]
},
{
"name": "railway",
Expand All @@ -183,7 +211,13 @@
"path": "providers/grok/plugin"
},
"homepage": "https://github.com/stripe/ai",
"keywords": ["stripe", "stripe payments", "stripe connect", "stripe mcp", "stripe billing"],
"keywords": [
"stripe",
"stripe payments",
"stripe connect",
"stripe mcp",
"stripe billing"
],
"domains": ["stripe.com", "docs.stripe.com", "dashboard.stripe.com"]
}
]
Expand Down
18 changes: 18 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,24 @@
]
}
},
"olostep": {
"sha": "617ab62b82cdf0c3d5fef1593e33913e5dc35750",
"version": "0.1.0",
"components": {
"mcpServers": [
{
"name": "olostep",
"description": "http"
}
],
"skills": [
{
"name": "olostep-web",
"description": "Use Olostep to scrape, search, crawl, map, and extract live web data, or to get AI-grounded answers with citations. Tri…"
}
]
}
},
"railway": {
"sha": "191601b4954527a87f4f004eaa355c8f30a855bf",
"version": "1.3.6",
Expand Down