Google SERP Preview
Preview how your title, URL, and description will appear in Google search results.
Desktop
b-e-a-d.com › tools › serp-preview
BEAD — Tiny tools for browser emergencies
Jun 10, 2026 — Preview how your page's title, URL, and meta description appear in Google search results. Tweak until the truncation marks disappear.
Mobile
b-e-a-d.com › tools › serp-preview
BEAD — Tiny tools for browser emergencies
Jun 10, 2026 — Preview how your page's title, URL, and meta description appear in Google search results. Tweak until the truncation marks disappear.
</>Use this tool programmaticallycurl · JavaScript · MCP
Same tool, callable from any HTTP client or from Claude (via MCP). Anonymous: 100 req/day per IP. Sign up for 1,000 req/day.
curl
curl https://api.b-e-a-d.com/tools/serp-preview/run \
-H "Content-Type: application/json" \
-d '{
"title": "a",
"url": "https://example.com",
"description": "a",
"showDate": false
}'JavaScript (fetch)
const res = await fetch("https://api.b-e-a-d.com/tools/serp-preview/run", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"title": "a",
"url": "https://example.com",
"description": "a",
"showDate": false
}),
});
const data = await res.json();
console.log(data.result);MCP (Claude Desktop / Claude Code)
# In Claude Desktop / Claude Code, add to your MCP config:
{
"mcpServers": {
"bead": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.b-e-a-d.com"]
}
}
}
# Then ask Claude to call:
mcp__bead__bead_serp_previewFull reference: developer docs · OpenAPI spec
You might also like
- Title & Meta Description Length CheckerCheck whether your title tag and meta description fit Google's truncation limits.
- Headline AnalyzerScore a headline on length, structure, and power-word use — see what's pulling its weight.
- Open Graph Tag GeneratorBuild Open Graph and Twitter Card meta tags from a simple form, with a live share preview.
- Hreflang Tag GeneratorGenerate <link rel="alternate" hreflang="…"> tags for international SEO from a simple table.