BubblaV Scrape API
Use BubblaV to scrape any public page and return:Endpoint
- URL:
POST https://www.bubblav.com/api/scrape - Header:
X-API-Key: bubblav_mcp_... - Required scope:
mcp:tools:execute
cURL
Node.js SDK
Python
CLI (npx)
AI Skill Install
Create a local skill folder and add thisSKILL.md:
skills/web-scrape-md/SKILL.md.
MCP Tool
If you’re already connected to BubblaV MCP server, use tool:bubblav_scrape_urlwith{ "url": "https://example.com" }
Install AI Skill with npx
Claude Code Plugin
Configure API key for the plugin
The plugin skills (e.g.web-scrape-md) need a BubblaV API key.
Generate a key:
- Log in to your BubblaV dashboard
- Navigate to your Website Settings page
- Click the API Keys tab
- Click Generate New Key
- Enter a name (e.g. “Claude Code”) and select MCP scopes
- Click Generate and copy the key immediately — it won’t be shown again
.claude/.env file:
| Priority | File | Scope |
|---|---|---|
| 1 | process.env | Runtime override |
| 2 | .claude/skills/<skill>/.env | Skill-specific |
| 3 | .claude/skills/.env | All skills |
| 4 | .claude/.env | Project-wide default |
