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:
- Navigate to Settings in Claude
- Scroll to Integrations at the bottom and click Add more
- In the prompt, enter:
- Integration name: WordLift
- Integration URL: https://mcp.wordlift.io/sse
- Make sure to enable the tools in any new chats
For Cursor:
- Press CTRL/CMD+Shift+J to open Cursor Settings
- Select MCP
- Select Add new global MCP server
- Add the following configuration:
{
"mcpServers": {
"wordlift": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.wordlift.io/sse"]
}
}
}
For Visual Studio:
- Press CTRL/CMD+P and search for "MCP: Add Server"
- Select "Command (stdio)"
- Enter the following configuration and hit enter:
npx mcp-remote https://mcp.wordlift.io/sse
- Enter the name "WordLift" and hit enter
- Activate the server using "MCP: List Servers", selecting "WordLift", and selecting "Start Server"
For Windsurf:
- Press CTRL/CMD+, to open Windsurf settings
- Under Cascade -> MCP servers
- Select Add Server -> Add custom server
- 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.
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.