Skip to main content

Integrations

Agent WordLift Chrome Extension​

Supercharge your SEO workflow directly in your browser with the Agent WordLift Chrome Extension! This powerful, AI-driven tool helps content creators, SEO professionals, and marketers like you achieve better search rankings and more organic traffic by:

  • Optimizing content in real-time: Receive instant feedback on keywords, readability, and semantic relevance as you write, ensuring your content is perfectly aligned with search engine best practices.
  • Automating key SEO tasks: Effortlessly perform entity analysis, schema markup generation, and other time-consuming SEO tasks, freeing up your time to focus on what matters most: creating great content.
  • Uncovering hidden content opportunities: Identify gaps in your existing content and receive actionable insights to create high-value content that resonates with your target audience.

Powered by cutting-edge AI and knowledge graph technology, the Agent WordLift Chrome Extension transforms how you create and optimize content, making it easier than ever to achieve your SEO goals.

Ready to see it in action? Watch this video tutorial.

Install the Agent WordLift Chrome Extension here and start boosting your SEO today!

Agent WordLift Zapier Integration​

Connect Agent WordLift to your favorite apps with our Zapier integration. This powerful integration allows you to:

  • Automate content analysis: Automatically analyze new content as it's published
  • Extract entities and insights: Process content through Agent WordLift and use the results in your workflows
  • Streamline SEO tasks: Connect Agent WordLift's capabilities with over 6,000+ apps
  • Create custom workflows: Build automated pipelines that leverage Agent WordLift's AI capabilities

Whether you're managing a content team, running an e-commerce site, or optimizing your SEO strategy, the Zapier integration helps you automate and scale your workflows. Learn more about the Zapier integration.

Agent WordLift API Integration​

The WordLift Agent API empowers developers and SEO professionals to programmatically interact with the Agent WordLift’s advanced AI capabilities. The newly introduced /ask endpoint allows users to send specific queries to the WordLift Agent and receive tailored responses that enhance their SEO workflows.

Key Features of the /ask Endpoint:

  • Customizable Interactions: Send a message and specify a model (default: gpt-4o) to receive AI-powered insights tailored to your SEO needs.
  • Secure Queries: Enable an optional security parameter to ensure sensitive requests are handled appropriately.
  • Seamless Integration: Easily incorporate the endpoint into your existing tools or workflows to automate tasks such as content optimization, keyword research, and entity analysis.

Example Use Case​

With the /ask endpoint, you can create a chatbot-like feature within your application that provides instant SEO advice, content suggestions, or answers to technical queries based on the WordLift Agent’s expertise.

To get started, check out the WordLift Agent API documentation and explore how the /ask endpoint can revolutionize your SEO strategy!

Agent WordLift CLI Integration​

Transform your command-line workflow with Agent WordLift CLI! This powerful terminal-based tool brings the full capabilities of Agent WordLift directly to your development environment, making it perfect for developers, content creators, and SEO professionals who prefer working in the command line.

Why CLI Over Web UI for AI Workflows?

When working with AI-powered SEO tools, the command line offers distinct advantages over web interfaces. CLI provides superior speed with instant input/output, complete system prompt control for precise agent behavior, seamless file I/O for loading instructions and automating pipelines, and the ability to chain commands and build scalable workflows. For professional SEO workflows that demand efficiency, automation, and control, the CLI is where serious work gets done.

Key Features:

β€’ Seamless Development Integration: Work with Agent WordLift directly from your terminal without switching contexts β€’ Advanced Content Creation: Generate SEO-optimized content with access to 20+ specialized SEO tools via MCP integration β€’ Gemini Pro 2.5 Powered: Leverage Google's most advanced language model for superior content analysis and generation β€’ Knowledge Graph Access: Query and interact with your WordLift knowledge graph directly from the command line β€’ Batch Processing: Automate content optimization tasks and run bulk SEO analyses β€’ Team Collaboration: Integrate Agent WordLift capabilities into CI/CD pipelines and development workflows

Perfect for:

  • Content teams building automated SEO workflows
  • Developers integrating SEO analysis into applications
  • Technical SEO professionals requiring programmatic access
  • Agencies managing multiple client projects from the command line

Installation​

Install globally for system-wide access:

npm install -g wordlift-cli

Or run directly without installation:

npx wordlift-cli

Quick Start​

Launch the interactive Agent WordLift session:

wordlift-cli

For direct queries, use the prompt mode:

wordlift-cli -p "Analyze the semantic SEO potential of my latest blog post"

Example Use Cases​

Keyword Research with HTML Output:

wordlift-cli -p "run a comprehensive keyword research for 'sustainable fashion' and store the findings in HTML format with competitor analysis"

Content Analysis Pipeline:

wordlift-cli -p "analyze the entities on https://example.com/blog-post" | wordlift-cli -p "generate internal linking suggestions based on this analysis"

Batch SEO Audit:

wordlift-cli -p "perform an entity gap analysis for 'https://example.com/product-page' against the query 'eco-friendly clothing'" > seo-audit-report.html

Schema Generation with Validation:

wordlift-cli -p "generate JSON-LD schema markup for a local business: organic restaurant in Portland" | wordlift-cli -p "validate this schema and suggest improvements"

Google Search Console Integration:

wordlift-cli -p "show me the top 10 queries with high impressions but low CTR from my GSC data, then suggest content optimization strategies"

Integration with Development Workflows​

The WordLift CLI seamlessly integrates with modern development practices:

  • CI/CD Pipelines: Automate content analysis and SEO scoring in your deployment workflows
  • Git Hooks: Run SEO checks on content changes before commits
  • Build Scripts: Generate schema markup and optimize content during build processes
  • Testing Suites: Include SEO validation as part of your automated testing

Advanced Features​

Batch Processing: Process multiple files or URLs in a single command for efficient workflow automation.

Custom Workflows: Combine with shell scripts and automation tools to create sophisticated SEO processing pipelines.

Team Integration: Share configurations and workflows across development teams for consistent SEO implementation.

API Integration: Access the full WordLift Agent API capabilities through command-line interfaces.

Ready to supercharge your command-line SEO workflow? Install WordLift CLI and bring Agent WordLift's power directly to your terminal!


The WordLift CLI is powered by the same MCP integration that enables Agent WordLift to work across multiple platforms, ensuring consistent access to your knowledge graph and SEO tools regardless of your preferred development environment.

Agent WordLift Model Context Protocol (MCP) Integration​

Your preferred AI models and agents can use our official MCP server to access your Knowledge Graph and leverage Agent WordLift in a simple and secure way.

Connect WordLift to various AI assistants through our experimental Model Context Protocol (MCP) integration. This integration enables AI models like Claude to directly interact with your content and knowledge graph, unlocking powerful new workflows.

Our MCP server is reachable at https://mcp.wordlift.io/sse and currently supports:

  • Direct calls to Agent WordLift's capabilities
  • Execution of GraphQL queries on your knowledge graph
  • Seamless integration with supported AI assistants

Watch how Claude, integrated with WordLift via Model Context Protocol, analyzes the WordLift Blog to uncover actionable insights around the "Agentic SEO" content cluster:

Setup Instructions​

For Claude:

  1. Navigate to Settings in Claude
  2. Scroll to Integrations at the bottom and click Add more
  3. In the prompt, enter:
  4. Make sure to enable the tools in any new chats

For Cursor:

  1. Press CTRL/CMD+Shift+J to open Cursor Settings
  2. Select MCP
  3. Select Add new global MCP server
  4. Add the following configuration:
{
"mcpServers": {
"wordlift": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.wordlift.io/sse"]
}
}
}

For Visual Studio:

  1. Press CTRL/CMD+P and search for "MCP: Add Server"
  2. Select "Command (stdio)"
  3. Enter the following configuration and hit enter:
    npx mcp-remote https://mcp.wordlift.io/sse
  4. Enter the name "WordLift" and hit enter
  5. Activate the server using "MCP: List Servers", selecting "WordLift", and selecting "Start Server"

For Windsurf:

  1. Press CTRL/CMD+, to open Windsurf settings
  2. Under Cascade -> MCP servers
  3. Select Add Server -> Add custom server
  4. Add the same JSON configuration as shown above for Cursor

This experimental integration opens up new possibilities by combining the reasoning capabilities of large language models with WordLift's structured knowledge and SEO expertise. From identifying content gaps to suggesting improvements, this integration showcases how symbolic AI and LLMs can work together to power the next generation of marketing strategies.

πŸš€ New: AI Sub-Agent Workflows The MCP integration enables a new category of workflows where Agent WordLift operates as a specialized SEO sub-agent within other AI platforms. These workflows leverage the conversational capabilities of Claude, ChatGPT, Copilot, or Gemini while providing deep SEO expertise through WordLift. Explore our Instagram Indexing Analysis workflow to see this in action.

note

The MCP integration is currently experimental and we're actively expanding its capabilities. If you have questions or feedback, please reach out to our support team.

Agent WordLift Claude Skill​

Take your SEO audits to the next level with the official WordLift SEO Audit Skill for Claude! This pre-built Agent Skill delivers comprehensive SEO analysis and competitive intelligence directly within your Claude conversations.

What is a Claude Skill?​

Claude Skills are specialized packages that extend Claude's capabilities with domain-specific expertise. The WordLift SEO Audit Skill combines Claude's reasoning with WordLift's powerful SEO intelligence, creating an AI-powered SEO analyst that can audit any URL, analyze competitors, and provide actionable recommendationsβ€”all through natural conversation.

Key Features:​

  • Comprehensive SEO Audits: Analyze any URL for schema markup, meta tags, content quality, technical SEO, mobile readiness, and performance
  • Competitive Intelligence: Automatically identify and analyze your top SERP competitors to uncover schema gaps and opportunities
  • Structured Data Analysis: Complete inventory of schema types with coverage comparison against competitors
  • Actionable Recommendations: Prioritized issues with specific implementation steps and ROI estimates
  • WordLift Branded Reports: Professional, color-coded reports with visual progress indicators and severity badges
  • Progressive Disclosure: Efficient token usage through smart resource loading

Perfect For:​

  • SEO Professionals conducting client audits and competitive analysis
  • Content Teams optimizing pages for search visibility
  • Agencies delivering comprehensive SEO reports at scale
  • Developers integrating SEO insights into workflows
  • E-commerce Teams improving product page performance

How It Works​

The WordLift SEO Audit Skill leverages the WordLift MCP Server (described above) to access Agent WordLift's capabilities. This architecture ensures:

  1. Claude (with Skill) β†’ Provides methodology and formatting instructions
  2. WordLift MCP Server β†’ Makes API calls and processes data
  3. Agent WordLift β†’ Delivers SEO intelligence and competitive analysis
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Claude with WordLift Skill β”‚
β”‚ β”œβ”€β”€ Audit methodology β”‚
β”‚ β”œβ”€β”€ Report formatting β”‚
β”‚ └── WordLift branding β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”‚
β”‚ Uses MCP Tools
β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ WordLift MCP Server β”‚
β”‚ https://mcp.wordlift.io/sse β”‚
β”‚ β”œβ”€β”€ Agent WordLift API β”‚
β”‚ └── Knowledge Graph Access β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Installation & Setup​

Step 1: Configure WordLift MCP Server (if not already done)

Follow the MCP integration setup instructions above to connect WordLift to Claude.

Step 2: Download the WordLift SEO Audit Skill

Direct Download

πŸ“¦ Download WordLift SEO Audit Skill v1.0.0

Step 3: Upload to Claude

  1. In Claude, navigate to Settings β†’ Capabilities
  2. Click Upload Skill
  3. Select the wl-seo-audit-competitors.zip file (or the skill folder)
  4. Enable the skill for your conversations

Step 4: Start Using

Simply ask Claude to audit any URL:

"Audit https://example.com/products/backpack and compare with top 5 competitors"

Example Commands​

Basic SEO Audit:

"Run an SEO audit on https://mysite.com"

Competitive Analysis:

"Compare the schema markup on https://mysite.com/products/shoes with top 3 competitors in the US market"

SERP Gap Analysis:

"Analyze https://mystore.com/category/electronics for the query 'best wireless headphones' and show me what schema types competitors are using"

Market-Specific Audit:

"Audit https://mysite.fr for the French market (fr-FR) and compare with top 10 competitors"

What You Get​

Every audit delivers a comprehensive report including:

  1. Executive Summary with overall SEO health score (0-100)
  2. Quick Stats Dashboard showing key metrics at a glance
  3. Six-Dimensional Score Breakdown:
    • 🏷️ Schema Markup
    • πŸ“ Meta Tags
    • ✍️ Content Quality
    • βš™οΈ Technical SEO
    • πŸ“± Mobile Readiness
    • ⚑ Performance
  4. Prioritized Issues with severity indicators and action steps
  5. Structured Data Inventory showing all schema types (found/missing)
  6. Competitive Analysis comparing your coverage with SERP leaders
  7. Growth Opportunities ranked by impact vs. effort with ROI estimates

Why Use the Claude Skill vs. Direct MCP?​

FeatureClaude SkillDirect MCP Integration
Pre-built Workflowβœ… Complete methodology❌ You build from scratch
Report Formattingβœ… Professional branded reports❌ Manual formatting needed
Best Practicesβœ… Built-in SEO expertise⚠️ Requires your knowledge
Progressive Disclosureβœ… Optimized token usage⚠️ Manual management
Updatesβœ… Version-tracked improvements❌ Manual updates
Brandingβœ… WordLift design system❌ Custom styling needed
tip

The Claude Skill integrates seamlessly with all other WordLift integrations (Chrome Extension, CLI, API, Zapier) for a complete SEO automation ecosystem. For custom workflows, explore the MCP Integration section above.