Vicevers is an open protocol that lets any website announce a semantic MCP endpoint — so AI agents query pre-processed content instead of drowning in raw HTML.
Same site. Completely different signal-to-noise ratio.
Live comparison against production sites. Same query, same model. Cost at $2.50/M input tokens.
| Site | Vicevers | Raw HTML | Token savings | Vicevers cost | Raw cost |
|---|---|---|---|---|---|
| multabot.com.ar | 4.7 KB | 269.1 KB | 98.1% | $0.0029 | $0.16 |
| vercel.com | 3.6 KB | 503.0 KB | 98.6% | $0.0022 | $0.16 |
| Feature | robots.txt | sitemap.xml | llms.txt | Vicevers |
|---|---|---|---|---|
| Works for crawlers | ✓ | ✓ | ✓ | ✓ |
| Semantic content | ✗ | ✗ | ~ plain text | ✓ embeddings |
| Semantic search | ✗ | ✗ | ✗ | ✓ |
| Reduces token usage | ✗ | ✗ | ~ partial | ✓ drastically |
| One-line install | ✗ | ✗ | ✗ | ✓ |
| Auto-updates | ✗ | ✗ | ✗ | ✓ |
| Open standard | ✓ | ✓ | ✓ | ✓ proposed |
Vicevers is an open spec. Read it, implement it, or get early access to the hosted service.