import { createFileRoute } from "@tanstack/react-router"; import defaultMdxComponents from "fumadocs-ui/mdx"; import { DocsBody } from "fumadocs-ui/page"; import GoogleSearchConsoleMcpContent, { frontmatter, } from "../../../content/marketing/google-search-console-mcp.mdx"; import { ComparisonTable } from "@/components/comparison-table"; import { buildPageSeo, SITE_URL, toCanonicalUrl } from "@/lib/seo"; const PATH = "/google-search-console-mcp"; const softwareApplicationLd = { "@context": "https://schema.org", "@type": "SoftwareApplication", name: "OpenSEO Google Search Console MCP", applicationCategory: "BusinessApplication", operatingSystem: "Web", url: toCanonicalUrl(PATH), description: frontmatter.description, offers: { "@type": "Offer", price: "10.00", priceCurrency: "USD", priceSpecification: { "@type": "UnitPriceSpecification", price: "10.00", priceCurrency: "USD", billingDuration: 1, unitCode: "MON", }, }, provider: { "@type": "Organization", name: "OpenSEO", url: SITE_URL, }, }; export const Route = createFileRoute("/_marketing/google-search-console-mcp")({ head: () => buildPageSeo({ title: "Google Search Console MCP Server: No Google Cloud Setup", description: frontmatter.description, path: PATH, titleSuffix: "OpenSEO", ogType: "article", }), component: GoogleSearchConsoleMcpPage, }); function GoogleSearchConsoleMcpPage() { return (

Search Console MCP

{frontmatter.title}

{frontmatter.description ? (

{frontmatter.description}

) : null}
Get started

$20/month, 30-day money-back guarantee. Search Console tools never use credits.