MCP.so
登录

Agent Seo Engine

@davidmosiah

关于 Agent Seo Engine

Agent-first local SEO scoring, search-intent and opportunity engine with CLI and optional MCP server.

基本信息

分类

AI 与智能体

许可证

MIT

运行时

python

传输方式

stdio

发布者

davidmosiah

提交者

David Batista

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "agent-seo": {
      "command": "npx",
      "args": [
        "-y",
        "agent-seo-engine"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Agent Seo Engine?

Local-first SEO scoring, search-intent and opportunity engine for AI agents. It provides deterministic checks before agents rewrite, refresh, or publish content, and packages a local CLI with an optional MCP server for runtimes like Codex, Claude, and Cursor.

How to use Agent Seo Engine?

Install with pipx install agent-seo-engine (or pipx install "agent-seo-engine[mcp]" for MCP support). Use the CLI with commands like agent-seo-engine manifest, agent-seo-engine doctor, agent-seo-engine intent, agent-seo-engine score, and agent-seo-engine opportunity. For MCP, run agent-seo-mcp and configure the tool with the MCP server name agent_seo.

Key features of Agent Seo Engine

  • Classifies search intent (informational, navigational, transactional, commercial investigation)
  • Scores markdown articles for agent-readable SEO gaps
  • Prioritizes GSC-style opportunities by impressions, position, CTR, and commercial value
  • Runs locally by default with no required API keys
  • Exposes manifest, connection_status, and privacy_audit surfaces
  • Supports deterministic, repeatable checks for agent workflows

Use cases of Agent Seo Engine

  • Agents performing deterministic SEO checks before rewriting or refreshing content
  • Prioritizing content opportunities based on commercial value and performance gaps
  • Auditing image alt-attribute coverage in HTML pages
  • Classifying search intent for a given query to inform agent decisions

FAQ from Agent Seo Engine

What runtime does Agent Seo Engine require?

It requires Python 3.x and can be installed via pipx. It runs locally with no external API dependencies.

How is Agent Seo Engine different from other SEO tools?

It is agent-first, deterministic, and runs locally. It is built for the Model Context Protocol (MCP) and provides structured JSON output agents can consume directly.

Can I use Agent Seo Engine without the MCP server?

Yes. The CLI commands (e.g., agent-seo-engine score, agent-seo-engine intent) work independently without an MCP runtime.

Does Agent Seo Engine send data to external services?

No. By default, it runs locally and does not require any API keys. It performs privacy audits to confirm data boundaries.

What kind of output does Agent Seo Engine provide?

All CLI commands return structured JSON by default. Use --format markdown for human-readable output. MCP tools return structured results for agent consumption.

评论

AI 与智能体 分类下的更多 MCP 服务器