
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@agentseo/mcp-server
Advanced tools
The official Model Context Protocol (MCP) server for AgentSEO. Exposes SEO tools to Claude Desktop and other MCP clients.
The official Model Context Protocol (MCP) server for AgentSEO. Exposes SEO tools to Claude Desktop and other MCP clients.
This package is part of the AgentSEO monorepo.
Build the server:
npm run build
Locate the build artifact:
./dist/index.js
The server runs over stdio and requires the following environment variables:
AGENTSEO_API_KEY: Your workspace API key.AGENTSEO_API_URL: (Optional) Defaults to http://localhost:3000/api/v1.Add to claude_desktop_config.json:
{
"mcpServers": {
"agentseo": {
"command": "node",
"args": ["/absolute/path/to/packages/mcp-server/dist/index.js"],
"env": {
"AGENTSEO_API_KEY": "sk_live_..."
}
}
}
}
agentseo_searchPerform a Google search.
query (string): Search term.limit (number): Max results (default 10).include_domains (string[]): Domain whitelist.agentseo_extractExtract content from a URL.
url (string): Target URL.include_images (boolean): Keep image markdown.agentseo_analyze_serpDetailed SERP analysis.
keyword (string): Target keyword.location (string): "United States", "United Kingdom", etc.device (string): "desktop" or "mobile".FAQs
The official Model Context Protocol (MCP) server for AgentSEO. Exposes SEO tools to Claude Desktop, Cursor, and other MCP clients.
The npm package @agentseo/mcp-server receives a total of 93 weekly downloads. As such, @agentseo/mcp-server popularity was classified as not popular.
We found that @agentseo/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.