Export Options
Export webMCP analysis results in multiple formats for seamless integration into your development workflow.
Export Formats
Choose the format that best fits your development workflow
JSON
Standard JSON format for API integration
Use Cases:
Features:
- Standard JSON schema
- Nested element structure
- Metadata preservation
- Validation support
Example Output:
{
"version": "0.2.0",
"elements": [
{
"selector": "#email",
"role": "input.email",
"name": "EMAIL",
"optimization": {
"tokens_saved": 245,
"cost_savings": 0.00123
}
}
]
}webMCP
Native webMCP format for direct implementation
Use Cases:
Features:
- Optimized format
- Human-readable
- CLI compatible
- Version controlled
Example Output:
# webMCP Configuration v0.2.0
elements:
- selector: "#email"
role: "input.email"
name: "EMAIL"
priority: high
optimization:
target_model: "gpt-4o"
compression: "advanced"Code Generation
Ready-to-use code snippets for popular frameworks
Use Cases:
Features:
- Framework-specific code
- TypeScript support
- Component templates
- Integration examples
Example Output:
import { WebMCPForm, WebMCPInput } from '@webmcp/react';
export function LoginForm() {
return (
<WebMCPForm goalDescription="User login">
<WebMCPInput
name="email"
type="email"
aiSuggestions={true}
/>
</WebMCPForm>
);
}Documentation
Comprehensive documentation and reports
Use Cases:
Features:
- Markdown format
- Analysis summary
- Performance metrics
- Optimization recommendations
Example Output:
# webMCP Analysis Report
## Summary
- **Elements Detected**: 8
- **Token Reduction**: 67.6%
- **Cost Savings**: $0.00418 per request
## Optimization Opportunities
1. Email field optimization: 34% reduction
2. Password field simplification: 28% reductionExport Methods
Multiple ways to get your optimized data where you need it
Direct Download
Download files directly to your computer
- 1Complete page analysis
- 2Select export format
- 3Click "Download" button
- 4File saves to Downloads folder
Clipboard Copy
Copy formatted data to clipboard for immediate use
- 1Analyze webpage elements
- 2Choose desired format
- 3Click "Copy to Clipboard"
- 4Paste into your application
Cloud Sync
PremiumSave to cloud storage for team access
- 1Connect cloud storage account
- 2Complete analysis
- 3Select cloud destination
- 4Auto-sync for team access
API Integration
PremiumSend data directly to your development tools
- 1Configure API endpoints
- 2Set up authentication
- 3Trigger automated export
- 4Process in your workflow
Platform Integrations
Connect directly with your favorite development and collaboration tools
GitHub
Create issues and pull requests with optimization suggestions
Features:
- Auto-create optimization issues
- Generate pull request templates
- Link to webMCP configurations
- Track implementation progress
Setup:
Connect GitHub account in extension settings
Webhooks
Send analysis results to custom endpoints
Features:
- Custom webhook URLs
- Configurable payloads
- Retry mechanisms
- Authentication support
Setup:
Configure webhook URL and authentication
Slack
Share optimization results with your team
Features:
- Channel notifications
- Formatted reports
- Interactive buttons
- Thread discussions
Setup:
Install Slack app and authorize channels
Email Reports
Automated email reports with analysis summaries
Features:
- Scheduled reports
- HTML formatting
- Attachment support
- Distribution lists
Setup:
Configure SMTP settings or use service integration
Customization Options
Tailor exports to match your specific requirements and workflows
Format Customization
- Include/exclude metadata
- Custom field naming
- Optimization level filtering
- Priority-based sorting
Content Filtering
- Element type selection
- Priority threshold setting
- Model-specific results
- Performance metric inclusion
Output Structure
- Nested vs flat structure
- Grouped by page sections
- Sorted by optimization impact
- Custom property mapping
Integration Settings
- API endpoint configuration
- Authentication headers
- Retry and timeout settings
- Error handling preferences
Start Exporting Today
Export webMCP analysis results in the format that works best for your development workflow