AgentSEO MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentSEO MCP Serversearch for SEO tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgentSEO Clients
Official open-source clients for AgentSEO, the SEO intelligence API for AI agents and developer workflows.
This repository contains the integration layer only:
packages/js-sdk- JavaScript/TypeScript SDKpackages/python-sdk- Python SDKpackages/mcp-server- Model Context Protocol server
The hosted AgentSEO API, worker system, provider orchestration, billing, and transformation logic are not part of this repository.
Quick Start
Use the JavaScript SDK:
npm install @agentseo/sdkimport { AgentSEO } from "@agentseo/sdk";
const client = new AgentSEO({
apiKey: process.env.AGENTSEO_API_KEY!,
});
const result = await client.search(
{ query: "seo api", location: "United States", limit: 5 },
{ sync: true },
);
console.log(result);Use the Python SDK:
pip install agentseo-sdkfrom agentseo_sdk import AgentSEOClient
client = AgentSEOClient(api_key="sk_live_...")
result = client.search(query="seo api", sync=True)
print(result)Use the MCP server:
export AGENTSEO_API_KEY="sk_live_your_key"
npx -y @agentseo/mcp-serverRelated MCP server: kwrds.ai MCP Server
Development
Build the JavaScript SDK:
cd packages/js-sdk
npm install
npm run buildBuild the MCP server:
cd packages/mcp-server
npm install
npm run buildInstall the Python SDK locally:
cd packages/python-sdk
python -m pip install -e .Security
Do not commit API keys, .env files, customer payloads, or provider credentials. See SECURITY.md.
License
MIT. See package-level LICENSE files.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseDqualityCmaintenanceEnables LLMs to interact with DataForSEO and other SEO APIs through natural language, allowing for keyword research, SERP analysis, backlink analysis, and local SEO tasks.1004,88282MIT
- Alicense-qualityDmaintenanceModel Context Protocol server that enables AI assistants to perform keyword research, SEO analysis, and content planning through natural language queries against kwrds.ai's SEO tools.7Apache 2.0
- AlicenseBqualityDmaintenanceIntegrates the Serpstat SEO API with the Model Context Protocol to provide AI assistants with comprehensive data for domain analysis, keyword research, and competitor tracking. It enables users to perform complex SEO tasks like backlink analysis and site audits through natural language interfaces.65324MIT
- AlicenseAqualityDmaintenanceEnables AI agents to perform instant SEO, performance, and security audits of any website through the Model Context Protocol. It provides comprehensive analysis without requiring API keys or configuration.115MIT
Related MCP Connectors
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
The best web search for your AI Agent
Open-source SEO manager for coding agents: keyword research, content PRs, rank + Search Console.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentSEO-dev/agentseo-clients'
If you have feedback or need assistance with the MCP directory API, please join our Discord server