Vinkius
Surfer SEO logo
Vinkius
Vinkius runs on Mastra AI

How to Use the Surfer SEO MCP in Mastra AI

Build reliable, multi-step SEO workflows using the mastra-ai framework.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Surfer SEO MCP on Cursor AI Code Editor MCP Client Surfer SEO MCP on Claude Desktop App MCP Integration Surfer SEO MCP on OpenAI Agents SDK MCP Compatible Surfer SEO MCP on Visual Studio Code MCP Extension Client Surfer SEO MCP on GitHub Copilot AI Agent MCP Integration Surfer SEO MCP on Google Gemini AI MCP Integration Surfer SEO MCP on Lovable AI Development MCP Client Surfer SEO MCP on Mistral AI Agents MCP Compatible Surfer SEO MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on Mastra AI

Connect Surfer SEO MCP to Mastra AI

Create your Vinkius account to connect Surfer SEO to Mastra AI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Automated audit workflows with mastra-ai

You can build a complex workflow that first calls `create_seo_audit()` for a URL. If the initial score is low, the next step automatically triggers a content editor query using `create_content_editor()`. This handles the entire remedial process from one command. If either tool fails—say, the API rate limits hit—the mastra-ai framework automatically retries with exponential backoff. You don't write that failure logic; the workflow engine takes care of it.

Conditional content analysis for mastra-ai

Need to check an audit only if certain keywords are missing? Use conditional branching in your workflow. Your process runs `create_serp_analyzer()` first, checks the results for specific ranking factors, and *only* proceeds to call `get_content_editor_details` if those factors aren't present. This capability means you build smart, failure-proof systems that only act when necessary. It's perfect for complex editorial pipelines.

Managing Surfer SEO state with mastra-ai

The framework keeps track of every running query, which is crucial for multi-step processes. You can list all active audits via `list_seo_audits()` and then retrieve specific results using `get_audit_details()`. This provides a single source of truth for your entire content pipeline. It manages the state transition: from 'Audit Initiated' to 'Details Ready,' ensuring no step is lost, even if the network hiccups.

Setup guide

Set up Surfer SEO MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install @mastra/mcp @mastra/core plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All Surfer SEO tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "surfer-seo-mcp-client",
  servers: {
    "surfer-seo-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "Surfer SEO Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to Surfer SEO tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent Surfer SEO transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Surfer SEO. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Surfer SEO MCP in Mastra AI

You define a sequence of actions: audit, check score, then edit. The mastra-ai engine manages the handoffs between these tools and automatically retries if any step fails unexpectedly.
Yes. Because of its built-in failure handling, you can trust that your core audit logic remains intact even if external API calls don't respond perfectly the first time.
Build a workflow where `create_seo_audit()` runs first. Then, use conditional logic to check if the result meets minimum thresholds before proceeding to call `get_content_editor_details`.
It does. The framework supports exponential backoff and automatic retries, which makes your complex workflows far more resilient to temporary API throttling than standard scripts.
This server deals with structured text strings representing content guidelines, competitive SERP results, and audit metrics.

Start using the Surfer SEO MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Surfer SEO. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.